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
(Session session, ContactPostalAddressPK pk) ContactPostalAddressFactory.getEntityFromPK
(EntityPermission entityPermission, ContactPostalAddressPK pk) ContactPostalAddressFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactPostalAddressPK pk) ContactPostalAddressFactory.getValueFromPK
(Session session, ContactPostalAddressPK pk) void
ContactPostalAddressFactory.remove
(Session session, ContactPostalAddressPK pk) boolean
ContactPostalAddressFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactPostalAddressPK> pks) ContactPostalAddressFactory.getValuesFromPKs
(Session session, Collection<ContactPostalAddressPK> pks) void
ContactPostalAddressFactory.remove
(Session session, Collection<ContactPostalAddressPK> pks) void
ContactPostalAddressFactory.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