Class InventoryLocationLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.inventory.server.logic.InventoryLocationLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInventoryLocation(ExecutionErrorAccumulator eea, Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, BasePK createdBy) voiddeleteInventoryLocation(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, BasePK deletedBy) getInventoryLocation(ExecutionErrorAccumulator eea, Location location, Item item) getInventoryLocation(ExecutionErrorAccumulator eea, Location location, Item item, EntityPermission entityPermission) getInventoryLocationForUpdate(ExecutionErrorAccumulator eea, Location location, Item item) getOwnerParty(ExecutionErrorAccumulator eea, String ownerPartyName) getUnitOfMeasureType(ExecutionErrorAccumulator eea, Item item, String unitOfMeasureTypeName) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
InventoryLocationLogic
protected InventoryLocationLogic()
-
-
Method Details
-
getOwnerParty
-
getUnitOfMeasureType
public UnitOfMeasureType getUnitOfMeasureType(ExecutionErrorAccumulator eea, Item item, String unitOfMeasureTypeName) -
createInventoryLocation
public InventoryLocation createInventoryLocation(ExecutionErrorAccumulator eea, Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, BasePK createdBy) -
getInventoryLocation
public InventoryLocation getInventoryLocation(ExecutionErrorAccumulator eea, Location location, Item item, EntityPermission entityPermission) -
getInventoryLocation
public InventoryLocation getInventoryLocation(ExecutionErrorAccumulator eea, Location location, Item item) -
getInventoryLocationForUpdate
public InventoryLocation getInventoryLocationForUpdate(ExecutionErrorAccumulator eea, Location location, Item item) -
deleteInventoryLocation
public void deleteInventoryLocation(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, BasePK deletedBy)
-