Uses of Class
com.echothree.model.control.inventory.common.transfer.InventoryCostingMethodTransfer
Packages that use InventoryCostingMethodTransfer
Package
Description
-
Uses of InventoryCostingMethodTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return InventoryCostingMethodTransferModifier and TypeMethodDescriptionEditInventoryCostingMethodResult.getInventoryCostingMethod()GetInventoryCostingMethodDescriptionsResult.getInventoryCostingMethod()GetInventoryCostingMethodResult.getInventoryCostingMethod()GetPartyInventoryCostingMethodsResult.getInventoryCostingMethod()Methods in com.echothree.control.user.inventory.common.result that return types with arguments of type InventoryCostingMethodTransferMethods in com.echothree.control.user.inventory.common.result with parameters of type InventoryCostingMethodTransferModifier and TypeMethodDescriptionvoidEditInventoryCostingMethodResult.setInventoryCostingMethod(InventoryCostingMethodTransfer inventoryCostingMethod) voidGetInventoryCostingMethodDescriptionsResult.setInventoryCostingMethod(InventoryCostingMethodTransfer inventoryCostingMethod) voidGetInventoryCostingMethodResult.setInventoryCostingMethod(InventoryCostingMethodTransfer inventoryCostingMethod) voidGetPartyInventoryCostingMethodsResult.setInventoryCostingMethod(InventoryCostingMethodTransfer inventoryCostingMethod) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type InventoryCostingMethodTransferModifier and TypeMethodDescriptionvoidGetInventoryCostingMethodsResult.setInventoryCostingMethods(List<InventoryCostingMethodTransfer> inventoryCostingMethods) -
Uses of InventoryCostingMethodTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return InventoryCostingMethodTransferModifier and TypeMethodDescriptionInventoryCostingMethodDescriptionTransfer.getInventoryCostingMethod()PartyInventoryCostingMethodTransfer.getInventoryCostingMethod()Methods in com.echothree.model.control.inventory.common.transfer with parameters of type InventoryCostingMethodTransferModifier and TypeMethodDescriptionvoidInventoryCostingMethodDescriptionTransfer.setInventoryCostingMethod(InventoryCostingMethodTransfer inventoryCostingMethod) voidPartyInventoryCostingMethodTransfer.setInventoryCostingMethod(InventoryCostingMethodTransfer inventoryCostingMethod) Constructors in com.echothree.model.control.inventory.common.transfer with parameters of type InventoryCostingMethodTransferModifierConstructorDescriptionInventoryCostingMethodDescriptionTransfer(LanguageTransfer language, InventoryCostingMethodTransfer inventoryCostingMethod, String description) Creates a new instance of InventoryCostingMethodDescriptionTransferPartyInventoryCostingMethodTransfer(PartyTransfer party, InventoryCostingMethodTransfer inventoryCostingMethod) -
Uses of InventoryCostingMethodTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryCostingMethodTransferModifier and TypeMethodDescriptionInventoryCostingMethodControl.getInventoryCostingMethodTransfer(UserVisit userVisit, InventoryCostingMethod inventoryCostingMethod) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryCostingMethodTransferModifier and TypeMethodDescriptionInventoryCostingMethodControl.getInventoryCostingMethodTransfers(UserVisit userVisit) InventoryCostingMethodControl.getInventoryCostingMethodTransfers(UserVisit userVisit, Collection<InventoryCostingMethod> inventoryCostingMethods) -
Uses of InventoryCostingMethodTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return InventoryCostingMethodTransferModifier and TypeMethodDescriptionInventoryCostingMethodTransferCache.getTransfer(UserVisit userVisit, InventoryCostingMethod inventoryCostingMethod)