Uses of Class
com.echothree.model.data.inventory.server.value.InventoryTransactionRoleValue
Packages that use InventoryTransactionRoleValue
Package
Description
-
Uses of InventoryTransactionRoleValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionRoleValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionRoleValueModifier and TypeMethodDescriptionvoidInventoryTransactionRole.setInventoryTransactionRoleValue(InventoryTransactionRoleValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryTransactionRoleValueModifierConstructorDescriptionInventoryTransactionRole(InventoryTransactionRoleValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionRole -
Uses of InventoryTransactionRoleValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionRoleValueModifier and TypeMethodDescriptionInventoryTransactionRoleFactory.getValueFromPK(InventoryTransactionRolePK pk) InventoryTransactionRoleFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionRoleValueModifier and TypeMethodDescriptionInventoryTransactionRoleFactory.getValuesFromPKs(Collection<InventoryTransactionRolePK> pks) InventoryTransactionRoleFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionRoleValueModifier and TypeMethodDescriptionInventoryTransactionRoleFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionRoleValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionRoleValueModifier and TypeMethodDescriptionvoidInventoryTransactionRoleFactory.create(Collection<InventoryTransactionRoleValue> _values) -
Uses of InventoryTransactionRoleValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionRoleValue