Uses of Class
com.echothree.model.data.item.server.value.ItemUnitPriceLimitValue
Packages that use ItemUnitPriceLimitValue
Package
Description
-
Uses of ItemUnitPriceLimitValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemUnitPriceLimitValueModifier and TypeMethodDescriptionItemControl.getItemUnitPriceLimitValue
(ItemUnitPriceLimit itemUnitPriceLimit) ItemControl.getItemUnitPriceLimitValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) Methods in com.echothree.model.control.item.server.control with parameters of type ItemUnitPriceLimitValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemUnitPriceLimitFromValue
(ItemUnitPriceLimitValue itemUnitPriceLimitValue, BasePK updatedBy) -
Uses of ItemUnitPriceLimitValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemUnitPriceLimitValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemUnitPriceLimitValueModifier and TypeMethodDescriptionvoid
ItemUnitPriceLimit.setItemUnitPriceLimitValue
(ItemUnitPriceLimitValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemUnitPriceLimitValueModifierConstructorDescriptionItemUnitPriceLimit
(ItemUnitPriceLimitValue value, EntityPermission entityPermission) Creates a new instance of ItemUnitPriceLimit -
Uses of ItemUnitPriceLimitValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemUnitPriceLimitValueModifier and TypeMethodDescriptionItemUnitPriceLimitFactory.getValueFromPK
(Session session, ItemUnitPriceLimitPK pk) ItemUnitPriceLimitFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemUnitPriceLimitValueModifier and TypeMethodDescriptionItemUnitPriceLimitFactory.getValuesFromPKs
(Session session, Collection<ItemUnitPriceLimitPK> pks) ItemUnitPriceLimitFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemUnitPriceLimitValueModifier and TypeMethodDescriptionItemUnitPriceLimitFactory.getEntityFromValue
(EntityPermission entityPermission, ItemUnitPriceLimitValue value) ItemUnitPriceLimitFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemUnitPriceLimitValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemUnitPriceLimitValueModifier and TypeMethodDescriptionvoid
ItemUnitPriceLimitFactory.create
(Session session, Collection<ItemUnitPriceLimitValue> _values) void
ItemUnitPriceLimitFactory.create
(Collection<ItemUnitPriceLimitValue> _values) -
Uses of ItemUnitPriceLimitValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemUnitPriceLimitValue