Uses of Class
com.echothree.model.jooq.server.records.accounting.PartyGlAccounts
Packages that use PartyGlAccounts
Package
Description
-
Uses of PartyGlAccounts in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type PartyGlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyGlAccounts, GlAccounts> AccountingForeignKeys.PARTY_GL_ACCOUNTS_GL_ACCOUNT_FKstatic final org.jooq.UniqueKey<PartyGlAccounts> AccountingUniqueKeys.PARTY_GL_ACCOUNTS_PARTY_AND_GL_ACCOUNT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyGlAccounts, Parties> AccountingForeignKeys.PARTY_GL_ACCOUNTS_PARTY_FKstatic final org.jooq.UniqueKey<PartyGlAccounts> AccountingUniqueKeys.PARTY_GL_ACCOUNTS_PK -
Uses of PartyGlAccounts in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type PartyGlAccountsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyGlAccounts, Long> PartyGlAccounts.FROM_TIMEThe columnpartyglaccounts.pgla_fromtime.final org.jooq.TableField<PartyGlAccounts, GlAccountPK> PartyGlAccounts.GL_ACCOUNTThe columnpartyglaccounts.pgla_gla_glaccountid.final org.jooq.TableField<PartyGlAccounts, Boolean> PartyGlAccounts.IS_DEFAULTThe columnpartyglaccounts.pgla_isdefault.final org.jooq.TableField<PartyGlAccounts, PartyPK> PartyGlAccounts.PARTYThe columnpartyglaccounts.pgla_par_partyid.final org.jooq.TableField<PartyGlAccounts, PartyGlAccountPK> PartyGlAccounts.PARTY_GL_ACCOUNTThe columnpartyglaccounts.pgla_partyglaccountid.final org.jooq.TableField<PartyGlAccounts, Integer> PartyGlAccounts.SORT_ORDERThe columnpartyglaccounts.pgla_sortorder.final org.jooq.TableField<PartyGlAccounts, Long> PartyGlAccounts.THRU_TIMEThe columnpartyglaccounts.pgla_thrutime.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type PartyGlAccountsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyGlAccounts> PartyGlAccounts.getPrimaryKey()PartyGlAccounts.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyGlAccounts, ?>> PartyGlAccounts.getReferences()List<org.jooq.UniqueKey<PartyGlAccounts>> PartyGlAccounts.getUniqueKeys()