Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationBucket
Packages that use InventoryLocationBucket
Package
Description
-
Uses of InventoryLocationBucket in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return InventoryLocationBucketModifier and TypeMethodDescriptionprotected InventoryLocationBucketGetInventoryLocationBucketCommand.getEntity()Methods in com.echothree.control.user.inventory.server.command that return types with arguments of type InventoryLocationBucketModifier and TypeMethodDescriptionprotected Collection<InventoryLocationBucket> GetInventoryLocationBucketsCommand.getEntities()Methods in com.echothree.control.user.inventory.server.command with parameters of type InventoryLocationBucketModifier and TypeMethodDescriptionprotected BaseResultGetInventoryLocationBucketCommand.getResult(InventoryLocationBucket inventoryLocationBucket) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type InventoryLocationBucketModifier and TypeMethodDescriptionprotected BaseResultGetInventoryLocationBucketsCommand.getResult(Collection<InventoryLocationBucket> entities) -
Uses of InventoryLocationBucket in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationBucketModifier and TypeMethodDescriptionBucketControl.createInventoryLocationBucket(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity, BasePK createdBy) BucketControl.getInventoryLocationBucket(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) BucketControl.getInventoryLocationBucketForUpdate(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryLocationBucketModifier and TypeMethodDescriptionBucketControl.getInventoryLocationBucketsByInventoryBucketType(InventoryBucketType inventoryBucketType) BucketControl.getInventoryLocationBucketsByInventoryBucketTypeForUpdate(InventoryBucketType inventoryBucketType) BucketControl.getInventoryLocationBucketsByInventoryLocation(InventoryLocation inventoryLocation) BucketControl.getInventoryLocationBucketsByInventoryLocationForUpdate(InventoryLocation inventoryLocation) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationBucketModifier and TypeMethodDescriptionBucketControl.getInventoryLocationBucketTransfer(UserVisit userVisit, InventoryLocationBucket inventoryLocationBucket) BucketControl.getInventoryLocationBucketValue(InventoryLocationBucket inventoryLocationBucket) voidBucketControl.removeInventoryLocationBucket(InventoryLocationBucket inventoryLocationBucket, BasePK removedBy) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type InventoryLocationBucketModifier and TypeMethodDescriptionBucketControl.getInventoryLocationBucketTransfers(UserVisit userVisit, Collection<InventoryLocationBucket> inventoryLocationBuckets) voidBucketControl.removeInventoryLocationBuckets(List<InventoryLocationBucket> inventoryLocationBuckets, BasePK removedBy) -
Uses of InventoryLocationBucket in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type InventoryLocationBucketModifierConstructorDescriptionInventoryLocationBucketObject(InventoryLocationBucket inventoryLocationBucket) -
Uses of InventoryLocationBucket in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic that return InventoryLocationBucketModifier and TypeMethodDescriptionInventoryLocationBucketLogic.createInventoryLocationBucket(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity, BasePK createdBy) InventoryLocationBucketLogic.getInventoryLocationBucket(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) Methods in com.echothree.model.control.inventory.server.logic with parameters of type InventoryLocationBucketModifier and TypeMethodDescriptionvoidInventoryLocationBucketLogic.removeInventoryLocationBucket(ExecutionErrorAccumulator eea, InventoryLocationBucket inventoryLocationBucket, BasePK removedBy) -
Uses of InventoryLocationBucket in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryLocationBucketModifier and TypeMethodDescriptionInventoryLocationBucketTransferCache.getTransfer(UserVisit userVisit, InventoryLocationBucket inventoryLocationBucket) -
Uses of InventoryLocationBucket in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationBucketModifier and TypeMethodDescriptionInventoryLocationBucketFactory.create(InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) InventoryLocationBucketFactory.create(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity) InventoryLocationBucketFactory.getEntityFromCache(InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationBucketFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationBucketFactory.getEntityFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) InventoryLocationBucketFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationBucketFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationBucketValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationBucketModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationBucketPK> pks) InventoryLocationBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationBucketFactory.getEntitiesFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) InventoryLocationBucketFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationBucketModifier and TypeMethodDescriptionvoidInventoryLocationBucketFactory.remove(InventoryLocationBucket entity) voidInventoryLocationBucketFactory.store(InventoryLocationBucket entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationBucketModifier and TypeMethodDescriptionvoidInventoryLocationBucketFactory.store(Collection<InventoryLocationBucket> entities)