Uses of Class
com.echothree.model.data.contact.common.pk.ContactPostalAddressPK
Packages that use ContactPostalAddressPK
Package
Description
-
Uses of ContactPostalAddressPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactPostalAddressPK -
Uses of ContactPostalAddressPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactPostalAddressPKModifier and TypeMethodDescriptionContactPostalAddressFactory.getNextPK()ContactPostalAddressFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactPostalAddressFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactPostalAddressPKModifier and TypeMethodDescriptionContactPostalAddressFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactPostalAddressFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactPostalAddressFactory.getPKsFromResultSetAsList(ResultSet rs) ContactPostalAddressFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactPostalAddressPKModifier and TypeMethodDescriptionContactPostalAddressFactory.getEntityFromCache(ContactPostalAddressPK pk) ContactPostalAddressFactory.getEntityFromPK(EntityPermission entityPermission, ContactPostalAddressPK pk) ContactPostalAddressFactory.getValueFromPK(ContactPostalAddressPK pk) voidContactPostalAddressFactory.remove(ContactPostalAddressPK pk) booleanContactPostalAddressFactory.validPK(ContactPostalAddressPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactPostalAddressPKModifier and TypeMethodDescriptionContactPostalAddressFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactPostalAddressPK> pks) ContactPostalAddressFactory.getValuesFromPKs(Collection<ContactPostalAddressPK> pks) voidContactPostalAddressFactory.remove(Collection<ContactPostalAddressPK> pks) -
Uses of ContactPostalAddressPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactPostalAddressPKConstructors in com.echothree.model.data.contact.server.value with parameters of type ContactPostalAddressPKModifierConstructorDescriptionContactPostalAddressValue(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 ContactPostalAddressValue -
Uses of ContactPostalAddressPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return ContactPostalAddressPKModifier and TypeMethodDescriptionContactPostalAddresses.ContactPostalAddress()Getter forcontactpostaladdresses.ctpa_contactpostaladdressid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type ContactPostalAddressPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContactPostalAddressPK> ContactPostalAddresses.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type ContactPostalAddressPKModifier and TypeMethodDescriptionvoidContactPostalAddresses.ContactPostalAddress(ContactPostalAddressPK value) Setter forcontactpostaladdresses.ctpa_contactpostaladdressid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type ContactPostalAddressPKModifierConstructorDescriptionContactPostalAddresses(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 ContactPostalAddresses -
Uses of ContactPostalAddressPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactPostalAddressPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactPostalAddresses, ContactPostalAddressPK> ContactPostalAddresses.CONTACT_POSTAL_ADDRESSThe columncontactpostaladdresses.ctpa_contactpostaladdressid.