Uses of Class
com.echothree.model.jooq.server.records.contact.PartyContactMechanismPurposes
Packages that use PartyContactMechanismPurposes
Package
Description
-
Uses of PartyContactMechanismPurposes in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type PartyContactMechanismPurposesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyContactMechanismPurposeDetails, PartyContactMechanismPurposes> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSE_DETAILS_PARTY_CONTACT_MECHANISM_PURPOSE_FKstatic final org.jooq.ForeignKey<PartyContactMechanismPurposes, PartyContactMechanismPurposeDetails> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PartyContactMechanismPurposes> ContactUniqueKeys.PARTY_CONTACT_MECHANISM_PURPOSES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PartyContactMechanismPurposes, PartyContactMechanismPurposeDetails> ContactForeignKeys.PARTY_CONTACT_MECHANISM_PURPOSES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PartyContactMechanismPurposes> ContactUniqueKeys.PARTY_CONTACT_MECHANISM_PURPOSES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PartyContactMechanismPurposes> ContactUniqueKeys.PARTY_CONTACT_MECHANISM_PURPOSES_PK -
Uses of PartyContactMechanismPurposes in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type PartyContactMechanismPurposesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyPaymentMethodContactMechanisms, PartyContactMechanismPurposes> PaymentForeignKeys.PARTY_PAYMENT_METHOD_CONTACT_MECHANISMS_PARTY_CONTACT_MECHANISM_PURPOSE_FK -
Uses of PartyContactMechanismPurposes in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type PartyContactMechanismPurposesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyContactMechanismPurposes, PartyContactMechanismPurposeDetailPK> PartyContactMechanismPurposes.ACTIVE_DETAILThe columnpartycontactmechanismpurposes.pcmp_activedetailid.final org.jooq.TableField<PartyContactMechanismPurposes, PartyContactMechanismPurposeDetailPK> PartyContactMechanismPurposes.LAST_DETAILThe columnpartycontactmechanismpurposes.pcmp_lastdetailid.final org.jooq.TableField<PartyContactMechanismPurposes, PartyContactMechanismPurposePK> PartyContactMechanismPurposes.PARTY_CONTACT_MECHANISM_PURPOSEThe columnpartycontactmechanismpurposes.pcmp_partycontactmechanismpurposeid.Methods in com.echothree.model.jooq.server.tables.contact that return types with arguments of type PartyContactMechanismPurposesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyContactMechanismPurposes> PartyContactMechanismPurposes.getPrimaryKey()PartyContactMechanismPurposes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyContactMechanismPurposes, ?>> PartyContactMechanismPurposes.getReferences()List<org.jooq.UniqueKey<PartyContactMechanismPurposes>> PartyContactMechanismPurposes.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.contact with type arguments of type PartyContactMechanismPurposesModifierConstructorDescriptionPartyContactMechanismPurposes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, PartyContactMechanismPurposes> parentPath) PartyContactMechanismPurposes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, PartyContactMechanismPurposes> parentPath) PartyContactMechanismPurposesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, PartyContactMechanismPurposes> parentPath) PartyContactMechanismPurposesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PartyContactMechanismPurposes> childPath, org.jooq.InverseForeignKey<O, PartyContactMechanismPurposes> parentPath)