Uses of Class
com.echothree.model.jooq.server.records.printer.PrinterGroupJobDetails
Packages that use PrinterGroupJobDetails
Package
Description
-
Uses of PrinterGroupJobDetails in com.echothree.model.jooq.server.keys.printer
Fields in com.echothree.model.jooq.server.keys.printer with type parameters of type PrinterGroupJobDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PrinterGroupJobDetails, Documents> PrinterForeignKeys.PRINTER_GROUP_JOB_DETAILS_DOCUMENT_FKstatic final org.jooq.UniqueKey<PrinterGroupJobDetails> PrinterUniqueKeys.PRINTER_GROUP_JOB_DETAILS_PKstatic final org.jooq.ForeignKey<PrinterGroupJobDetails, PrinterGroups> PrinterForeignKeys.PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_FKstatic final org.jooq.UniqueKey<PrinterGroupJobDetails> PrinterUniqueKeys.PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_JOB_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PrinterGroupJobDetails, PrinterGroupJobs> PrinterForeignKeys.PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_JOB_FKstatic final org.jooq.UniqueKey<PrinterGroupJobDetails> PrinterUniqueKeys.PRINTER_GROUP_JOB_DETAILS_PRINTER_GROUP_JOB_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PrinterGroupJobs, PrinterGroupJobDetails> PrinterForeignKeys.PRINTER_GROUP_JOBS_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<PrinterGroupJobs, PrinterGroupJobDetails> PrinterForeignKeys.PRINTER_GROUP_JOBS_LAST_DETAIL_FK -
Uses of PrinterGroupJobDetails in com.echothree.model.jooq.server.tables.printer
Fields in com.echothree.model.jooq.server.tables.printer with type parameters of type PrinterGroupJobDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PrinterGroupJobDetails, Integer> PrinterGroupJobDetails.COPIESThe columnprintergroupjobdetails.prngrpjdt_copies.final org.jooq.TableField<PrinterGroupJobDetails, DocumentPK> PrinterGroupJobDetails.DOCUMENTThe columnprintergroupjobdetails.prngrpjdt_dcmnt_documentid.final org.jooq.TableField<PrinterGroupJobDetails, Long> PrinterGroupJobDetails.FROM_TIMEThe columnprintergroupjobdetails.prngrpjdt_fromtime.final org.jooq.TableField<PrinterGroupJobDetails, PrinterGroupPK> PrinterGroupJobDetails.PRINTER_GROUPThe columnprintergroupjobdetails.prngrpjdt_prngrp_printergroupid.final org.jooq.TableField<PrinterGroupJobDetails, PrinterGroupJobPK> PrinterGroupJobDetails.PRINTER_GROUP_JOBThe columnprintergroupjobdetails.prngrpjdt_prngrpj_printergroupjobid.final org.jooq.TableField<PrinterGroupJobDetails, PrinterGroupJobDetailPK> PrinterGroupJobDetails.PRINTER_GROUP_JOB_DETAILThe columnprintergroupjobdetails.prngrpjdt_printergroupjobdetailid.final org.jooq.TableField<PrinterGroupJobDetails, String> PrinterGroupJobDetails.PRINTER_GROUP_JOB_NAMEThe columnprintergroupjobdetails.prngrpjdt_printergroupjobname.final org.jooq.TableField<PrinterGroupJobDetails, Integer> PrinterGroupJobDetails.PRIORITYThe columnprintergroupjobdetails.prngrpjdt_priority.final org.jooq.TableField<PrinterGroupJobDetails, Long> PrinterGroupJobDetails.THRU_TIMEThe columnprintergroupjobdetails.prngrpjdt_thrutime.Methods in com.echothree.model.jooq.server.tables.printer that return types with arguments of type PrinterGroupJobDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PrinterGroupJobDetails> PrinterGroupJobDetails.getPrimaryKey()PrinterGroupJobDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PrinterGroupJobDetails, ?>> PrinterGroupJobDetails.getReferences()List<org.jooq.UniqueKey<PrinterGroupJobDetails>> PrinterGroupJobDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.printer with type arguments of type PrinterGroupJobDetailsModifierConstructorDescriptionPrinterGroupJobDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupJobDetails> childPath, org.jooq.InverseForeignKey<O, PrinterGroupJobDetails> parentPath) PrinterGroupJobDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupJobDetails> childPath, org.jooq.InverseForeignKey<O, PrinterGroupJobDetails> parentPath) PrinterGroupJobDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupJobDetails> childPath, org.jooq.InverseForeignKey<O, PrinterGroupJobDetails> parentPath) PrinterGroupJobDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PrinterGroupJobDetails> childPath, org.jooq.InverseForeignKey<O, PrinterGroupJobDetails> parentPath)