Class LocationLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.warehouse.server.logic.LocationLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocationLogicgetLocation(ExecutionErrorAccumulator eea, String partyName, String warehouseName, String locationName) voidvalidateLocationName(ExecutionErrorAccumulator eea, LocationType locationType, String locationName) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
LocationLogic
protected LocationLogic()
-
-
Method Details
-
getInstance
-
getLocation
public Location getLocation(ExecutionErrorAccumulator eea, String partyName, String warehouseName, String locationName) -
getLocation
-
validateLocationName
public void validateLocationName(ExecutionErrorAccumulator eea, LocationType locationType, String locationName)
-