Uses of Class
com.echothree.model.control.warehouse.common.transfer.LocationTransfer
Packages that use LocationTransfer
Package
Description
-
Uses of LocationTransfer in com.echothree.control.user.warehouse.common.result
Methods in com.echothree.control.user.warehouse.common.result that return LocationTransferModifier and TypeMethodDescriptionEditLocationResult.getLocation()
GetLocationCapacitiesResult.getLocation()
GetLocationDescriptionsResult.getLocation()
GetLocationResult.getLocation()
Methods in com.echothree.control.user.warehouse.common.result that return types with arguments of type LocationTransferMethods in com.echothree.control.user.warehouse.common.result with parameters of type LocationTransferModifier and TypeMethodDescriptionvoid
EditLocationResult.setLocation
(LocationTransfer location) void
GetLocationCapacitiesResult.setLocation
(LocationTransfer location) void
GetLocationDescriptionsResult.setLocation
(LocationTransfer location) void
GetLocationResult.setLocation
(LocationTransfer location) Method parameters in com.echothree.control.user.warehouse.common.result with type arguments of type LocationTransferModifier and TypeMethodDescriptionvoid
GetLocationsResult.setLocations
(List<LocationTransfer> locations) -
Uses of LocationTransfer in com.echothree.model.control.warehouse.common.transfer
Methods in com.echothree.model.control.warehouse.common.transfer that return LocationTransferModifier and TypeMethodDescriptionLocationCapacityTransfer.getLocation()
LocationDescriptionTransfer.getLocation()
LocationVolumeTransfer.getLocation()
Methods in com.echothree.model.control.warehouse.common.transfer that return types with arguments of type LocationTransferMethods in com.echothree.model.control.warehouse.common.transfer with parameters of type LocationTransferModifier and TypeMethodDescriptionvoid
LocationCapacityTransfer.setLocation
(LocationTransfer location) void
LocationDescriptionTransfer.setLocation
(LocationTransfer location) void
LocationVolumeTransfer.setLocation
(LocationTransfer location) Method parameters in com.echothree.model.control.warehouse.common.transfer with type arguments of type LocationTransferModifier and TypeMethodDescriptionvoid
WarehouseTransfer.setLocations
(ListWrapper<LocationTransfer> locations) Constructors in com.echothree.model.control.warehouse.common.transfer with parameters of type LocationTransferModifierConstructorDescriptionLocationCapacityTransfer
(LocationTransfer location, UnitOfMeasureTypeTransfer unitOfMeasureType, Long capacity) Creates a new instance of LocationCapacityTransferLocationDescriptionTransfer
(LanguageTransfer language, LocationTransfer location, String description) Creates a new instance of LocationDescriptionTransferLocationVolumeTransfer
(LocationTransfer location, String height, String width, String depth, Long cubicVolume) Creates a new instance of LocationVolumeTransfer -
Uses of LocationTransfer in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationTransferModifier and TypeMethodDescriptionWarehouseControl.getLocationTransfer
(UserVisit userVisit, Location location) Methods in com.echothree.model.control.warehouse.server.control that return types with arguments of type LocationTransferModifier and TypeMethodDescriptionWarehouseControl.getLocationTransfersByWarehouseParty
(UserVisit userVisit, Party warehouseParty) -
Uses of LocationTransfer in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer that return LocationTransfer