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 TypeMethodDescriptionvoidTransactionEntityRole.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(TransactionEntityRolePK pk) TransactionEntityRoleFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionEntityRoleValueModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getValuesFromPKs(Collection<TransactionEntityRolePK> pks) TransactionEntityRoleFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionEntityRoleValueModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getEntityFromValue(EntityPermission entityPermission, TransactionEntityRoleValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionEntityRoleValueModifier and TypeMethodDescriptionvoidTransactionEntityRoleFactory.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