Uses of Class
com.echothree.model.control.item.common.transfer.ItemWeightTransfer
Packages that use ItemWeightTransfer
Package
Description
-
Uses of ItemWeightTransfer in com.echothree.control.user.item.common.result
Methods in com.echothree.control.user.item.common.result that return ItemWeightTransferModifier and TypeMethodDescriptionEditItemWeightResult.getItemWeight()
GetItemWeightResult.getItemWeight()
Methods in com.echothree.control.user.item.common.result that return types with arguments of type ItemWeightTransferMethods in com.echothree.control.user.item.common.result with parameters of type ItemWeightTransferModifier and TypeMethodDescriptionvoid
EditItemWeightResult.setItemWeight
(ItemWeightTransfer itemWeight) void
GetItemWeightResult.setItemWeight
(ItemWeightTransfer itemWeight) Method parameters in com.echothree.control.user.item.common.result with type arguments of type ItemWeightTransferModifier and TypeMethodDescriptionvoid
GetItemWeightsResult.setItemWeights
(List<ItemWeightTransfer> itemWeights) -
Uses of ItemWeightTransfer in com.echothree.model.control.item.common.transfer
Methods in com.echothree.model.control.item.common.transfer that return types with arguments of type ItemWeightTransferMethod parameters in com.echothree.model.control.item.common.transfer with type arguments of type ItemWeightTransferModifier and TypeMethodDescriptionvoid
ItemTransfer.setItemWeights
(ListWrapper<ItemWeightTransfer> itemWeights) Sets the itemWeights. -
Uses of ItemWeightTransfer in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemWeightTransferModifier and TypeMethodDescriptionItemControl.getItemWeightTransfer
(UserVisit userVisit, Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemWeightTransfer
(UserVisit userVisit, ItemWeight itemWeight) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemWeightTransferModifier and TypeMethodDescriptionItemControl.getItemWeightTransfersByItem
(UserVisit userVisit, Item item) -
Uses of ItemWeightTransfer in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer that return ItemWeightTransfer