T
- extends Area
public class ExistingAreaLookup<T extends Area> extends ExistingEntityLookup<T>
Area
already exists, and if so load it based on various other settings provided by this class.
Lookup
TODO: Add unit test casemode, postponseLookup
customMergeActions, fieldNamesToMerge, ignoreNullsForPrimitiveTypes, immutableFieldNames, mergeFieldMode, typesRequireDeepCopy
Constructor and Description |
---|
ExistingAreaLookup() |
Modifier and Type | Method and Description |
---|---|
protected T |
getEntity(T in)
Core method to identify and fetch the record that matches the in record
|
LogisticsService |
getService() |
void |
setService(LogisticsService service) |
getMode, getModesSupported, isPostponseLookup, setMode, setPostponseLookup, transform
copy, copySpecificTypes, getClosestParent, getCustomMergeAction, getCustomMergeActions, getFieldNamesToMerge, getIdentityFieldNames, getIdFieldsForClass, getImmutableFieldNames, getImmutableFieldsForClass, getTypesRequireDeepCopy, isIgnoreNullsForPrimitiveTypes, isMergeFieldMode, isMutable, isMutablePrimitive, isValidOrPrimitiveFieldType, mergeFields, requiredDeepCopy, setCustomMergeActions, setFieldNamesToMerge, setIdentityFieldNames, setIgnoreNullsForPrimitiveTypes, setImmutableFieldNames, setMergeFieldMode, setTypesRequireDeepCopy, treatNewEntity
protected T getEntity(T in) throws Exception
getEntity
in class ExistingEntityLookup<T extends Area>
in
- as TException
public LogisticsService getService()
public void setService(LogisticsService service)
Copyright © 2018. All rights reserved.