Uses of Class
com.echothree.model.control.inventory.common.transfer.InventoryTransactionReasonTransfer
Packages that use InventoryTransactionReasonTransfer
Package
Description
-
Uses of InventoryTransactionReasonTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return InventoryTransactionReasonTransferModifier and TypeMethodDescriptionEditInventoryTransactionReasonResult.getInventoryTransactionReason()GetInventoryTransactionReasonDescriptionsResult.getInventoryTransactionReason()GetInventoryTransactionReasonResult.getInventoryTransactionReason()Methods in com.echothree.control.user.inventory.common.result that return types with arguments of type InventoryTransactionReasonTransferModifier and TypeMethodDescriptionGetInventoryTransactionReasonsResult.getInventoryTransactionReasons()Methods in com.echothree.control.user.inventory.common.result with parameters of type InventoryTransactionReasonTransferModifier and TypeMethodDescriptionvoidEditInventoryTransactionReasonResult.setInventoryTransactionReason(InventoryTransactionReasonTransfer inventoryTransactionReason) voidGetInventoryTransactionReasonDescriptionsResult.setInventoryTransactionReason(InventoryTransactionReasonTransfer inventoryTransactionReason) voidGetInventoryTransactionReasonResult.setInventoryTransactionReason(InventoryTransactionReasonTransfer inventoryTransactionReason) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type InventoryTransactionReasonTransferModifier and TypeMethodDescriptionvoidGetInventoryTransactionReasonsResult.setInventoryTransactionReasons(List<InventoryTransactionReasonTransfer> inventoryTransactionReasons) -
Uses of InventoryTransactionReasonTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return InventoryTransactionReasonTransferModifier and TypeMethodDescriptionInventoryTransactionReasonDescriptionTransfer.getInventoryTransactionReason()Methods in com.echothree.model.control.inventory.common.transfer with parameters of type InventoryTransactionReasonTransferModifier and TypeMethodDescriptionvoidInventoryTransactionReasonDescriptionTransfer.setInventoryTransactionReason(InventoryTransactionReasonTransfer inventoryTransactionReason) Constructors in com.echothree.model.control.inventory.common.transfer with parameters of type InventoryTransactionReasonTransferModifierConstructorDescriptionInventoryTransactionReasonDescriptionTransfer(LanguageTransfer language, InventoryTransactionReasonTransfer inventoryTransactionReason, String description) Creates a new instance of InventoryTransactionReasonDescriptionTransfer -
Uses of InventoryTransactionReasonTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryTransactionReasonTransferModifier and TypeMethodDescriptionInventoryTransactionReasonControl.getInventoryTransactionReasonTransfer(UserVisit userVisit, InventoryTransactionReason inventoryTransactionReason) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryTransactionReasonTransferModifier and TypeMethodDescriptionInventoryTransactionReasonControl.getInventoryTransactionReasonTransfers(UserVisit userVisit, InventoryTransactionType inventoryTransactionType) InventoryTransactionReasonControl.getInventoryTransactionReasonTransfers(UserVisit userVisit, Collection<InventoryTransactionReason> inventoryTransactionReasons) -
Uses of InventoryTransactionReasonTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return InventoryTransactionReasonTransferModifier and TypeMethodDescriptionInventoryTransactionReasonTransferCache.getTransfer(UserVisit userVisit, InventoryTransactionReason inventoryTransactionReason)