Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionGlEntryPK
Packages that use TransactionGlEntryPK
Package
Description
-
Uses of TransactionGlEntryPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlEntryPK -
Uses of TransactionGlEntryPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryFactory.getNextPK()TransactionGlEntryFactory.getPKFromQuery(PreparedStatement ps, Object... params) TransactionGlEntryFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TransactionGlEntryFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TransactionGlEntryFactory.getPKsFromResultSetAsList(ResultSet rs) TransactionGlEntryFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryFactory.getEntityFromCache(TransactionGlEntryPK pk) TransactionGlEntryFactory.getEntityFromPK(EntityPermission entityPermission, TransactionGlEntryPK pk) TransactionGlEntryFactory.getValueFromPK(TransactionGlEntryPK pk) voidTransactionGlEntryFactory.remove(TransactionGlEntryPK pk) booleanTransactionGlEntryFactory.validPK(TransactionGlEntryPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntryFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TransactionGlEntryPK> pks) TransactionGlEntryFactory.getValuesFromPKs(Collection<TransactionGlEntryPK> pks) voidTransactionGlEntryFactory.remove(Collection<TransactionGlEntryPK> pks) -
Uses of TransactionGlEntryPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlEntryPKConstructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionGlEntryPKModifierConstructorDescriptionTransactionGlEntryValue(TransactionGlEntryPK transactionGlEntryPK, TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValue -
Uses of TransactionGlEntryPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return TransactionGlEntryPKModifier and TypeMethodDescriptionTransactionGlEntries.TransactionGlEntry()Getter fortransactionglentries.trxglent_transactionglentryid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type TransactionGlEntryPKModifier and TypeMethodDescriptionorg.jooq.Record1<TransactionGlEntryPK> TransactionGlEntries.key()Methods in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionGlEntryPKModifier and TypeMethodDescriptionvoidTransactionGlEntries.TransactionGlEntry(TransactionGlEntryPK value) Setter fortransactionglentries.trxglent_transactionglentryid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionGlEntryPKModifierConstructorDescriptionTransactionGlEntries(TransactionGlEntryPK TransactionGlEntry, TransactionPK Transaction, Integer TransactionGlEntrySequence, PartyPK GroupParty, TransactionGlAccountCategoryPK TransactionGlAccountCategory, GlAccountPK GlAccount, CurrencyPK OriginalCurrency, Long OriginalDebit, Long OriginalCredit, Long Debit, Long Credit, Long FromTime, Long ThruTime) Create a detached, initialised TransactionGlEntries -
Uses of TransactionGlEntryPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type TransactionGlEntryPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TransactionGlEntries, TransactionGlEntryPK> TransactionGlEntries.TRANSACTION_GL_ENTRYThe columntransactionglentries.trxglent_transactionglentryid.