Uses of Class
com.echothree.model.control.inventory.common.transfer.InventoryTransactionReasonDescriptionTransfer
Packages that use InventoryTransactionReasonDescriptionTransfer
Package
Description
-
Uses of InventoryTransactionReasonDescriptionTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return InventoryTransactionReasonDescriptionTransferModifier and TypeMethodDescriptionEditInventoryTransactionReasonDescriptionResult.getInventoryTransactionReasonDescription()GetInventoryTransactionReasonDescriptionResult.getInventoryTransactionReasonDescription()Methods in com.echothree.control.user.inventory.common.result that return types with arguments of type InventoryTransactionReasonDescriptionTransferModifier and TypeMethodDescriptionGetInventoryTransactionReasonDescriptionsResult.getInventoryTransactionReasonDescriptions()Methods in com.echothree.control.user.inventory.common.result with parameters of type InventoryTransactionReasonDescriptionTransferModifier and TypeMethodDescriptionvoidEditInventoryTransactionReasonDescriptionResult.setInventoryTransactionReasonDescription(InventoryTransactionReasonDescriptionTransfer inventoryTransactionReason) voidGetInventoryTransactionReasonDescriptionResult.setInventoryTransactionReasonDescription(InventoryTransactionReasonDescriptionTransfer inventoryTransactionReasonDescription) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type InventoryTransactionReasonDescriptionTransferModifier and TypeMethodDescriptionvoidGetInventoryTransactionReasonDescriptionsResult.setInventoryTransactionReasonDescriptions(List<InventoryTransactionReasonDescriptionTransfer> inventoryTransactionReasonDescriptions) -
Uses of InventoryTransactionReasonDescriptionTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryTransactionReasonDescriptionTransferModifier and TypeMethodDescriptionInventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionTransfer(UserVisit userVisit, InventoryTransactionReasonDescription inventoryTransactionReasonDescription) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryTransactionReasonDescriptionTransferModifier and TypeMethodDescriptionInventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionTransfers(UserVisit userVisit, Collection<InventoryTransactionReasonDescription> inventoryTransactionReasonDescriptions) InventoryTransactionReasonControl.getInventoryTransactionReasonDescriptionTransfersByInventoryTransactionReason(UserVisit userVisit, InventoryTransactionReason inventoryTransactionReason) -
Uses of InventoryTransactionReasonDescriptionTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return InventoryTransactionReasonDescriptionTransferModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionTransferCache.getTransfer(UserVisit userVisit, InventoryTransactionReasonDescription inventoryTransactionReasonDescription)