Uses of Class
com.echothree.model.control.inventory.common.transfer.InventoryLocationTransfer
Packages that use InventoryLocationTransfer
Package
Description
-
Uses of InventoryLocationTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return InventoryLocationTransferModifier and TypeMethodDescriptionGetInventoryLocationBucketsResult.getInventoryLocation()GetInventoryLocationResult.getInventoryLocation()Methods in com.echothree.control.user.inventory.common.result that return types with arguments of type InventoryLocationTransferMethods in com.echothree.control.user.inventory.common.result with parameters of type InventoryLocationTransferModifier and TypeMethodDescriptionvoidGetInventoryLocationBucketsResult.setInventoryLocation(InventoryLocationTransfer inventoryLocation) voidGetInventoryLocationResult.setInventoryLocation(InventoryLocationTransfer inventoryLocation) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type InventoryLocationTransferModifier and TypeMethodDescriptionvoidGetInventoryLocationsResult.setInventoryLocations(List<InventoryLocationTransfer> inventoryLocations) -
Uses of InventoryLocationTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return InventoryLocationTransferMethods in com.echothree.model.control.inventory.common.transfer with parameters of type InventoryLocationTransferModifier and TypeMethodDescriptionvoidInventoryLocationBucketTransfer.setInventoryLocation(InventoryLocationTransfer inventoryLocation) Constructors in com.echothree.model.control.inventory.common.transfer with parameters of type InventoryLocationTransferModifierConstructorDescriptionInventoryLocationBucketTransfer(InventoryLocationTransfer inventoryLocation, InventoryBucketTypeTransfer inventoryBucketType, String quantity) -
Uses of InventoryLocationTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationTransferModifier and TypeMethodDescriptionInventoryLocationControl.getInventoryLocationTransfer(UserVisit userVisit, InventoryLocation inventoryLocation) InventoryLocationControl.getInventoryLocationTransfer(UserVisit userVisit, Location location, Item item) InventoryLocationControl.getInventoryLocationTransfer(UserVisit userVisit, Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryLocationTransferModifier and TypeMethodDescriptionInventoryLocationControl.getInventoryLocationTransfers(UserVisit userVisit, Collection<InventoryLocation> inventoryLocations) InventoryLocationControl.getInventoryLocationTransfersByInventoryCondition(UserVisit userVisit, InventoryCondition inventoryCondition) InventoryLocationControl.getInventoryLocationTransfersByItem(UserVisit userVisit, Item item) InventoryLocationControl.getInventoryLocationTransfersByLocation(UserVisit userVisit, Location location) InventoryLocationControl.getInventoryLocationTransfersByOwnerParty(UserVisit userVisit, Party ownerParty) InventoryLocationControl.getInventoryLocationTransfersByUnitOfMeasureType(UserVisit userVisit, UnitOfMeasureType unitOfMeasureType) -
Uses of InventoryLocationTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return InventoryLocationTransferModifier and TypeMethodDescriptionInventoryLocationTransferCache.getTransfer(UserVisit userVisit, InventoryLocation inventoryLocation)