Uses of Class
com.echothree.model.jooq.server.records.invoice.InvoiceLines
Packages that use InvoiceLines
Package
Description
-
Uses of InvoiceLines in com.echothree.model.jooq.server.keys.invoice
Fields in com.echothree.model.jooq.server.keys.invoice with type parameters of type InvoiceLinesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InvoiceLineDetails, InvoiceLines> InvoiceForeignKeys.INVOICE_LINE_DETAILS_INVOICE_LINE_FKstatic final org.jooq.ForeignKey<InvoiceLineDetails, InvoiceLines> InvoiceForeignKeys.INVOICE_LINE_DETAILS_PARENT_INVOICE_LINE_FKstatic final org.jooq.ForeignKey<InvoiceLineGlAccounts, InvoiceLines> InvoiceForeignKeys.INVOICE_LINE_GL_ACCOUNTS_INVOICE_LINE_FKstatic final org.jooq.ForeignKey<InvoiceLineItems, InvoiceLines> InvoiceForeignKeys.INVOICE_LINE_ITEMS_INVOICE_LINE_FKstatic final org.jooq.ForeignKey<InvoiceLines, InvoiceLineDetails> InvoiceForeignKeys.INVOICE_LINES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<InvoiceLines> InvoiceUniqueKeys.INVOICE_LINES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<InvoiceLines, InvoiceLineDetails> InvoiceForeignKeys.INVOICE_LINES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<InvoiceLines> InvoiceUniqueKeys.INVOICE_LINES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<InvoiceLines> InvoiceUniqueKeys.INVOICE_LINES_PK -
Uses of InvoiceLines in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type InvoiceLinesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PaymentApplicationDetails, InvoiceLines> PaymentForeignKeys.PAYMENT_APPLICATION_DETAILS_INVOICE_LINE_FK -
Uses of InvoiceLines in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoiceLinesModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceLines, InvoiceLineDetailPK> InvoiceLines.ACTIVE_DETAILThe columninvoicelines.invcl_activedetailid.final org.jooq.TableField<InvoiceLines, InvoiceLinePK> InvoiceLines.INVOICE_LINEThe columninvoicelines.invcl_invoicelineid.final org.jooq.TableField<InvoiceLines, InvoiceLineDetailPK> InvoiceLines.LAST_DETAILThe columninvoicelines.invcl_lastdetailid.Methods in com.echothree.model.jooq.server.tables.invoice that return types with arguments of type InvoiceLinesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<InvoiceLines> InvoiceLines.getPrimaryKey()InvoiceLines.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<InvoiceLines, ?>> InvoiceLines.getReferences()List<org.jooq.UniqueKey<InvoiceLines>> InvoiceLines.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.invoice with type arguments of type InvoiceLinesModifierConstructorDescriptionInvoiceLines(org.jooq.Table<O> path, org.jooq.ForeignKey<O, InvoiceLines> childPath, org.jooq.InverseForeignKey<O, InvoiceLines> parentPath) InvoiceLines(org.jooq.Table<O> path, org.jooq.ForeignKey<O, InvoiceLines> childPath, org.jooq.InverseForeignKey<O, InvoiceLines> parentPath) InvoiceLinesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, InvoiceLines> childPath, org.jooq.InverseForeignKey<O, InvoiceLines> parentPath) InvoiceLinesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, InvoiceLines> childPath, org.jooq.InverseForeignKey<O, InvoiceLines> parentPath)