Uses of Class
com.echothree.model.control.warehouse.common.transfer.WarehouseTransfer
Packages that use WarehouseTransfer
Package
Description
-
Uses of WarehouseTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return WarehouseTransferModifier and TypeMethodDescriptionGetInventoryLocationGroupDescriptionsResult.getWarehouse()GetInventoryLocationGroupsResult.getWarehouse()GetPartyInventoryLevelResult.getWarehouse()GetPartyInventoryLevelsResult.getWarehouse()Methods in com.echothree.control.user.inventory.common.result with parameters of type WarehouseTransferModifier and TypeMethodDescriptionvoidGetInventoryLocationGroupDescriptionsResult.setWarehouse(WarehouseTransfer warehouse) voidGetInventoryLocationGroupsResult.setWarehouse(WarehouseTransfer warehouse) voidGetPartyInventoryLevelResult.setWarehouse(WarehouseTransfer warehouse) voidGetPartyInventoryLevelsResult.setWarehouse(WarehouseTransfer warehouse) -
Uses of WarehouseTransfer in com.echothree.control.user.warehouse.common.result
Methods in com.echothree.control.user.warehouse.common.result that return WarehouseTransferModifier and TypeMethodDescriptionEditWarehouseResult.getWarehouse()GetLocationDescriptionsResult.getWarehouse()GetLocationNameElementDescriptionsResult.getWarehouse()GetLocationNameElementsResult.getWarehouse()GetLocationsResult.getWarehouse()GetLocationTypeDescriptionsResult.getWarehouse()GetLocationTypesResult.getWarehouse()GetWarehouseResult.getWarehouse()Methods in com.echothree.control.user.warehouse.common.result that return types with arguments of type WarehouseTransferMethods in com.echothree.control.user.warehouse.common.result with parameters of type WarehouseTransferModifier and TypeMethodDescriptionvoidEditWarehouseResult.setWarehouse(WarehouseTransfer warehouse) voidGetLocationDescriptionsResult.setWarehouse(WarehouseTransfer warehouse) voidGetLocationNameElementDescriptionsResult.setWarehouse(WarehouseTransfer warehouse) voidGetLocationNameElementsResult.setWarehouse(WarehouseTransfer warehouse) voidGetLocationsResult.setWarehouse(WarehouseTransfer warehouse) voidGetLocationTypeDescriptionsResult.setWarehouse(WarehouseTransfer warehouse) voidGetLocationTypesResult.setWarehouse(WarehouseTransfer warehouse) voidGetWarehouseResult.setWarehouse(WarehouseTransfer warehouse) Method parameters in com.echothree.control.user.warehouse.common.result with type arguments of type WarehouseTransferModifier and TypeMethodDescriptionvoidGetWarehousesResult.setWarehouses(List<WarehouseTransfer> warehouses) -
Uses of WarehouseTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return WarehouseTransferMethods in com.echothree.model.control.inventory.common.transfer with parameters of type WarehouseTransferModifier and TypeMethodDescriptionvoidInventoryLocationGroupTransfer.setWarehouse(WarehouseTransfer warehouse) Constructors in com.echothree.model.control.inventory.common.transfer with parameters of type WarehouseTransferModifierConstructorDescriptionInventoryLocationGroupTransfer(WarehouseTransfer warehouse, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, String description, WorkflowEntityStatusTransfer inventoryLocationGroupStatus) Creates a new instance of InventoryLocationGroupTransfer -
Uses of WarehouseTransfer in com.echothree.model.control.warehouse.common.transfer
Methods in com.echothree.model.control.warehouse.common.transfer that return WarehouseTransferModifier and TypeMethodDescriptionLocationTransfer.getWarehouse()LocationTypeTransfer.getWarehouse()WarehouseResultTransfer.getWarehouse()Returns the warehouse.Methods in com.echothree.model.control.warehouse.common.transfer with parameters of type WarehouseTransferModifier and TypeMethodDescriptionvoidLocationTransfer.setWarehouse(WarehouseTransfer warehouse) voidLocationTypeTransfer.setWarehouse(WarehouseTransfer warehouse) voidWarehouseResultTransfer.setWarehouse(WarehouseTransfer warehouse) Sets the warehouse.Constructors in com.echothree.model.control.warehouse.common.transfer with parameters of type WarehouseTransferModifierConstructorDescriptionLocationTransfer(WarehouseTransfer warehouse, String locationName, LocationTypeTransfer locationType, LocationUseTypeTransfer locationUseType, Integer velocity, InventoryLocationGroupTransfer inventoryLocationGroup, String description, WorkflowEntityStatusTransfer locationStatus) Creates a new instance of LocationTransferLocationTypeTransfer(WarehouseTransfer warehouse, String locationTypeName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of LocationTypeTransferWarehouseResultTransfer(String partyName, WarehouseTransfer warehouse) Creates a new instance of WarehouseResultTransfer -
Uses of WarehouseTransfer in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return WarehouseTransferModifier and TypeMethodDescriptionWarehouseControl.getWarehouseTransfer(UserVisit userVisit, Party party) WarehouseControl.getWarehouseTransfer(UserVisit userVisit, Warehouse warehouse) Methods in com.echothree.model.control.warehouse.server.control that return types with arguments of type WarehouseTransferModifier and TypeMethodDescriptionWarehouseControl.getWarehouseTransfers(UserVisit userVisit) WarehouseControl.getWarehouseTransfers(UserVisit userVisit, Collection<Warehouse> warehouses) -
Uses of WarehouseTransfer in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer that return WarehouseTransferModifier and TypeMethodDescriptionWarehouseTransferCache.getWarehouseTransfer(UserVisit userVisit, Party party) WarehouseTransferCache.getWarehouseTransfer(UserVisit userVisit, Warehouse warehouse)