Uses of Class
com.echothree.model.data.accounting.server.value.TransactionEntityRoleValue
Packages that use TransactionEntityRoleValue
Package
Description
-
Uses of TransactionEntityRoleValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionEntityRoleValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionEntityRoleValueModifier and TypeMethodDescriptionvoid
TransactionEntityRole.setTransactionEntityRoleValue
(TransactionEntityRoleValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionEntityRoleValueModifierConstructorDescriptionTransactionEntityRole
(TransactionEntityRoleValue value, EntityPermission entityPermission) Creates a new instance of TransactionEntityRole -
Uses of TransactionEntityRoleValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionEntityRoleValueModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getValueFromPK
(Session session, TransactionEntityRolePK pk) TransactionEntityRoleFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionEntityRoleValueModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getValuesFromPKs
(Session session, Collection<TransactionEntityRolePK> pks) TransactionEntityRoleFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionEntityRoleValueModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getEntityFromValue
(EntityPermission entityPermission, TransactionEntityRoleValue value) TransactionEntityRoleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TransactionEntityRoleValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionEntityRoleValueModifier and TypeMethodDescriptionvoid
TransactionEntityRoleFactory.create
(Session session, Collection<TransactionEntityRoleValue> _values) void
TransactionEntityRoleFactory.create
(Collection<TransactionEntityRoleValue> _values) -
Uses of TransactionEntityRoleValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionEntityRoleValue