Uses of Class
com.echothree.model.control.inventory.common.transfer.InventoryLocationBucketTransfer
Packages that use InventoryLocationBucketTransfer
Package
Description
-
Uses of InventoryLocationBucketTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return InventoryLocationBucketTransferMethods in com.echothree.control.user.inventory.common.result that return types with arguments of type InventoryLocationBucketTransferModifier and TypeMethodDescriptionGetInventoryLocationBucketsResult.getInventoryLocationBuckets()Methods in com.echothree.control.user.inventory.common.result with parameters of type InventoryLocationBucketTransferModifier and TypeMethodDescriptionvoidGetInventoryLocationBucketResult.setInventoryLocationBucket(InventoryLocationBucketTransfer inventoryLocationBucket) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type InventoryLocationBucketTransferModifier and TypeMethodDescriptionvoidGetInventoryLocationBucketsResult.setInventoryLocationBuckets(List<InventoryLocationBucketTransfer> inventoryLocationBuckets) -
Uses of InventoryLocationBucketTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationBucketTransferModifier and TypeMethodDescriptionBucketControl.getInventoryLocationBucketTransfer(UserVisit userVisit, InventoryLocationBucket inventoryLocationBucket) BucketControl.getInventoryLocationBucketTransfer(UserVisit userVisit, InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryLocationBucketTransferModifier and TypeMethodDescriptionBucketControl.getInventoryLocationBucketTransfers(UserVisit userVisit, Collection<InventoryLocationBucket> inventoryLocationBuckets) BucketControl.getInventoryLocationBucketTransfersByInventoryBucketType(UserVisit userVisit, InventoryBucketType inventoryBucketType) BucketControl.getInventoryLocationBucketTransfersByInventoryLocation(UserVisit userVisit, InventoryLocation inventoryLocation) -
Uses of InventoryLocationBucketTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return InventoryLocationBucketTransferModifier and TypeMethodDescriptionInventoryLocationBucketTransferCache.getTransfer(UserVisit userVisit, InventoryLocationBucket inventoryLocationBucket)