Uses of Class
com.echothree.model.data.inventory.server.value.PartyInventoryLevelValue
Packages that use PartyInventoryLevelValue
Package
Description
-
Uses of PartyInventoryLevelValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return PartyInventoryLevelValueModifier and TypeMethodDescriptionInventoryControl.getPartyInventoryLevelValue(PartyInventoryLevel partyInventoryLevel) InventoryControl.getPartyInventoryLevelValueForUpdate(Party party, Item item, InventoryCondition inventoryCondition) Methods in com.echothree.model.control.inventory.server.control with parameters of type PartyInventoryLevelValueModifier and TypeMethodDescriptionvoidInventoryControl.updatePartyInventoryLevelFromValue(PartyInventoryLevelValue partyInventoryLevelValue, BasePK updatedBy) -
Uses of PartyInventoryLevelValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return PartyInventoryLevelValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type PartyInventoryLevelValueModifier and TypeMethodDescriptionvoidPartyInventoryLevel.setPartyInventoryLevelValue(PartyInventoryLevelValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type PartyInventoryLevelValueModifierConstructorDescriptionPartyInventoryLevel(PartyInventoryLevelValue value, EntityPermission entityPermission) Creates a new instance of PartyInventoryLevel -
Uses of PartyInventoryLevelValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return PartyInventoryLevelValueModifier and TypeMethodDescriptionPartyInventoryLevelFactory.getValueFromPK(Session session, PartyInventoryLevelPK pk) PartyInventoryLevelFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type PartyInventoryLevelValueModifier and TypeMethodDescriptionPartyInventoryLevelFactory.getValuesFromPKs(Session session, Collection<PartyInventoryLevelPK> pks) PartyInventoryLevelFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type PartyInventoryLevelValueModifier and TypeMethodDescriptionPartyInventoryLevelFactory.getEntityFromValue(EntityPermission entityPermission, PartyInventoryLevelValue value) PartyInventoryLevelFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyInventoryLevelValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type PartyInventoryLevelValueModifier and TypeMethodDescriptionvoidPartyInventoryLevelFactory.create(Session session, Collection<PartyInventoryLevelValue> _values) voidPartyInventoryLevelFactory.create(Collection<PartyInventoryLevelValue> _values) -
Uses of PartyInventoryLevelValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return PartyInventoryLevelValue