Uses of Class
com.echothree.model.jooq.server.records.accounting.GlAccountDetails
Packages that use GlAccountDetails
Package
Description
-
Uses of GlAccountDetails in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type GlAccountDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<GlAccountDetails, Currencies> AccountingForeignKeys.GL_ACCOUNT_DETAILS_CURRENCY_FKstatic final org.jooq.UniqueKey<GlAccountDetails> AccountingUniqueKeys.GL_ACCOUNT_DETAILS_GL_ACCOUNT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<GlAccountDetails, GlAccountCategories> AccountingForeignKeys.GL_ACCOUNT_DETAILS_GL_ACCOUNT_CATEGORY_FKstatic final org.jooq.ForeignKey<GlAccountDetails, GlAccountClasses> AccountingForeignKeys.GL_ACCOUNT_DETAILS_GL_ACCOUNT_CLASS_FKstatic final org.jooq.ForeignKey<GlAccountDetails, GlAccounts> AccountingForeignKeys.GL_ACCOUNT_DETAILS_GL_ACCOUNT_FKstatic final org.jooq.UniqueKey<GlAccountDetails> AccountingUniqueKeys.GL_ACCOUNT_DETAILS_GL_ACCOUNT_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<GlAccountDetails, GlAccountTypes> AccountingForeignKeys.GL_ACCOUNT_DETAILS_GL_ACCOUNT_TYPE_FKstatic final org.jooq.ForeignKey<GlAccountDetails, GlResourceTypes> AccountingForeignKeys.GL_ACCOUNT_DETAILS_GL_RESOURCE_TYPE_FKstatic final org.jooq.ForeignKey<GlAccountDetails, GlAccounts> AccountingForeignKeys.GL_ACCOUNT_DETAILS_PARENT_GL_ACCOUNT_FKstatic final org.jooq.UniqueKey<GlAccountDetails> AccountingUniqueKeys.GL_ACCOUNT_DETAILS_PKstatic final org.jooq.ForeignKey<GlAccounts, GlAccountDetails> AccountingForeignKeys.GL_ACCOUNTS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<GlAccounts, GlAccountDetails> AccountingForeignKeys.GL_ACCOUNTS_LAST_DETAIL_FK -
Uses of GlAccountDetails in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountDetails, CurrencyPK> GlAccountDetails.CURRENCYThe columnglaccountdetails.gladt_cur_currencyid.final org.jooq.TableField<GlAccountDetails, Long> GlAccountDetails.FROM_TIMEThe columnglaccountdetails.gladt_fromtime.final org.jooq.TableField<GlAccountDetails, GlAccountPK> GlAccountDetails.GL_ACCOUNTThe columnglaccountdetails.gladt_gla_glaccountid.final org.jooq.TableField<GlAccountDetails, GlAccountCategoryPK> GlAccountDetails.GL_ACCOUNT_CATEGORYThe columnglaccountdetails.gladt_glac_glaccountcategoryid.final org.jooq.TableField<GlAccountDetails, GlAccountClassPK> GlAccountDetails.GL_ACCOUNT_CLASSThe columnglaccountdetails.gladt_glacls_glaccountclassid.final org.jooq.TableField<GlAccountDetails, GlAccountDetailPK> GlAccountDetails.GL_ACCOUNT_DETAILThe columnglaccountdetails.gladt_glaccountdetailid.final org.jooq.TableField<GlAccountDetails, String> GlAccountDetails.GL_ACCOUNT_NAMEThe columnglaccountdetails.gladt_glaccountname.final org.jooq.TableField<GlAccountDetails, GlAccountTypePK> GlAccountDetails.GL_ACCOUNT_TYPEThe columnglaccountdetails.gladt_glatyp_glaccounttypeid.final org.jooq.TableField<GlAccountDetails, GlResourceTypePK> GlAccountDetails.GL_RESOURCE_TYPEThe columnglaccountdetails.gladt_glrtyp_glresourcetypeid.final org.jooq.TableField<GlAccountDetails, Boolean> GlAccountDetails.IS_DEFAULTThe columnglaccountdetails.gladt_isdefault.final org.jooq.TableField<GlAccountDetails, GlAccountPK> GlAccountDetails.PARENT_GL_ACCOUNTThe columnglaccountdetails.gladt_parentglaccountid.final org.jooq.TableField<GlAccountDetails, Long> GlAccountDetails.THRU_TIMEThe columnglaccountdetails.gladt_thrutime.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type GlAccountDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GlAccountDetails> GlAccountDetails.getPrimaryKey()GlAccountDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GlAccountDetails, ?>> GlAccountDetails.getReferences()List<org.jooq.UniqueKey<GlAccountDetails>> GlAccountDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.accounting with type arguments of type GlAccountDetailsModifierConstructorDescriptionGlAccountDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountDetails> childPath, org.jooq.InverseForeignKey<O, GlAccountDetails> parentPath) GlAccountDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountDetails> childPath, org.jooq.InverseForeignKey<O, GlAccountDetails> parentPath) GlAccountDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountDetails> childPath, org.jooq.InverseForeignKey<O, GlAccountDetails> parentPath) GlAccountDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountDetails> childPath, org.jooq.InverseForeignKey<O, GlAccountDetails> parentPath)