Uses of Class
com.echothree.model.jooq.server.records.accounting.GlAccountSummaries
Packages that use GlAccountSummaries
Package
Description
-
Uses of GlAccountSummaries in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type GlAccountSummariesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<GlAccountSummaries> AccountingUniqueKeys.GL_ACCOUNT_SUMMARIES_GL_ACCOUNT_AND_GROUP_PARTY_AND_PERIOD_UKstatic final org.jooq.ForeignKey<GlAccountSummaries, GlAccounts> AccountingForeignKeys.GL_ACCOUNT_SUMMARIES_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<GlAccountSummaries, Parties> AccountingForeignKeys.GL_ACCOUNT_SUMMARIES_GROUP_PARTY_FKstatic final org.jooq.ForeignKey<GlAccountSummaries, Periods> AccountingForeignKeys.GL_ACCOUNT_SUMMARIES_PERIOD_FKstatic final org.jooq.UniqueKey<GlAccountSummaries> AccountingUniqueKeys.GL_ACCOUNT_SUMMARIES_PK -
Uses of GlAccountSummaries in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountSummariesModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountSummaries, Long> GlAccountSummaries.BALANCEThe columnglaccountsummaries.glasmy_balance.final org.jooq.TableField<GlAccountSummaries, Long> GlAccountSummaries.CREDIT_TOTALThe columnglaccountsummaries.glasmy_credittotal.final org.jooq.TableField<GlAccountSummaries, Long> GlAccountSummaries.DEBIT_TOTALThe columnglaccountsummaries.glasmy_debittotal.final org.jooq.TableField<GlAccountSummaries, GlAccountPK> GlAccountSummaries.GL_ACCOUNTThe columnglaccountsummaries.glasmy_gla_glaccountid.final org.jooq.TableField<GlAccountSummaries, GlAccountSummaryPK> GlAccountSummaries.GL_ACCOUNT_SUMMARYThe columnglaccountsummaries.glasmy_glaccountsummaryid.final org.jooq.TableField<GlAccountSummaries, PartyPK> GlAccountSummaries.GROUP_PARTYThe columnglaccountsummaries.glasmy_grouppartyid.final org.jooq.TableField<GlAccountSummaries, PeriodPK> GlAccountSummaries.PERIODThe columnglaccountsummaries.glasmy_prd_periodid.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type GlAccountSummariesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GlAccountSummaries> GlAccountSummaries.getPrimaryKey()GlAccountSummaries.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GlAccountSummaries, ?>> GlAccountSummaries.getReferences()List<org.jooq.UniqueKey<GlAccountSummaries>> GlAccountSummaries.getUniqueKeys()