Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionGlAccountPK
Packages that use TransactionGlAccountPK
Package
Description
-
Uses of TransactionGlAccountPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountPK -
Uses of TransactionGlAccountPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccountFactory.getNextPK()TransactionGlAccountFactory.getPKFromQuery(PreparedStatement ps, Object... params) TransactionGlAccountFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccountFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TransactionGlAccountFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TransactionGlAccountFactory.getPKsFromResultSetAsList(ResultSet rs) TransactionGlAccountFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccountFactory.getEntityFromCache(TransactionGlAccountPK pk) TransactionGlAccountFactory.getEntityFromPK(EntityPermission entityPermission, TransactionGlAccountPK pk) TransactionGlAccountFactory.getValueFromPK(TransactionGlAccountPK pk) voidTransactionGlAccountFactory.remove(TransactionGlAccountPK pk) booleanTransactionGlAccountFactory.validPK(TransactionGlAccountPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TransactionGlAccountPK> pks) TransactionGlAccountFactory.getValuesFromPKs(Collection<TransactionGlAccountPK> pks) voidTransactionGlAccountFactory.remove(Collection<TransactionGlAccountPK> pks) -
Uses of TransactionGlAccountPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlAccountPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlAccountPKModifierConstructorDescriptionTransactionGlAccountValue(TransactionGlAccountPK transactionGlAccountPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountValue -
Uses of TransactionGlAccountPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return TransactionGlAccountPKModifier and TypeMethodDescriptionTransactionGlAccounts.TransactionGlAccount()Getter fortransactionglaccounts.trxgla_transactionglaccountid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type TransactionGlAccountPKModifier and TypeMethodDescriptionorg.jooq.Record1<TransactionGlAccountPK> TransactionGlAccounts.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionGlAccountPKModifier and TypeMethodDescriptionvoidTransactionGlAccounts.TransactionGlAccount(TransactionGlAccountPK value) Setter fortransactionglaccounts.trxgla_transactionglaccountid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionGlAccountPKModifierConstructorDescriptionTransactionGlAccounts(TransactionGlAccountPK TransactionGlAccount, TransactionGlAccountCategoryPK TransactionGlAccountCategory, GlAccountPK GlAccount, Long FromTime, Long ThruTime) Create a detached, initialised TransactionGlAccounts -
Uses of TransactionGlAccountPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type TransactionGlAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TransactionGlAccounts, TransactionGlAccountPK> TransactionGlAccounts.TRANSACTION_GL_ACCOUNTThe columntransactionglaccounts.trxgla_transactionglaccountid.