Uses of Class
com.echothree.model.jooq.server.records.printer.PrinterGroupDetails
Packages that use PrinterGroupDetails
Package
Description
-
Uses of PrinterGroupDetails in com.echothree.model.jooq.server.keys.printer
Fields in com.echothree.model.jooq.server.keys.printer with type parameters of type PrinterGroupDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PrinterGroupDetails> PrinterUniqueKeys.PRINTER_GROUP_DETAILS_PKstatic final org.jooq.UniqueKey<PrinterGroupDetails> PrinterUniqueKeys.PRINTER_GROUP_DETAILS_PRINTER_GROUP_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PrinterGroupDetails, PrinterGroups> PrinterForeignKeys.PRINTER_GROUP_DETAILS_PRINTER_GROUP_FKstatic final org.jooq.UniqueKey<PrinterGroupDetails> PrinterUniqueKeys.PRINTER_GROUP_DETAILS_PRINTER_GROUP_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PrinterGroups, PrinterGroupDetails> PrinterForeignKeys.PRINTER_GROUPS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<PrinterGroups, PrinterGroupDetails> PrinterForeignKeys.PRINTER_GROUPS_LAST_DETAIL_FK -
Uses of PrinterGroupDetails in com.echothree.model.jooq.server.tables.printer
Fields in com.echothree.model.jooq.server.tables.printer with type parameters of type PrinterGroupDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PrinterGroupDetails, Long> PrinterGroupDetails.FROM_TIMEThe columnprintergroupdetails.prngrpdt_fromtime.final org.jooq.TableField<PrinterGroupDetails, Boolean> PrinterGroupDetails.IS_DEFAULTThe columnprintergroupdetails.prngrpdt_isdefault.final org.jooq.TableField<PrinterGroupDetails, Long> PrinterGroupDetails.KEEP_PRINTED_JOBS_TIMEThe columnprintergroupdetails.prngrpdt_keepprintedjobstime.final org.jooq.TableField<PrinterGroupDetails, PrinterGroupPK> PrinterGroupDetails.PRINTER_GROUPThe columnprintergroupdetails.prngrpdt_prngrp_printergroupid.final org.jooq.TableField<PrinterGroupDetails, PrinterGroupDetailPK> PrinterGroupDetails.PRINTER_GROUP_DETAILThe columnprintergroupdetails.prngrpdt_printergroupdetailid.final org.jooq.TableField<PrinterGroupDetails, String> PrinterGroupDetails.PRINTER_GROUP_NAMEThe columnprintergroupdetails.prngrpdt_printergroupname.final org.jooq.TableField<PrinterGroupDetails, Integer> PrinterGroupDetails.SORT_ORDERThe columnprintergroupdetails.prngrpdt_sortorder.final org.jooq.TableField<PrinterGroupDetails, Long> PrinterGroupDetails.THRU_TIMEThe columnprintergroupdetails.prngrpdt_thrutime.Methods in com.echothree.model.jooq.server.tables.printer that return types with arguments of type PrinterGroupDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PrinterGroupDetails> PrinterGroupDetails.getPrimaryKey()PrinterGroupDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PrinterGroupDetails, ?>> PrinterGroupDetails.getReferences()List<org.jooq.UniqueKey<PrinterGroupDetails>> PrinterGroupDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.printer with type arguments of type PrinterGroupDetailsModifierConstructorDescriptionPrinterGroupDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupDetails> childPath, org.jooq.InverseForeignKey<O, PrinterGroupDetails> parentPath) PrinterGroupDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupDetails> childPath, org.jooq.InverseForeignKey<O, PrinterGroupDetails> parentPath) PrinterGroupDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupDetails> childPath, org.jooq.InverseForeignKey<O, PrinterGroupDetails> parentPath) PrinterGroupDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupDetails> childPath, org.jooq.InverseForeignKey<O, PrinterGroupDetails> parentPath)