Uses of Class
com.echothree.model.jooq.server.records.accounting.GlAccounts
Packages that use GlAccounts
Package
Description
-
Uses of GlAccounts in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type GlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<GlAccountDescriptions, GlAccounts> AccountingForeignKeys.GL_ACCOUNT_DESCRIPTIONS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<GlAccountDetails, GlAccounts> AccountingForeignKeys.GL_ACCOUNT_DETAILS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<GlAccountDetails, GlAccounts> AccountingForeignKeys.GL_ACCOUNT_DETAILS_PARENT_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<GlAccountSummaries, GlAccounts> AccountingForeignKeys.GL_ACCOUNT_SUMMARIES_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<GlAccounts, GlAccountDetails> AccountingForeignKeys.GL_ACCOUNTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<GlAccounts> AccountingUniqueKeys.GL_ACCOUNTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<GlAccounts, GlAccountDetails> AccountingForeignKeys.GL_ACCOUNTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<GlAccounts> AccountingUniqueKeys.GL_ACCOUNTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<GlAccounts> AccountingUniqueKeys.GL_ACCOUNTS_PKstatic final org.jooq.ForeignKey<ItemAccountingCategoryDetails, GlAccounts> AccountingForeignKeys.ITEM_ACCOUNTING_CATEGORY_DETAILS_COGS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<ItemAccountingCategoryDetails, GlAccounts> AccountingForeignKeys.ITEM_ACCOUNTING_CATEGORY_DETAILS_INVENTORY_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<ItemAccountingCategoryDetails, GlAccounts> AccountingForeignKeys.ITEM_ACCOUNTING_CATEGORY_DETAILS_RETURNS_COGS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<ItemAccountingCategoryDetails, GlAccounts> AccountingForeignKeys.ITEM_ACCOUNTING_CATEGORY_DETAILS_RETURNS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<ItemAccountingCategoryDetails, GlAccounts> AccountingForeignKeys.ITEM_ACCOUNTING_CATEGORY_DETAILS_SALES_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<PartyGlAccounts, GlAccounts> AccountingForeignKeys.PARTY_GL_ACCOUNTS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<TransactionGlAccounts, GlAccounts> AccountingForeignKeys.TRANSACTION_GL_ACCOUNTS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<TransactionGlEntries, GlAccounts> AccountingForeignKeys.TRANSACTION_GL_ENTRIES_GL_ACCOUNT_FK -
Uses of GlAccounts in com.echothree.model.jooq.server.keys.customer
Fields in com.echothree.model.jooq.server.keys.customer with type parameters of type GlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CustomerTypeDetails, GlAccounts> CustomerForeignKeys.CUSTOMER_TYPE_DETAILS_DEFAULT_AR_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<Customers, GlAccounts> CustomerForeignKeys.CUSTOMERS_AR_GL_ACCOUNT_FK -
Uses of GlAccounts in com.echothree.model.jooq.server.keys.financial
Fields in com.echothree.model.jooq.server.keys.financial with type parameters of type GlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<FinancialAccountDetails, GlAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_DETAILS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<FinancialAccountTransactionTypeDetails, GlAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_TRANSACTION_TYPE_DETAILS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<FinancialAccountTypeDetails, GlAccounts> FinancialForeignKeys.FINANCIAL_ACCOUNT_TYPE_DETAILS_DEFAULT_GL_ACCOUNT_FK -
Uses of GlAccounts in com.echothree.model.jooq.server.keys.inventory
Fields in com.echothree.model.jooq.server.keys.inventory with type parameters of type GlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InventoryConditionGlAccounts, GlAccounts> InventoryForeignKeys.INVENTORY_CONDITION_GL_ACCOUNTS_COGS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<InventoryConditionGlAccounts, GlAccounts> InventoryForeignKeys.INVENTORY_CONDITION_GL_ACCOUNTS_INVENTORY_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<InventoryConditionGlAccounts, GlAccounts> InventoryForeignKeys.INVENTORY_CONDITION_GL_ACCOUNTS_RETURNS_COGS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<InventoryConditionGlAccounts, GlAccounts> InventoryForeignKeys.INVENTORY_CONDITION_GL_ACCOUNTS_RETURNS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<InventoryConditionGlAccounts, GlAccounts> InventoryForeignKeys.INVENTORY_CONDITION_GL_ACCOUNTS_SALES_GL_ACCOUNT_FK -
Uses of GlAccounts in com.echothree.model.jooq.server.keys.invoice
Fields in com.echothree.model.jooq.server.keys.invoice with type parameters of type GlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InvoiceDetails, GlAccounts> InvoiceForeignKeys.INVOICE_DETAILS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<InvoiceLineGlAccounts, GlAccounts> InvoiceForeignKeys.INVOICE_LINE_GL_ACCOUNTS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<InvoiceLineTypeDetails, GlAccounts> InvoiceForeignKeys.INVOICE_LINE_TYPE_DETAILS_DEFAULT_GL_ACCOUNT_FK -
Uses of GlAccounts in com.echothree.model.jooq.server.keys.tax
Fields in com.echothree.model.jooq.server.keys.tax with type parameters of type GlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<TaxDetails, GlAccounts> TaxForeignKeys.TAX_DETAILS_GL_ACCOUNT_FK -
Uses of GlAccounts in com.echothree.model.jooq.server.keys.vendor
Fields in com.echothree.model.jooq.server.keys.vendor with type parameters of type GlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<VendorTypeDetails, GlAccounts> VendorForeignKeys.VENDOR_TYPE_DETAILS_DEFAULT_AP_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<Vendors, GlAccounts> VendorForeignKeys.VENDORS_AP_GL_ACCOUNT_FK -
Uses of GlAccounts in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountsModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccounts, GlAccountDetailPK> GlAccounts.ACTIVE_DETAILThe columnglaccounts.gla_activedetailid.final org.jooq.TableField<GlAccounts, GlAccountPK> GlAccounts.GL_ACCOUNTThe columnglaccounts.gla_glaccountid.final org.jooq.TableField<GlAccounts, GlAccountDetailPK> GlAccounts.LAST_DETAILThe columnglaccounts.gla_lastdetailid.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type GlAccountsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GlAccounts> GlAccounts.getPrimaryKey()GlAccounts.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GlAccounts, ?>> GlAccounts.getReferences()List<org.jooq.UniqueKey<GlAccounts>> GlAccounts.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.accounting with type arguments of type GlAccountsModifierConstructorDescriptionGlAccounts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccounts> childPath, org.jooq.InverseForeignKey<O, GlAccounts> parentPath) GlAccounts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccounts> childPath, org.jooq.InverseForeignKey<O, GlAccounts> parentPath) GlAccountsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccounts> childPath, org.jooq.InverseForeignKey<O, GlAccounts> parentPath) GlAccountsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccounts> childPath, org.jooq.InverseForeignKey<O, GlAccounts> parentPath)