Uses of Class
com.echothree.model.data.inventory.server.value.InventoryConditionUseValue
Packages that use InventoryConditionUseValue
Package
Description
-
Uses of InventoryConditionUseValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryConditionUseValueModifier and TypeMethodDescriptionInventoryControl.getDefaultInventoryConditionUseValueForUpdate
(InventoryConditionUseType inventoryConditionUseType) InventoryControl.getInventoryConditionUseValueForUpdate
(InventoryConditionUseType inventoryConditionUseType, InventoryCondition inventoryCondition) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryConditionUseValueModifier and TypeMethodDescriptionvoid
InventoryControl.updateInventoryConditionUseFromValue
(InventoryConditionUseValue inventoryConditionUseValue, BasePK updatedBy) Given a InventoryConditionUseValue, update only the isDefault property. -
Uses of InventoryConditionUseValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryConditionUseValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryConditionUseValueModifier and TypeMethodDescriptionvoid
InventoryConditionUse.setInventoryConditionUseValue
(InventoryConditionUseValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryConditionUseValueModifierConstructorDescriptionInventoryConditionUse
(InventoryConditionUseValue value, EntityPermission entityPermission) Creates a new instance of InventoryConditionUse -
Uses of InventoryConditionUseValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryConditionUseValueModifier and TypeMethodDescriptionInventoryConditionUseFactory.getValueFromPK
(Session session, InventoryConditionUsePK pk) InventoryConditionUseFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryConditionUseValueModifier and TypeMethodDescriptionInventoryConditionUseFactory.getValuesFromPKs
(Session session, Collection<InventoryConditionUsePK> pks) InventoryConditionUseFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryConditionUseValueModifier and TypeMethodDescriptionInventoryConditionUseFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryConditionUseValue value) InventoryConditionUseFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryConditionUseValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryConditionUseValueModifier and TypeMethodDescriptionvoid
InventoryConditionUseFactory.create
(Session session, Collection<InventoryConditionUseValue> _values) void
InventoryConditionUseFactory.create
(Collection<InventoryConditionUseValue> _values) -
Uses of InventoryConditionUseValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryConditionUseValue