Uses of Class
com.echothree.model.jooq.server.records.contact.ContactMechanismPurposes
Packages that use ContactMechanismPurposes
Package
Description
-
Uses of ContactMechanismPurposes in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type ContactMechanismPurposesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContactMechanismPurposeDescriptions, ContactMechanismPurposes> ContactForeignKeys.CONTACT_MECHANISM_PURPOSE_DESCRIPTIONS_CONTACT_MECHANISM_PURPOSE_FKstatic final org.jooq.UniqueKey<ContactMechanismPurposes> ContactUniqueKeys.CONTACT_MECHANISM_PURPOSES_CONTACT_MECHANISM_PURPOSE_NAME_UKstatic final org.jooq.ForeignKey<ContactMechanismPurposes, ContactMechanismTypes> ContactForeignKeys.CONTACT_MECHANISM_PURPOSES_CONTACT_MECHANISM_TYPE_FKstatic final org.jooq.UniqueKey<ContactMechanismPurposes> ContactUniqueKeys.CONTACT_MECHANISM_PURPOSES_PKstatic final org.jooq.ForeignKey<PartyContactMechanismPurposeDetails, ContactMechanismPurposes> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILS_CONTACT_MECHANISM_PURPOSE_FK -
Uses of ContactMechanismPurposes in com.echothree.model.jooq.server.keys.contactlist
Fields in com.echothree.model.jooq.server.keys.contactlist with type parameters of type ContactMechanismPurposesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ContactListContactMechanismPurposeDetails, ContactMechanismPurposes> ContactListForeignKeys.CONTACT_LIST_CONTACT_MECHANISM_PURPOSE_DETAILS_CONTACT_MECHANISM_PURPOSE_FK -
Uses of ContactMechanismPurposes in com.echothree.model.jooq.server.keys.letter
Fields in com.echothree.model.jooq.server.keys.letter with type parameters of type ContactMechanismPurposesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LetterContactMechanismPurposeDetails, ContactMechanismPurposes> LetterForeignKeys.LETTER_CONTACT_MECHANISM_PURPOSE_DETAILS_CONTACT_MECHANISM_PURPOSE_FK -
Uses of ContactMechanismPurposes in com.echothree.model.jooq.server.keys.tax
Fields in com.echothree.model.jooq.server.keys.tax with type parameters of type ContactMechanismPurposesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<TaxDetails, ContactMechanismPurposes> TaxForeignKeys.TAX_DETAILS_CONTACT_MECHANISM_PURPOSE_FK -
Uses of ContactMechanismPurposes in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactMechanismPurposesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactMechanismPurposes, ContactMechanismPurposePK> ContactMechanismPurposes.CONTACT_MECHANISM_PURPOSEThe columncontactmechanismpurposes.cmpr_contactmechanismpurposeid.final org.jooq.TableField<ContactMechanismPurposes, String> ContactMechanismPurposes.CONTACT_MECHANISM_PURPOSE_NAMEThe columncontactmechanismpurposes.cmpr_contactmechanismpurposename.final org.jooq.TableField<ContactMechanismPurposes, ContactMechanismTypePK> ContactMechanismPurposes.CONTACT_MECHANISM_TYPEThe columncontactmechanismpurposes.cmpr_cmt_contactmechanismtypeid.final org.jooq.TableField<ContactMechanismPurposes, Boolean> ContactMechanismPurposes.EVENT_SUBSCRIBERThe columncontactmechanismpurposes.cmpr_eventsubscriber.final org.jooq.TableField<ContactMechanismPurposes, Boolean> ContactMechanismPurposes.IS_DEFAULTThe columncontactmechanismpurposes.cmpr_isdefault.final org.jooq.TableField<ContactMechanismPurposes, Integer> ContactMechanismPurposes.SORT_ORDERThe columncontactmechanismpurposes.cmpr_sortorder.Methods in com.echothree.model.jooq.server.tables.contact that return types with arguments of type ContactMechanismPurposesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ContactMechanismPurposes> ContactMechanismPurposes.getPrimaryKey()ContactMechanismPurposes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ContactMechanismPurposes, ?>> ContactMechanismPurposes.getReferences()List<org.jooq.UniqueKey<ContactMechanismPurposes>> ContactMechanismPurposes.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.contact with type arguments of type ContactMechanismPurposesModifierConstructorDescriptionContactMechanismPurposes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, ContactMechanismPurposes> parentPath) ContactMechanismPurposes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, ContactMechanismPurposes> parentPath) ContactMechanismPurposesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, ContactMechanismPurposes> parentPath) ContactMechanismPurposesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, ContactMechanismPurposes> parentPath)