Uses of Class
com.echothree.model.data.inventory.server.value.InventoryDispositionValue
Packages that use InventoryDispositionValue
Package
Description
-
Uses of InventoryDispositionValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryDispositionValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryDispositionValueModifier and TypeMethodDescriptionvoidInventoryDisposition.setInventoryDispositionValue(InventoryDispositionValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryDispositionValueModifierConstructorDescriptionInventoryDisposition(InventoryDispositionValue value, EntityPermission entityPermission) Creates a new instance of InventoryDisposition -
Uses of InventoryDispositionValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryDispositionValueModifier and TypeMethodDescriptionInventoryDispositionFactory.getValueFromPK(InventoryDispositionPK pk) InventoryDispositionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryDispositionValueModifier and TypeMethodDescriptionInventoryDispositionFactory.getValuesFromPKs(Collection<InventoryDispositionPK> pks) InventoryDispositionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryDispositionValueModifier and TypeMethodDescriptionInventoryDispositionFactory.getEntityFromValue(EntityPermission entityPermission, InventoryDispositionValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryDispositionValueModifier and TypeMethodDescriptionvoidInventoryDispositionFactory.create(Collection<InventoryDispositionValue> _values) -
Uses of InventoryDispositionValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryDispositionValue