Uses of Class
com.echothree.model.data.contact.common.pk.PostalAddressFormatPK
Packages that use PostalAddressFormatPK
Package
Description
-
Uses of PostalAddressFormatPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PostalAddressFormatPKModifier and TypeMethodDescriptionPostalAddressFormatDescription.getPostalAddressFormatPK()
PostalAddressFormatDetail.getPostalAddressFormatPK()
PostalAddressLineDetail.getPostalAddressFormatPK()
PostalAddressFormat.getPrimaryKey()
Methods in com.echothree.model.data.contact.server.entity with parameters of type PostalAddressFormatPKModifier and TypeMethodDescriptionvoid
PostalAddressFormatDescription.setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) void
PostalAddressFormatDetail.setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) void
PostalAddressLineDetail.setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) -
Uses of PostalAddressFormatPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PostalAddressFormatPKModifier and TypeMethodDescriptionPostalAddressFormatFactory.getNextPK()
PostalAddressFormatFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PostalAddressFormatFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PostalAddressFormatPKModifier and TypeMethodDescriptionPostalAddressFormatFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PostalAddressFormatFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PostalAddressFormatFactory.getPKsFromResultSetAsList
(ResultSet rs) PostalAddressFormatFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PostalAddressFormatPKModifier and TypeMethodDescriptionPostalAddressFormatDescriptionFactory.create
(PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PostalAddressFormatDescriptionFactory.create
(Session session, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PostalAddressFormatDetailFactory.create
(PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PostalAddressFormatDetailFactory.create
(Session session, PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PostalAddressLineDetailFactory.create
(PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) PostalAddressLineDetailFactory.create
(Session session, PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) PostalAddressFormatFactory.getEntityFromCache
(Session session, PostalAddressFormatPK pk) PostalAddressFormatFactory.getEntityFromPK
(EntityPermission entityPermission, PostalAddressFormatPK pk) PostalAddressFormatFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PostalAddressFormatPK pk) PostalAddressFormatFactory.getValueFromPK
(Session session, PostalAddressFormatPK pk) void
PostalAddressFormatFactory.remove
(Session session, PostalAddressFormatPK pk) boolean
PostalAddressFormatFactory.validPK
(Session session, PostalAddressFormatPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PostalAddressFormatPKModifier and TypeMethodDescriptionPostalAddressFormatFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PostalAddressFormatPK> pks) PostalAddressFormatFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PostalAddressFormatPK> pks) PostalAddressFormatFactory.getValuesFromPKs
(Session session, Collection<PostalAddressFormatPK> pks) void
PostalAddressFormatFactory.remove
(Session session, Collection<PostalAddressFormatPK> pks) void
PostalAddressFormatFactory.remove
(Collection<PostalAddressFormatPK> pks) -
Uses of PostalAddressFormatPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PostalAddressFormatPKModifier and TypeMethodDescriptionPostalAddressFormatDescriptionValue.getPostalAddressFormatPK()
PostalAddressFormatDetailValue.getPostalAddressFormatPK()
PostalAddressLineDetailValue.getPostalAddressFormatPK()
PostalAddressFormatValue.getPrimaryKey()
Methods in com.echothree.model.data.contact.server.value with parameters of type PostalAddressFormatPKModifier and TypeMethodDescriptionvoid
PostalAddressFormatDescriptionValue.setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) void
PostalAddressFormatDetailValue.setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) void
PostalAddressLineDetailValue.setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) Constructors in com.echothree.model.data.contact.server.value with parameters of type PostalAddressFormatPKModifierConstructorDescriptionPostalAddressFormatDescriptionValue
(PostalAddressFormatDescriptionPK postalAddressFormatDescriptionPK, PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDescriptionValuePostalAddressFormatDescriptionValue
(PostalAddressFormatPK postalAddressFormatPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDescriptionValuePostalAddressFormatDetailValue
(PostalAddressFormatDetailPK postalAddressFormatDetailPK, PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDetailValuePostalAddressFormatDetailValue
(PostalAddressFormatPK postalAddressFormatPK, String postalAddressFormatName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PostalAddressFormatDetailValuePostalAddressFormatValue
(PostalAddressFormatPK postalAddressFormatPK, PostalAddressFormatDetailPK activeDetailPK, PostalAddressFormatDetailPK lastDetailPK) Creates a new instance of PostalAddressFormatValuePostalAddressLineDetailValue
(PostalAddressLineDetailPK postalAddressLineDetailPK, PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineDetailValuePostalAddressLineDetailValue
(PostalAddressLinePK postalAddressLinePK, PostalAddressFormatPK postalAddressFormatPK, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, Long fromTime, Long thruTime) Creates a new instance of PostalAddressLineDetailValue -
Uses of PostalAddressFormatPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return PostalAddressFormatPKMethods in com.echothree.model.data.geo.server.entity with parameters of type PostalAddressFormatPKModifier and TypeMethodDescriptionvoid
GeoCodeCountry.setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) -
Uses of PostalAddressFormatPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory with parameters of type PostalAddressFormatPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.create
(GeoCodePK geoCodePK, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatPK postalAddressFormatPK, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, Long fromTime, Long thruTime) GeoCodeCountryFactory.create
(Session session, GeoCodePK geoCodePK, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatPK postalAddressFormatPK, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, Long fromTime, Long thruTime) -
Uses of PostalAddressFormatPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return PostalAddressFormatPKMethods in com.echothree.model.data.geo.server.value with parameters of type PostalAddressFormatPKModifier and TypeMethodDescriptionvoid
GeoCodeCountryValue.setPostalAddressFormatPK
(PostalAddressFormatPK postalAddressFormatPK) Constructors in com.echothree.model.data.geo.server.value with parameters of type PostalAddressFormatPKModifierConstructorDescriptionGeoCodeCountryValue
(GeoCodeCountryPK geoCodeCountryPK, GeoCodePK geoCodePK, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatPK postalAddressFormatPK, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, Long fromTime, Long thruTime) Creates a new instance of GeoCodeCountryValueGeoCodeCountryValue
(GeoCodePK geoCodePK, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatPK postalAddressFormatPK, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, Long fromTime, Long thruTime) Creates a new instance of GeoCodeCountryValue