Uses of Class
com.echothree.model.control.warehouse.common.transfer.LocationDescriptionTransfer
Packages that use LocationDescriptionTransfer
Package
Description
-
Uses of LocationDescriptionTransfer in com.echothree.control.user.warehouse.common.result
Methods in com.echothree.control.user.warehouse.common.result that return LocationDescriptionTransferMethods in com.echothree.control.user.warehouse.common.result that return types with arguments of type LocationDescriptionTransferMethods in com.echothree.control.user.warehouse.common.result with parameters of type LocationDescriptionTransferModifier and TypeMethodDescriptionvoidEditLocationDescriptionResult.setLocationDescription(LocationDescriptionTransfer locationDescription) Method parameters in com.echothree.control.user.warehouse.common.result with type arguments of type LocationDescriptionTransferModifier and TypeMethodDescriptionvoidGetLocationDescriptionsResult.setLocationDescriptions(List<LocationDescriptionTransfer> locationDescriptions) -
Uses of LocationDescriptionTransfer in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationDescriptionTransferModifier and TypeMethodDescriptionWarehouseControl.getLocationDescriptionTransfer(UserVisit userVisit, LocationDescription locationDescription) Methods in com.echothree.model.control.warehouse.server.control that return types with arguments of type LocationDescriptionTransferModifier and TypeMethodDescriptionWarehouseControl.getLocationDescriptionTransfersByLocation(UserVisit userVisit, Location location) -
Uses of LocationDescriptionTransfer in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer that return LocationDescriptionTransferModifier and TypeMethodDescriptionLocationDescriptionTransferCache.getLocationDescriptionTransfer(UserVisit userVisit, LocationDescription locationDescription)