Uses of Class
com.echothree.model.data.inventory.server.value.InventoryTransactionValue
Packages that use InventoryTransactionValue
Package
Description
-
Uses of InventoryTransactionValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionValueModifier and TypeMethodDescriptionvoidInventoryTransaction.setInventoryTransactionValue(InventoryTransactionValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionValueModifierConstructorDescriptionInventoryTransaction(InventoryTransactionValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransaction -
Uses of InventoryTransactionValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionValueModifier and TypeMethodDescriptionInventoryTransactionFactory.getValueFromPK(InventoryTransactionPK pk) InventoryTransactionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionValueModifier and TypeMethodDescriptionInventoryTransactionFactory.getValuesFromPKs(Collection<InventoryTransactionPK> pks) InventoryTransactionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionValueModifier and TypeMethodDescriptionInventoryTransactionFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionValueModifier and TypeMethodDescriptionvoidInventoryTransactionFactory.create(Collection<InventoryTransactionValue> _values) -
Uses of InventoryTransactionValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionValue