Uses of Class
com.echothree.model.data.item.server.value.ItemUnitLimitValue
Packages that use ItemUnitLimitValue
Package
Description
-
Uses of ItemUnitLimitValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemUnitLimitValueModifier and TypeMethodDescriptionItemControl.getItemUnitLimitValue
(ItemUnitLimit itemUnitLimit) ItemControl.getItemUnitLimitValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.item.server.control with parameters of type ItemUnitLimitValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemUnitLimitFromValue
(ItemUnitLimitValue itemUnitLimitValue, BasePK updatedBy) -
Uses of ItemUnitLimitValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemUnitLimitValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemUnitLimitValueModifier and TypeMethodDescriptionvoid
ItemUnitLimit.setItemUnitLimitValue
(ItemUnitLimitValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemUnitLimitValueModifierConstructorDescriptionItemUnitLimit
(ItemUnitLimitValue value, EntityPermission entityPermission) Creates a new instance of ItemUnitLimit -
Uses of ItemUnitLimitValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemUnitLimitValueModifier and TypeMethodDescriptionItemUnitLimitFactory.getValueFromPK
(Session session, ItemUnitLimitPK pk) ItemUnitLimitFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemUnitLimitValueModifier and TypeMethodDescriptionItemUnitLimitFactory.getValuesFromPKs
(Session session, Collection<ItemUnitLimitPK> pks) ItemUnitLimitFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemUnitLimitValueModifier and TypeMethodDescriptionItemUnitLimitFactory.getEntityFromValue
(EntityPermission entityPermission, ItemUnitLimitValue value) ItemUnitLimitFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemUnitLimitValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemUnitLimitValueModifier and TypeMethodDescriptionvoid
ItemUnitLimitFactory.create
(Session session, Collection<ItemUnitLimitValue> _values) void
ItemUnitLimitFactory.create
(Collection<ItemUnitLimitValue> _values) -
Uses of ItemUnitLimitValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemUnitLimitValue