Uses of Class
com.echothree.model.data.contact.common.pk.ContactMechanismPK
Packages that use ContactMechanismPK
Package
Description
-
Uses of ContactMechanismPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismPKModifier and TypeMethodDescriptionContactEmailAddress.getContactMechanismPK()ContactInet4Address.getContactMechanismPK()ContactInet6Address.getContactMechanismPK()ContactMechanismAlias.getContactMechanismPK()ContactMechanismDetail.getContactMechanismPK()ContactPostalAddress.getContactMechanismPK()ContactPostalAddressCorrection.getContactMechanismPK()ContactTelephone.getContactMechanismPK()ContactWebAddress.getContactMechanismPK()PartyContactMechanismAlias.getContactMechanismPK()PartyContactMechanismDetail.getContactMechanismPK()ContactMechanism.getPrimaryKey()Methods in com.echothree.model.data.contact.server.entity with parameters of type ContactMechanismPKModifier and TypeMethodDescriptionvoidContactEmailAddress.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactInet4Address.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactInet6Address.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactMechanismAlias.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactMechanismDetail.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactPostalAddress.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactPostalAddressCorrection.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactTelephone.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactWebAddress.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidPartyContactMechanismAlias.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidPartyContactMechanismDetail.setContactMechanismPK(ContactMechanismPK contactMechanismPK) -
Uses of ContactMechanismPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismPKModifier and TypeMethodDescriptionContactMechanismFactory.getNextPK()ContactMechanismFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactMechanismFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismPKModifier and TypeMethodDescriptionContactMechanismFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactMechanismFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactMechanismFactory.getPKsFromResultSetAsList(ResultSet rs) ContactMechanismFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismPKModifier and TypeMethodDescriptionContactEmailAddressFactory.create(ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) ContactInet4AddressFactory.create(ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) ContactInet6AddressFactory.create(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) ContactMechanismAliasFactory.create(ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) ContactMechanismDetailFactory.create(ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) ContactPostalAddressCorrectionFactory.create(ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) ContactPostalAddressFactory.create(ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) ContactTelephoneFactory.create(ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) ContactWebAddressFactory.create(ContactMechanismPK contactMechanismPK, String url, Long fromTime, Long thruTime) PartyContactMechanismAliasFactory.create(PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) PartyContactMechanismDetailFactory.create(PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactMechanismFactory.getEntityFromCache(ContactMechanismPK pk) ContactMechanismFactory.getEntityFromPK(EntityPermission entityPermission, ContactMechanismPK pk) ContactMechanismFactory.getValueFromPK(ContactMechanismPK pk) voidContactMechanismFactory.remove(ContactMechanismPK pk) booleanContactMechanismFactory.validPK(ContactMechanismPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismPKModifier and TypeMethodDescriptionContactMechanismFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactMechanismPK> pks) ContactMechanismFactory.getValuesFromPKs(Collection<ContactMechanismPK> pks) voidContactMechanismFactory.remove(Collection<ContactMechanismPK> pks) -
Uses of ContactMechanismPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismPKModifier and TypeMethodDescriptionContactEmailAddressValue.getContactMechanismPK()ContactInet4AddressValue.getContactMechanismPK()ContactInet6AddressValue.getContactMechanismPK()ContactMechanismAliasValue.getContactMechanismPK()ContactMechanismDetailValue.getContactMechanismPK()ContactPostalAddressCorrectionValue.getContactMechanismPK()ContactPostalAddressValue.getContactMechanismPK()ContactTelephoneValue.getContactMechanismPK()ContactWebAddressValue.getContactMechanismPK()PartyContactMechanismAliasValue.getContactMechanismPK()PartyContactMechanismDetailValue.getContactMechanismPK()ContactMechanismValue.getPrimaryKey()Methods in com.echothree.model.data.contact.server.value with parameters of type ContactMechanismPKModifier and TypeMethodDescriptionvoidContactEmailAddressValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactInet4AddressValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactInet6AddressValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactMechanismAliasValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactMechanismDetailValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactPostalAddressCorrectionValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactPostalAddressValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactTelephoneValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidContactWebAddressValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidPartyContactMechanismAliasValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) voidPartyContactMechanismDetailValue.setContactMechanismPK(ContactMechanismPK contactMechanismPK) Constructors in com.echothree.model.data.contact.server.value with parameters of type ContactMechanismPKModifierConstructorDescriptionContactEmailAddressValue(ContactEmailAddressPK contactEmailAddressPK, ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) Creates a new instance of ContactEmailAddressValueContactEmailAddressValue(ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) Creates a new instance of ContactEmailAddressValueContactInet4AddressValue(ContactInet4AddressPK contactInet4AddressPK, ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) Creates a new instance of ContactInet4AddressValueContactInet4AddressValue(ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) Creates a new instance of ContactInet4AddressValueContactInet6AddressValue(ContactInet6AddressPK contactInet6AddressPK, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) Creates a new instance of ContactInet6AddressValueContactInet6AddressValue(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) Creates a new instance of ContactInet6AddressValueContactMechanismAliasValue(ContactMechanismAliasPK contactMechanismAliasPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismAliasValueContactMechanismAliasValue(ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismAliasValueContactMechanismDetailValue(ContactMechanismDetailPK contactMechanismDetailPK, ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismDetailValueContactMechanismDetailValue(ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismDetailValueContactMechanismValue(ContactMechanismPK contactMechanismPK, ContactMechanismDetailPK activeDetailPK, ContactMechanismDetailPK lastDetailPK) Creates a new instance of ContactMechanismValueContactPostalAddressCorrectionValue(ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressCorrectionValueContactPostalAddressCorrectionValue(ContactPostalAddressCorrectionPK contactPostalAddressCorrectionPK, ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressCorrectionValueContactPostalAddressValue(ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressValueContactPostalAddressValue(ContactPostalAddressPK contactPostalAddressPK, ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressValueContactTelephoneValue(ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) Creates a new instance of ContactTelephoneValueContactTelephoneValue(ContactTelephonePK contactTelephonePK, ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) Creates a new instance of ContactTelephoneValueContactWebAddressValue(ContactMechanismPK contactMechanismPK, String url, Long fromTime, Long thruTime) Creates a new instance of ContactWebAddressValueContactWebAddressValue(ContactWebAddressPK contactWebAddressPK, ContactMechanismPK contactMechanismPK, String url, Long fromTime, Long thruTime) Creates a new instance of ContactWebAddressValuePartyContactMechanismAliasValue(PartyContactMechanismAliasPK partyContactMechanismAliasPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismAliasValuePartyContactMechanismAliasValue(PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismAliasValuePartyContactMechanismDetailValue(PartyContactMechanismDetailPK partyContactMechanismDetailPK, PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismDetailValuePartyContactMechanismDetailValue(PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismDetailValue -
Uses of ContactMechanismPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return ContactMechanismPKModifier and TypeMethodDescriptionContactEmailAddresses.ContactMechanism()Getter forcontactemailaddresses.ctea_cmch_contactmechanismid.ContactInet4Addresses.ContactMechanism()Getter forcontactinet4addresses.cti4a_cmch_contactmechanismid.ContactInet6Addresses.ContactMechanism()Getter forcontactinet6addresses.cti6a_cmch_contactmechanismid.ContactMechanismAliases.ContactMechanism()Getter forcontactmechanismaliases.cmchal_cmch_contactmechanismid.ContactMechanismDetails.ContactMechanism()Getter forcontactmechanismdetails.cmchdt_cmch_contactmechanismid.ContactMechanisms.ContactMechanism()Getter forcontactmechanisms.cmch_contactmechanismid.ContactPostalAddressCorrections.ContactMechanism()Getter forcontactpostaladdresscorrections.ctpac_cmch_contactmechanismid.ContactPostalAddresses.ContactMechanism()Getter forcontactpostaladdresses.ctpa_cmch_contactmechanismid.ContactTelephones.ContactMechanism()Getter forcontacttelephones.cttp_cmch_contactmechanismid.ContactWebAddresses.ContactMechanism()Getter forcontactwebaddresses.ctwa_cmch_contactmechanismid.PartyContactMechanismAliases.ContactMechanism()Getter forpartycontactmechanismaliases.pcmchal_cmch_contactmechanismid.PartyContactMechanismDetails.ContactMechanism()Getter forpartycontactmechanismdetails.pcmdt_cmch_contactmechanismid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type ContactMechanismPKMethods in com.echothree.model.jooq.server.records.contact with parameters of type ContactMechanismPKModifier and TypeMethodDescriptionvoidContactEmailAddresses.ContactMechanism(ContactMechanismPK value) Setter forcontactemailaddresses.ctea_cmch_contactmechanismid.voidContactInet4Addresses.ContactMechanism(ContactMechanismPK value) Setter forcontactinet4addresses.cti4a_cmch_contactmechanismid.voidContactInet6Addresses.ContactMechanism(ContactMechanismPK value) Setter forcontactinet6addresses.cti6a_cmch_contactmechanismid.voidContactMechanismAliases.ContactMechanism(ContactMechanismPK value) Setter forcontactmechanismaliases.cmchal_cmch_contactmechanismid.voidContactMechanismDetails.ContactMechanism(ContactMechanismPK value) Setter forcontactmechanismdetails.cmchdt_cmch_contactmechanismid.voidContactMechanisms.ContactMechanism(ContactMechanismPK value) Setter forcontactmechanisms.cmch_contactmechanismid.voidContactPostalAddressCorrections.ContactMechanism(ContactMechanismPK value) Setter forcontactpostaladdresscorrections.ctpac_cmch_contactmechanismid.voidContactPostalAddresses.ContactMechanism(ContactMechanismPK value) Setter forcontactpostaladdresses.ctpa_cmch_contactmechanismid.voidContactTelephones.ContactMechanism(ContactMechanismPK value) Setter forcontacttelephones.cttp_cmch_contactmechanismid.voidContactWebAddresses.ContactMechanism(ContactMechanismPK value) Setter forcontactwebaddresses.ctwa_cmch_contactmechanismid.voidPartyContactMechanismAliases.ContactMechanism(ContactMechanismPK value) Setter forpartycontactmechanismaliases.pcmchal_cmch_contactmechanismid.voidPartyContactMechanismDetails.ContactMechanism(ContactMechanismPK value) Setter forpartycontactmechanismdetails.pcmdt_cmch_contactmechanismid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type ContactMechanismPKModifierConstructorDescriptionContactEmailAddresses(ContactEmailAddressPK ContactEmailAddress, ContactMechanismPK ContactMechanism, String EmailAddress, Long FromTime, Long ThruTime) Create a detached, initialised ContactEmailAddressesContactInet4Addresses(ContactInet4AddressPK ContactInet4Address, ContactMechanismPK ContactMechanism, Integer Inet4Address, Long FromTime, Long ThruTime) Create a detached, initialised ContactInet4AddressesContactInet6Addresses(ContactInet6AddressPK ContactInet6Address, ContactMechanismPK ContactMechanism, Long Inet6AddressLow, Long Inet6AddressHigh, Long FromTime, Long ThruTime) Create a detached, initialised ContactInet6AddressesContactMechanismAliases(ContactMechanismAliasPK ContactMechanismAlias, ContactMechanismPK ContactMechanism, ContactMechanismAliasTypePK ContactMechanismAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised ContactMechanismAliasesContactMechanismDetails(ContactMechanismDetailPK ContactMechanismDetail, ContactMechanismPK ContactMechanism, String ContactMechanismName, ContactMechanismTypePK ContactMechanismType, Boolean AllowSolicitation, Long FromTime, Long ThruTime) Create a detached, initialised ContactMechanismDetailsContactMechanisms(ContactMechanismPK ContactMechanism, ContactMechanismDetailPK ActiveDetail, ContactMechanismDetailPK LastDetail) Create a detached, initialised ContactMechanismsContactPostalAddressCorrections(ContactPostalAddressCorrectionPK ContactPostalAddressCorrection, ContactMechanismPK ContactMechanism, String Address1, String Address2, String Address3, String City, GeoCodePK CityGeoCode, GeoCodePK CountyGeoCode, String State, GeoCodePK StateGeoCode, String PostalCode, GeoCodePK PostalCodeGeoCode, GeoCodePK CountryGeoCode, Long FromTime, Long ThruTime) Create a detached, initialised ContactPostalAddressCorrectionsContactPostalAddresses(ContactPostalAddressPK ContactPostalAddress, ContactMechanismPK ContactMechanism, PersonalTitlePK PersonalTitle, String FirstName, String FirstNameSdx, String MiddleName, String MiddleNameSdx, String LastName, String LastNameSdx, NameSuffixPK NameSuffix, String CompanyName, String Attention, String Address1, String Address2, String Address3, String City, GeoCodePK CityGeoCode, GeoCodePK CountyGeoCode, String State, GeoCodePK StateGeoCode, String PostalCode, GeoCodePK PostalCodeGeoCode, GeoCodePK CountryGeoCode, Boolean IsCommercial, Long FromTime, Long ThruTime) Create a detached, initialised ContactPostalAddressesContactTelephones(ContactTelephonePK ContactTelephone, ContactMechanismPK ContactMechanism, GeoCodePK CountryGeoCode, String AreaCode, String TelephoneNumber, String TelephoneExtension, Long FromTime, Long ThruTime) Create a detached, initialised ContactTelephonesContactWebAddresses(ContactWebAddressPK ContactWebAddress, ContactMechanismPK ContactMechanism, String Url, Long FromTime, Long ThruTime) Create a detached, initialised ContactWebAddressesPartyContactMechanismAliases(PartyContactMechanismAliasPK PartyContactMechanismAlias, PartyPK Party, ContactMechanismPK ContactMechanism, ContactMechanismAliasTypePK ContactMechanismAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised PartyContactMechanismAliasesPartyContactMechanismDetails(PartyContactMechanismDetailPK PartyContactMechanismDetail, PartyContactMechanismPK PartyContactMechanism, PartyPK Party, ContactMechanismPK ContactMechanism, String Description, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PartyContactMechanismDetails -
Uses of ContactMechanismPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactMechanismPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactEmailAddresses, ContactMechanismPK> ContactEmailAddresses.CONTACT_MECHANISMThe columncontactemailaddresses.ctea_cmch_contactmechanismid.final org.jooq.TableField<ContactInet4Addresses, ContactMechanismPK> ContactInet4Addresses.CONTACT_MECHANISMThe columncontactinet4addresses.cti4a_cmch_contactmechanismid.final org.jooq.TableField<ContactInet6Addresses, ContactMechanismPK> ContactInet6Addresses.CONTACT_MECHANISMThe columncontactinet6addresses.cti6a_cmch_contactmechanismid.final org.jooq.TableField<ContactMechanismAliases, ContactMechanismPK> ContactMechanismAliases.CONTACT_MECHANISMThe columncontactmechanismaliases.cmchal_cmch_contactmechanismid.final org.jooq.TableField<ContactMechanismDetails, ContactMechanismPK> ContactMechanismDetails.CONTACT_MECHANISMThe columncontactmechanismdetails.cmchdt_cmch_contactmechanismid.final org.jooq.TableField<ContactMechanisms, ContactMechanismPK> ContactMechanisms.CONTACT_MECHANISMThe columncontactmechanisms.cmch_contactmechanismid.final org.jooq.TableField<ContactPostalAddressCorrections, ContactMechanismPK> ContactPostalAddressCorrections.CONTACT_MECHANISMThe columncontactpostaladdresscorrections.ctpac_cmch_contactmechanismid.final org.jooq.TableField<ContactPostalAddresses, ContactMechanismPK> ContactPostalAddresses.CONTACT_MECHANISMThe columncontactpostaladdresses.ctpa_cmch_contactmechanismid.final org.jooq.TableField<ContactTelephones, ContactMechanismPK> ContactTelephones.CONTACT_MECHANISMThe columncontacttelephones.cttp_cmch_contactmechanismid.final org.jooq.TableField<ContactWebAddresses, ContactMechanismPK> ContactWebAddresses.CONTACT_MECHANISMThe columncontactwebaddresses.ctwa_cmch_contactmechanismid.final org.jooq.TableField<PartyContactMechanismAliases, ContactMechanismPK> PartyContactMechanismAliases.CONTACT_MECHANISMThe columnpartycontactmechanismaliases.pcmchal_cmch_contactmechanismid.final org.jooq.TableField<PartyContactMechanismDetails, ContactMechanismPK> PartyContactMechanismDetails.CONTACT_MECHANISMThe columnpartycontactmechanismdetails.pcmdt_cmch_contactmechanismid.