Uses of Class
com.echothree.model.jooq.server.records.letter.LetterContactMechanismPurposeDetails
Packages that use LetterContactMechanismPurposeDetails
Package
Description
-
Uses of LetterContactMechanismPurposeDetails in com.echothree.model.jooq.server.keys.letter
Fields in com.echothree.model.jooq.server.keys.letter with type parameters of type LetterContactMechanismPurposeDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LetterContactMechanismPurposeDetails, ContactMechanismPurposes> LetterForeignKeys.LETTER_CONTACT_MECHANISM_PURPOSE_DETAILS_CONTACT_MECHANISM_PURPOSE_FKstatic final org.jooq.UniqueKey<LetterContactMechanismPurposeDetails> static final org.jooq.UniqueKey<LetterContactMechanismPurposeDetails> LetterUniqueKeys.LETTER_CONTACT_MECHANISM_PURPOSE_DETAILS_LETTER_CONTACT_MECHANISM_PURPOSE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<LetterContactMechanismPurposeDetails, LetterContactMechanismPurposes> static final org.jooq.ForeignKey<LetterContactMechanismPurposeDetails, Letters> LetterForeignKeys.LETTER_CONTACT_MECHANISM_PURPOSE_DETAILS_LETTER_FKstatic final org.jooq.UniqueKey<LetterContactMechanismPurposeDetails> LetterUniqueKeys.LETTER_CONTACT_MECHANISM_PURPOSE_DETAILS_PKstatic final org.jooq.ForeignKey<LetterContactMechanismPurposes, LetterContactMechanismPurposeDetails> LetterForeignKeys.LETTER_CONTACT_MECHANISM_PURPOSES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<LetterContactMechanismPurposes, LetterContactMechanismPurposeDetails> LetterForeignKeys.LETTER_CONTACT_MECHANISM_PURPOSES_LAST_DETAIL_FK -
Uses of LetterContactMechanismPurposeDetails in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterContactMechanismPurposeDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<LetterContactMechanismPurposeDetails, ContactMechanismPurposePK> LetterContactMechanismPurposeDetails.CONTACT_MECHANISM_PURPOSEThe columnlettercontactmechanismpurposedetails.lttrcmprdt_cmpr_contactmechanismpurposeid.final org.jooq.TableField<LetterContactMechanismPurposeDetails, Long> LetterContactMechanismPurposeDetails.FROM_TIMEThe columnlettercontactmechanismpurposedetails.lttrcmprdt_fromtime.final org.jooq.TableField<LetterContactMechanismPurposeDetails, LetterPK> LetterContactMechanismPurposeDetails.LETTERThe columnlettercontactmechanismpurposedetails.lttrcmprdt_lttr_letterid.final org.jooq.TableField<LetterContactMechanismPurposeDetails, LetterContactMechanismPurposePK> LetterContactMechanismPurposeDetails.LETTER_CONTACT_MECHANISM_PURPOSEThe columnlettercontactmechanismpurposedetails.lttrcmprdt_lttrcmpr_lettercontactmechanismpurposeid.final org.jooq.TableField<LetterContactMechanismPurposeDetails, LetterContactMechanismPurposeDetailPK> LetterContactMechanismPurposeDetails.LETTER_CONTACT_MECHANISM_PURPOSE_DETAILThe columnlettercontactmechanismpurposedetails.lttrcmprdt_lettercontactmechanismpurposedetailid.final org.jooq.TableField<LetterContactMechanismPurposeDetails, Integer> LetterContactMechanismPurposeDetails.PRIORITYThe columnlettercontactmechanismpurposedetails.lttrcmprdt_priority.final org.jooq.TableField<LetterContactMechanismPurposeDetails, Long> LetterContactMechanismPurposeDetails.THRU_TIMEThe columnlettercontactmechanismpurposedetails.lttrcmprdt_thrutime.Methods in com.echothree.model.jooq.server.tables.letter that return types with arguments of type LetterContactMechanismPurposeDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LetterContactMechanismPurposeDetails> LetterContactMechanismPurposeDetails.getPrimaryKey()LetterContactMechanismPurposeDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LetterContactMechanismPurposeDetails, ?>> LetterContactMechanismPurposeDetails.getReferences()List<org.jooq.UniqueKey<LetterContactMechanismPurposeDetails>> LetterContactMechanismPurposeDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.letter with type arguments of type LetterContactMechanismPurposeDetailsModifierConstructorDescriptionLetterContactMechanismPurposeDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterContactMechanismPurposeDetails> childPath, org.jooq.InverseForeignKey<O, LetterContactMechanismPurposeDetails> parentPath) LetterContactMechanismPurposeDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterContactMechanismPurposeDetails> childPath, org.jooq.InverseForeignKey<O, LetterContactMechanismPurposeDetails> parentPath) LetterContactMechanismPurposeDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterContactMechanismPurposeDetails> childPath, org.jooq.InverseForeignKey<O, LetterContactMechanismPurposeDetails> parentPath) LetterContactMechanismPurposeDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, LetterContactMechanismPurposeDetails> childPath, org.jooq.InverseForeignKey<O, LetterContactMechanismPurposeDetails> parentPath)