Uses of Class
com.echothree.model.control.inventory.common.transfer.LotTimeTransfer
Packages that use LotTimeTransfer
Package
Description
-
Uses of LotTimeTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return types with arguments of type LotTimeTransferMethod parameters in com.echothree.model.control.inventory.common.transfer with type arguments of type LotTimeTransferModifier and TypeMethodDescriptionvoid
LotTransfer.setLotTimes
(MapWrapper<LotTimeTransfer> lotTimes) -
Uses of LotTimeTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return LotTimeTransferModifier and TypeMethodDescriptionLotTimeControl.getLotTimeTransfer
(UserVisit userVisit, LotTime lotTime) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type LotTimeTransferModifier and TypeMethodDescriptionLotTimeControl.getLotTimeTransfers
(UserVisit userVisit, Collection<LotTime> lotTimes) LotTimeControl.getLotTimeTransfersByLot
(UserVisit userVisit, Lot lot) LotTimeControl.getLotTimeTransfersByLotTimeType
(UserVisit userVisit, LotTimeType lotTimeType) -
Uses of LotTimeTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return LotTimeTransfer