Uses of Class
com.echothree.model.jooq.server.records.accounting.GlAccountClasses
Packages that use GlAccountClasses
Package
Description
-
Uses of GlAccountClasses in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type GlAccountClassesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<GlAccountClassDescriptions, GlAccountClasses> AccountingForeignKeys.GL_ACCOUNT_CLASS_DESCRIPTIONS_GL_ACCOUNT_CLASS_FKstatic final org.jooq.ForeignKey<GlAccountClassDetails, GlAccountClasses> AccountingForeignKeys.GL_ACCOUNT_CLASS_DETAILS_GL_ACCOUNT_CLASS_FKstatic final org.jooq.ForeignKey<GlAccountClassDetails, GlAccountClasses> AccountingForeignKeys.GL_ACCOUNT_CLASS_DETAILS_PARENT_GL_ACCOUNT_CLASS_FKstatic final org.jooq.ForeignKey<GlAccountClasses, GlAccountClassDetails> AccountingForeignKeys.GL_ACCOUNT_CLASSES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<GlAccountClasses> AccountingUniqueKeys.GL_ACCOUNT_CLASSES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<GlAccountClasses, GlAccountClassDetails> AccountingForeignKeys.GL_ACCOUNT_CLASSES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<GlAccountClasses> AccountingUniqueKeys.GL_ACCOUNT_CLASSES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<GlAccountClasses> AccountingUniqueKeys.GL_ACCOUNT_CLASSES_PKstatic final org.jooq.ForeignKey<GlAccountDetails, GlAccountClasses> AccountingForeignKeys.GL_ACCOUNT_DETAILS_GL_ACCOUNT_CLASS_FK -
Uses of GlAccountClasses in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountClassesModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountClasses, GlAccountClassDetailPK> GlAccountClasses.ACTIVE_DETAILThe columnglaccountclasses.glacls_activedetailid.final org.jooq.TableField<GlAccountClasses, GlAccountClassPK> GlAccountClasses.GL_ACCOUNT_CLASSThe columnglaccountclasses.glacls_glaccountclassid.final org.jooq.TableField<GlAccountClasses, GlAccountClassDetailPK> GlAccountClasses.LAST_DETAILThe columnglaccountclasses.glacls_lastdetailid.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type GlAccountClassesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GlAccountClasses> GlAccountClasses.getPrimaryKey()GlAccountClasses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GlAccountClasses, ?>> GlAccountClasses.getReferences()List<org.jooq.UniqueKey<GlAccountClasses>> GlAccountClasses.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.accounting with type arguments of type GlAccountClassesModifierConstructorDescriptionGlAccountClasses(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountClasses> childPath, org.jooq.InverseForeignKey<O, GlAccountClasses> parentPath) GlAccountClasses(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountClasses> childPath, org.jooq.InverseForeignKey<O, GlAccountClasses> parentPath) GlAccountClassesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountClasses> childPath, org.jooq.InverseForeignKey<O, GlAccountClasses> parentPath) GlAccountClassesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountClasses> childPath, org.jooq.InverseForeignKey<O, GlAccountClasses> parentPath)