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 TypeMethodDescriptionInventoryLevelControl.getPartyInventoryLevelTransfer(UserVisit userVisit, PartyInventoryLevel partyInventoryLevel) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type PartyInventoryLevelTransferModifier and TypeMethodDescriptionInventoryLevelControl.getPartyInventoryLevelTransfers(UserVisit userVisit, Collection<PartyInventoryLevel> partyInventoryLevels) InventoryLevelControl.getPartyInventoryLevelTransfersByInventoryCondition(UserVisit userVisit, InventoryCondition inventoryCondition) InventoryLevelControl.getPartyInventoryLevelTransfersByItem(UserVisit userVisit, Item item) InventoryLevelControl.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)