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 TypeMethodDescriptionvoid
ContactEmailAddress.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactInet4Address.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactInet6Address.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactMechanismAlias.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactMechanismDetail.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactPostalAddress.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactPostalAddressCorrection.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactTelephone.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactWebAddress.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
PartyContactMechanismAlias.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
PartyContactMechanismDetail.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) ContactEmailAddressFactory.create
(Session session, ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) ContactInet4AddressFactory.create
(ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) ContactInet4AddressFactory.create
(Session session, ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) ContactInet6AddressFactory.create
(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) ContactInet6AddressFactory.create
(Session session, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) ContactMechanismAliasFactory.create
(ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) ContactMechanismAliasFactory.create
(Session session, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) ContactMechanismDetailFactory.create
(ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) ContactMechanismDetailFactory.create
(Session session, 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) ContactPostalAddressCorrectionFactory.create
(Session session, 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) ContactPostalAddressFactory.create
(Session session, 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) ContactTelephoneFactory.create
(Session session, ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) ContactWebAddressFactory.create
(ContactMechanismPK contactMechanismPK, String url, Long fromTime, Long thruTime) ContactWebAddressFactory.create
(Session session, ContactMechanismPK contactMechanismPK, String url, Long fromTime, Long thruTime) PartyContactMechanismAliasFactory.create
(PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) PartyContactMechanismAliasFactory.create
(Session session, 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) PartyContactMechanismDetailFactory.create
(Session session, PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContactMechanismFactory.getEntityFromCache
(Session session, ContactMechanismPK pk) ContactMechanismFactory.getEntityFromPK
(EntityPermission entityPermission, ContactMechanismPK pk) ContactMechanismFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactMechanismPK pk) ContactMechanismFactory.getValueFromPK
(Session session, ContactMechanismPK pk) void
ContactMechanismFactory.remove
(Session session, ContactMechanismPK pk) boolean
ContactMechanismFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactMechanismPK> pks) ContactMechanismFactory.getValuesFromPKs
(Session session, Collection<ContactMechanismPK> pks) void
ContactMechanismFactory.remove
(Session session, Collection<ContactMechanismPK> pks) void
ContactMechanismFactory.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 TypeMethodDescriptionvoid
ContactEmailAddressValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactInet4AddressValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactInet6AddressValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactMechanismAliasValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactMechanismDetailValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactPostalAddressCorrectionValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactPostalAddressValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactTelephoneValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
ContactWebAddressValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
PartyContactMechanismAliasValue.setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
PartyContactMechanismDetailValue.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