Uses of Class
com.echothree.model.control.inventory.common.transfer.LotTransfer
Packages that use LotTransfer
Package
Description
-
Uses of LotTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return LotTransferMethods in com.echothree.control.user.inventory.common.result that return types with arguments of type LotTransferMethods in com.echothree.control.user.inventory.common.result with parameters of type LotTransferModifier and TypeMethodDescriptionvoidGetLotAliasesResult.setLot(LotTransfer lot) voidGetLotResult.setLot(LotTransfer lot) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type LotTransfer -
Uses of LotTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return LotTransferMethods in com.echothree.model.control.inventory.common.transfer with parameters of type LotTransferConstructors in com.echothree.model.control.inventory.common.transfer with parameters of type LotTransferModifierConstructorDescriptionLotAliasTransfer(LotTransfer lot, LotAliasTypeTransfer lotAliasType, String alias) Creates a new instance of LotAliasTransfer -
Uses of LotTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return LotTransferMethods in com.echothree.model.control.inventory.server.control that return types with arguments of type LotTransferModifier and TypeMethodDescriptionLotControl.getLotTransfers(UserVisit userVisit, Collection<Lot> lots) LotControl.getLotTransfersByItem(UserVisit userVisit, Item item) -
Uses of LotTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return LotTransfer