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 TypeMethodDescriptionvoidEditLocationResult.setLocation(LocationTransfer location) voidGetLocationCapacitiesResult.setLocation(LocationTransfer location) voidGetLocationDescriptionsResult.setLocation(LocationTransfer location) voidGetLocationResult.setLocation(LocationTransfer location) Method parameters in com.echothree.control.user.warehouse.common.result with type arguments of type LocationTransferModifier and TypeMethodDescriptionvoidGetLocationsResult.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 TypeMethodDescriptionvoidLocationCapacityTransfer.setLocation(LocationTransfer location) voidLocationDescriptionTransfer.setLocation(LocationTransfer location) voidLocationVolumeTransfer.setLocation(LocationTransfer location) Method parameters in com.echothree.model.control.warehouse.common.transfer with type arguments of type LocationTransferModifier and TypeMethodDescriptionvoidWarehouseTransfer.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 LocationTransferModifier and TypeMethodDescriptionLocationTransferCache.getLocationTransfer(UserVisit userVisit, Location location)