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(Session session, TransactionEntityRolePK pk) TransactionEntityRoleFactory.getEntityFromPK(EntityPermission entityPermission, TransactionEntityRolePK pk) TransactionEntityRoleFactory.getEntityFromPK(Session session, EntityPermission entityPermission, TransactionEntityRolePK pk) TransactionEntityRoleFactory.getValueFromPK(Session session, TransactionEntityRolePK pk) voidTransactionEntityRoleFactory.remove(Session session, TransactionEntityRolePK pk) booleanTransactionEntityRoleFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<TransactionEntityRolePK> pks) TransactionEntityRoleFactory.getValuesFromPKs(Session session, Collection<TransactionEntityRolePK> pks) voidTransactionEntityRoleFactory.remove(Session session, 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