Uses of Class
com.echothree.model.data.inventory.server.entity.PartyInventoryLevel
Packages that use PartyInventoryLevel
Package
Description
-
Uses of PartyInventoryLevel in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return PartyInventoryLevelModifier and TypeMethodDescriptionEditPartyInventoryLevelCommand.getEntity
(EditPartyInventoryLevelResult result) Methods in com.echothree.control.user.inventory.server.command with parameters of type PartyInventoryLevelModifier and TypeMethodDescriptionvoid
EditPartyInventoryLevelCommand.canUpdate
(PartyInventoryLevel partyInventoryLevel) void
EditPartyInventoryLevelCommand.doLock
(PartyInventoryLevelEdit edit, PartyInventoryLevel partyInventoryLevel) void
EditPartyInventoryLevelCommand.doUpdate
(PartyInventoryLevel partyInventoryLevel) void
EditPartyInventoryLevelCommand.fillInResult
(EditPartyInventoryLevelResult result, PartyInventoryLevel partyInventoryLevel) EditPartyInventoryLevelCommand.getLockEntity
(PartyInventoryLevel partyInventoryLevel) -
Uses of PartyInventoryLevel in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return PartyInventoryLevelModifier and TypeMethodDescriptionInventoryControl.createPartyInventoryLevel
(Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, BasePK createdBy) InventoryControl.getPartyInventoryLevel
(Party party, Item item, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelForUpdate
(Party party, Item item, InventoryCondition inventoryCondition) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type PartyInventoryLevelModifier and TypeMethodDescriptionInventoryControl.getPartyInventoryLevelsByInventoryCondition
(InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelsByItem
(Item item) InventoryControl.getPartyInventoryLevelsByItemForUpdate
(Item item) InventoryControl.getPartyInventoryLevelsByParty
(Party party) InventoryControl.getPartyInventoryLevelsByPartyForUpdate
(Party party) Methods in com.echothree.model.control.inventory.server.control with parameters of type PartyInventoryLevelModifier and TypeMethodDescriptionvoid
InventoryControl.deletePartyInventoryLevel
(PartyInventoryLevel partyInventoryLevel, BasePK deletedBy) InventoryControl.getPartyInventoryLevelTransfer
(UserVisit userVisit, PartyInventoryLevel partyInventoryLevel) InventoryControl.getPartyInventoryLevelValue
(PartyInventoryLevel partyInventoryLevel) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type PartyInventoryLevelModifier and TypeMethodDescriptionvoid
InventoryControl.deletePartyInventoryLevels
(List<PartyInventoryLevel> partyInventoryLevels, BasePK deletedBy) InventoryControl.getPartyInventoryLevelTransfers
(UserVisit userVisit, Collection<PartyInventoryLevel> partyInventoryLevels) -
Uses of PartyInventoryLevel in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type PartyInventoryLevelModifier and TypeMethodDescriptionPartyInventoryLevelTransferCache.getTransfer
(PartyInventoryLevel partyInventoryLevel) -
Uses of PartyInventoryLevel in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return PartyInventoryLevelModifier and TypeMethodDescriptionPartyInventoryLevelFactory.create
(PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create
(Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create
(Session session, PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create
(Session session, Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) PartyInventoryLevelFactory.getEntityFromCache
(Session session, PartyInventoryLevelPK pk) PartyInventoryLevelFactory.getEntityFromPK
(EntityPermission entityPermission, PartyInventoryLevelPK pk) PartyInventoryLevelFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyInventoryLevelPK pk) PartyInventoryLevelFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) PartyInventoryLevelFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyInventoryLevelFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyInventoryLevelFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyInventoryLevelFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyInventoryLevelFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyInventoryLevelFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyInventoryLevelFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyInventoryLevelFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) PartyInventoryLevelFactory.getEntityFromValue
(EntityPermission entityPermission, PartyInventoryLevelValue value) PartyInventoryLevelFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyInventoryLevelValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type PartyInventoryLevelModifier and TypeMethodDescriptionPartyInventoryLevelFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyInventoryLevelPK> pks) PartyInventoryLevelFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyInventoryLevelPK> pks) PartyInventoryLevelFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) PartyInventoryLevelFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyInventoryLevelFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyInventoryLevelFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyInventoryLevelFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyInventoryLevelFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyInventoryLevelFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyInventoryLevelFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyInventoryLevelFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type PartyInventoryLevelModifier and TypeMethodDescriptionvoid
PartyInventoryLevelFactory.remove
(Session session, PartyInventoryLevel entity) void
PartyInventoryLevelFactory.store
(Session session, PartyInventoryLevel entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type PartyInventoryLevelModifier and TypeMethodDescriptionvoid
PartyInventoryLevelFactory.store
(Session session, Collection<PartyInventoryLevel> entities) void
PartyInventoryLevelFactory.store
(Collection<PartyInventoryLevel> entities)