Uses of Class
com.echothree.model.data.inventory.server.value.InventoryTransactionStatusValue
Packages that use InventoryTransactionStatusValue
Package
Description
-
Uses of InventoryTransactionStatusValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionStatusValueModifier and TypeMethodDescriptionInventoryTransactionStatus.getInventoryTransactionStatusValue()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionStatusValueModifier and TypeMethodDescriptionvoidInventoryTransactionStatus.setInventoryTransactionStatusValue(InventoryTransactionStatusValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionStatusValueModifierConstructorDescriptionInventoryTransactionStatus(InventoryTransactionStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionStatus -
Uses of InventoryTransactionStatusValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionStatusValueModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.getValueFromPK(InventoryTransactionStatusPK pk) InventoryTransactionStatusFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionStatusValueModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.getValuesFromPKs(Collection<InventoryTransactionStatusPK> pks) InventoryTransactionStatusFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionStatusValueModifier and TypeMethodDescriptionInventoryTransactionStatusFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionStatusValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionStatusValueModifier and TypeMethodDescriptionvoidInventoryTransactionStatusFactory.create(Collection<InventoryTransactionStatusValue> _values) -
Uses of InventoryTransactionStatusValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionStatusValue