Uses of Class
com.echothree.model.jooq.server.records.contact.PartyContactMechanismPurposeDetails
Packages that use PartyContactMechanismPurposeDetails
Package
Description
-
Uses of PartyContactMechanismPurposeDetails in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type PartyContactMechanismPurposeDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyContactMechanismPurposeDetails, ContactMechanismPurposes> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILS_CONTACT_MECHANISM_PURPOSE_FKstatic final org.jooq.UniqueKey<PartyContactMechanismPurposeDetails> ContactUniqueKeys.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILS_PARTY_CONTACT_MECHANISM_AND_CONTACT_MECHANISM_PURPOSE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyContactMechanismPurposeDetails, PartyContactMechanisms> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILS_PARTY_CONTACT_MECHANISM_FKstatic final org.jooq.UniqueKey<PartyContactMechanismPurposeDetails> ContactUniqueKeys.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILS_PARTY_CONTACT_MECHANISM_PURPOSE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyContactMechanismPurposeDetails, PartyContactMechanismPurposes> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILS_PARTY_CONTACT_MECHANISM_PURPOSE_FKstatic final org.jooq.UniqueKey<PartyContactMechanismPurposeDetails> ContactUniqueKeys.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILS_PKstatic final org.jooq.ForeignKey<PartyContactMechanismPurposes, PartyContactMechanismPurposeDetails> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<PartyContactMechanismPurposes, PartyContactMechanismPurposeDetails> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSES_LAST_DETAIL_FK -
Uses of PartyContactMechanismPurposeDetails in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type PartyContactMechanismPurposeDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyContactMechanismPurposeDetails, ContactMechanismPurposePK> PartyContactMechanismPurposeDetails.CONTACT_MECHANISM_PURPOSEThe columnpartycontactmechanismpurposedetails.pcmpdt_cmpr_contactmechanismpurposeid.final org.jooq.TableField<PartyContactMechanismPurposeDetails, Long> PartyContactMechanismPurposeDetails.FROM_TIMEThe columnpartycontactmechanismpurposedetails.pcmpdt_fromtime.final org.jooq.TableField<PartyContactMechanismPurposeDetails, Boolean> PartyContactMechanismPurposeDetails.IS_DEFAULTThe columnpartycontactmechanismpurposedetails.pcmpdt_isdefault.final org.jooq.TableField<PartyContactMechanismPurposeDetails, PartyContactMechanismPK> PartyContactMechanismPurposeDetails.PARTY_CONTACT_MECHANISMThe columnpartycontactmechanismpurposedetails.pcmpdt_pcm_partycontactmechanismid.final org.jooq.TableField<PartyContactMechanismPurposeDetails, PartyContactMechanismPurposePK> PartyContactMechanismPurposeDetails.PARTY_CONTACT_MECHANISM_PURPOSEThe columnpartycontactmechanismpurposedetails.pcmpdt_pcmp_partycontactmechanismpurposeid.final org.jooq.TableField<PartyContactMechanismPurposeDetails, PartyContactMechanismPurposeDetailPK> PartyContactMechanismPurposeDetails.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILThe columnpartycontactmechanismpurposedetails.pcmpdt_partycontactmechanismpurposedetailid.final org.jooq.TableField<PartyContactMechanismPurposeDetails, Integer> PartyContactMechanismPurposeDetails.SORT_ORDERThe columnpartycontactmechanismpurposedetails.pcmpdt_sortorder.final org.jooq.TableField<PartyContactMechanismPurposeDetails, Long> PartyContactMechanismPurposeDetails.THRU_TIMEThe columnpartycontactmechanismpurposedetails.pcmpdt_thrutime.Methods in com.echothree.model.jooq.server.tables.contact that return types with arguments of type PartyContactMechanismPurposeDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyContactMechanismPurposeDetails> PartyContactMechanismPurposeDetails.getPrimaryKey()PartyContactMechanismPurposeDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyContactMechanismPurposeDetails, ?>> PartyContactMechanismPurposeDetails.getReferences()List<org.jooq.UniqueKey<PartyContactMechanismPurposeDetails>> PartyContactMechanismPurposeDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.contact with type arguments of type PartyContactMechanismPurposeDetailsModifierConstructorDescriptionPartyContactMechanismPurposeDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyContactMechanismPurposeDetails> childPath, org.jooq.InverseForeignKey<O, PartyContactMechanismPurposeDetails> parentPath) PartyContactMechanismPurposeDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyContactMechanismPurposeDetails> childPath, org.jooq.InverseForeignKey<O, PartyContactMechanismPurposeDetails> parentPath) PartyContactMechanismPurposeDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyContactMechanismPurposeDetails> childPath, org.jooq.InverseForeignKey<O, PartyContactMechanismPurposeDetails> parentPath) PartyContactMechanismPurposeDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyContactMechanismPurposeDetails> childPath, org.jooq.InverseForeignKey<O, PartyContactMechanismPurposeDetails> parentPath)