Uses of Class
com.echothree.model.jooq.server.records.printer.PrinterGroups
Packages that use PrinterGroups
Package
Description
-
Uses of PrinterGroups in com.echothree.model.jooq.server.keys.printer
Fields in com.echothree.model.jooq.server.keys.printer with type parameters of type PrinterGroupsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyPrinterGroupUses, PrinterGroups> PrinterForeignKeys.PARTY_PRINTER_GROUP_USES_PRINTER_GROUP_FKstatic final org.jooq.ForeignKey<PrinterDetails, PrinterGroups> PrinterForeignKeys.PRINTER_DETAILS_PRINTER_GROUP_FKstatic final org.jooq.ForeignKey<PrinterGroupDescriptions, PrinterGroups> PrinterForeignKeys.PRINTER_GROUP_DESCRIPTIONS_PRINTER_GROUP_FKstatic final org.jooq.ForeignKey<PrinterGroupDetails, PrinterGroups> PrinterForeignKeys.PRINTER_GROUP_DETAILS_PRINTER_GROUP_FKstatic final org.jooq.ForeignKey<PrinterGroupJobDetails, PrinterGroups> PrinterForeignKeys.PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_FKstatic final org.jooq.ForeignKey<PrinterGroups, PrinterGroupDetails> PrinterForeignKeys.PRINTER_GROUPS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PrinterGroups> PrinterUniqueKeys.PRINTER_GROUPS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PrinterGroups, PrinterGroupDetails> PrinterForeignKeys.PRINTER_GROUPS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PrinterGroups> PrinterUniqueKeys.PRINTER_GROUPS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PrinterGroups> PrinterUniqueKeys.PRINTER_GROUPS_PK -
Uses of PrinterGroups in com.echothree.model.jooq.server.tables.printer
Fields in com.echothree.model.jooq.server.tables.printer with type parameters of type PrinterGroupsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PrinterGroups, PrinterGroupDetailPK> PrinterGroups.ACTIVE_DETAILThe columnprintergroups.prngrp_activedetailid.final org.jooq.TableField<PrinterGroups, PrinterGroupDetailPK> PrinterGroups.LAST_DETAILThe columnprintergroups.prngrp_lastdetailid.final org.jooq.TableField<PrinterGroups, PrinterGroupPK> PrinterGroups.PRINTER_GROUPThe columnprintergroups.prngrp_printergroupid.Methods in com.echothree.model.jooq.server.tables.printer that return types with arguments of type PrinterGroupsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PrinterGroups> PrinterGroups.getPrimaryKey()PrinterGroups.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PrinterGroups, ?>> PrinterGroups.getReferences()List<org.jooq.UniqueKey<PrinterGroups>> PrinterGroups.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.printer with type arguments of type PrinterGroupsModifierConstructorDescriptionPrinterGroups(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroups> childPath, org.jooq.InverseForeignKey<O, PrinterGroups> parentPath) PrinterGroups(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroups> childPath, org.jooq.InverseForeignKey<O, PrinterGroups> parentPath) PrinterGroupsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroups> childPath, org.jooq.InverseForeignKey<O, PrinterGroups> parentPath) PrinterGroupsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroups> childPath, org.jooq.InverseForeignKey<O, PrinterGroups> parentPath)