Class InventoryLocationBucketLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.inventory.server.logic.InventoryLocationBucketLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInventoryLocationBucket(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity, BasePK createdBy) getInventoryLocationBucket(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) voidremoveInventoryLocationBucket(ExecutionErrorAccumulator eea, InventoryLocationBucket inventoryLocationBucket, BasePK removedBy) voidremoveInventoryLocationBucketsByInventoryBucketType(ExecutionErrorAccumulator eea, InventoryBucketType inventoryBucketType, BasePK removedBy) voidremoveInventoryLocationBucketsByInventoryLocation(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, BasePK removedBy) voidupdateInventoryLocationBucketFromValue(InventoryLocationBucketValue inventoryLocationBucketValue, BasePK updatedBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
InventoryLocationBucketLogic
protected InventoryLocationBucketLogic()
-
-
Method Details
-
createInventoryLocationBucket
public InventoryLocationBucket createInventoryLocationBucket(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity, BasePK createdBy) -
getInventoryLocationBucket
public InventoryLocationBucket getInventoryLocationBucket(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) -
updateInventoryLocationBucketFromValue
public void updateInventoryLocationBucketFromValue(InventoryLocationBucketValue inventoryLocationBucketValue, BasePK updatedBy) -
removeInventoryLocationBucket
public void removeInventoryLocationBucket(ExecutionErrorAccumulator eea, InventoryLocationBucket inventoryLocationBucket, BasePK removedBy) -
removeInventoryLocationBucketsByInventoryLocation
public void removeInventoryLocationBucketsByInventoryLocation(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, BasePK removedBy) -
removeInventoryLocationBucketsByInventoryBucketType
public void removeInventoryLocationBucketsByInventoryBucketType(ExecutionErrorAccumulator eea, InventoryBucketType inventoryBucketType, BasePK removedBy)
-