Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionEntityRolePK
Packages that use TransactionEntityRolePK
Package
Description
-
Uses of TransactionEntityRolePK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionEntityRolePK -
Uses of TransactionEntityRolePK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionEntityRolePKModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getNextPK()TransactionEntityRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) TransactionEntityRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionEntityRolePKModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TransactionEntityRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TransactionEntityRoleFactory.getPKsFromResultSetAsList(ResultSet rs) TransactionEntityRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionEntityRolePKModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getEntityFromCache(TransactionEntityRolePK pk) TransactionEntityRoleFactory.getEntityFromPK(EntityPermission entityPermission, TransactionEntityRolePK pk) TransactionEntityRoleFactory.getValueFromPK(TransactionEntityRolePK pk) voidTransactionEntityRoleFactory.remove(TransactionEntityRolePK pk) booleanTransactionEntityRoleFactory.validPK(TransactionEntityRolePK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionEntityRolePKModifier and TypeMethodDescriptionTransactionEntityRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TransactionEntityRolePK> pks) TransactionEntityRoleFactory.getValuesFromPKs(Collection<TransactionEntityRolePK> pks) voidTransactionEntityRoleFactory.remove(Collection<TransactionEntityRolePK> pks) -
Uses of TransactionEntityRolePK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionEntityRolePKConstructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionEntityRolePKModifierConstructorDescriptionTransactionEntityRoleValue(TransactionEntityRolePK transactionEntityRolePK, TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of TransactionEntityRoleValue -
Uses of TransactionEntityRolePK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return TransactionEntityRolePKModifier and TypeMethodDescriptionTransactionEntityRoles.TransactionEntityRole()Getter fortransactionentityroles.trxer_transactionentityroleid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type TransactionEntityRolePKModifier and TypeMethodDescriptionorg.jooq.Record1<TransactionEntityRolePK> TransactionEntityRoles.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionEntityRolePKModifier and TypeMethodDescriptionvoidTransactionEntityRoles.TransactionEntityRole(TransactionEntityRolePK value) Setter fortransactionentityroles.trxer_transactionentityroleid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionEntityRolePKModifierConstructorDescriptionTransactionEntityRoles(TransactionEntityRolePK TransactionEntityRole, TransactionPK Transaction, TransactionEntityRoleTypePK TransactionEntityRoleType, EntityInstancePK EntityInstance, Long FromTime, Long ThruTime) Create a detached, initialised TransactionEntityRoles -
Uses of TransactionEntityRolePK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type TransactionEntityRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TransactionEntityRoles, TransactionEntityRolePK> TransactionEntityRoles.TRANSACTION_ENTITY_ROLEThe columntransactionentityroles.trxer_transactionentityroleid.