Uses of Class
com.echothree.model.control.inventory.common.transfer.InventoryConditionDescriptionTransfer
Packages that use InventoryConditionDescriptionTransfer
Package
Description
-
Uses of InventoryConditionDescriptionTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return InventoryConditionDescriptionTransferModifier and TypeMethodDescriptionEditInventoryConditionDescriptionResult.getInventoryConditionDescription()GetInventoryConditionDescriptionResult.getInventoryConditionDescription()Methods in com.echothree.control.user.inventory.common.result that return types with arguments of type InventoryConditionDescriptionTransferModifier and TypeMethodDescriptionGetInventoryConditionDescriptionsResult.getInventoryConditionDescriptions()Methods in com.echothree.control.user.inventory.common.result with parameters of type InventoryConditionDescriptionTransferModifier and TypeMethodDescriptionvoidEditInventoryConditionDescriptionResult.setInventoryConditionDescription(InventoryConditionDescriptionTransfer inventoryConditionDescription) voidGetInventoryConditionDescriptionResult.setInventoryConditionDescription(InventoryConditionDescriptionTransfer inventoryConditionDescription) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type InventoryConditionDescriptionTransferModifier and TypeMethodDescriptionvoidGetInventoryConditionDescriptionsResult.setInventoryConditionDescriptions(List<InventoryConditionDescriptionTransfer> inventoryConditionDescriptions) -
Uses of InventoryConditionDescriptionTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryConditionDescriptionTransferModifier and TypeMethodDescriptionInventoryControl.getInventoryConditionDescriptionTransfer(UserVisit userVisit, InventoryConditionDescription inventoryConditionDescription) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryConditionDescriptionTransferModifier and TypeMethodDescriptionInventoryControl.getInventoryConditionDescriptionTransfersByInventoryCondition(UserVisit userVisit, InventoryCondition inventoryCondition) -
Uses of InventoryConditionDescriptionTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return InventoryConditionDescriptionTransferModifier and TypeMethodDescriptionInventoryConditionDescriptionTransferCache.getTransfer(UserVisit userVisit, InventoryConditionDescription inventoryConditionDescription)