Uses of Class
com.echothree.model.control.inventory.common.transfer.PartyInventoryLevelTransfer
Packages that use PartyInventoryLevelTransfer
Package
Description
-
Uses of PartyInventoryLevelTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return PartyInventoryLevelTransferModifier and TypeMethodDescriptionEditPartyInventoryLevelResult.getPartyInventoryLevel()GetPartyInventoryLevelResult.getPartyInventoryLevel()Methods in com.echothree.control.user.inventory.common.result that return types with arguments of type PartyInventoryLevelTransferMethods in com.echothree.control.user.inventory.common.result with parameters of type PartyInventoryLevelTransferModifier and TypeMethodDescriptionvoidEditPartyInventoryLevelResult.setPartyInventoryLevel(PartyInventoryLevelTransfer partyInventoryLevel) voidGetPartyInventoryLevelResult.setPartyInventoryLevel(PartyInventoryLevelTransfer partyInventoryLevel) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type PartyInventoryLevelTransferModifier and TypeMethodDescriptionvoidGetPartyInventoryLevelsResult.setPartyInventoryLevels(List<PartyInventoryLevelTransfer> partyInventoryLevels) -
Uses of PartyInventoryLevelTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return PartyInventoryLevelTransferModifier and TypeMethodDescriptionInventoryControl.getPartyInventoryLevelTransfer(UserVisit userVisit, PartyInventoryLevel partyInventoryLevel) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type PartyInventoryLevelTransferModifier and TypeMethodDescriptionInventoryControl.getPartyInventoryLevelTransfers(UserVisit userVisit, Collection<PartyInventoryLevel> partyInventoryLevels) InventoryControl.getPartyInventoryLevelTransfersByInventoryCondition(UserVisit userVisit, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelTransfersByItem(UserVisit userVisit, Item item) InventoryControl.getPartyInventoryLevelTransfersByParty(UserVisit userVisit, Party party) -
Uses of PartyInventoryLevelTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return PartyInventoryLevelTransferModifier and TypeMethodDescriptionPartyInventoryLevelTransferCache.getTransfer(UserVisit userVisit, PartyInventoryLevel partyInventoryLevel)