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 TypeMethodDescriptionvoidPostalAddressFormatDescription.setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) voidPostalAddressFormatDetail.setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) voidPostalAddressLineDetail.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) PostalAddressFormatDetailFactory.create(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) PostalAddressFormatFactory.getEntityFromCache(PostalAddressFormatPK pk) PostalAddressFormatFactory.getEntityFromPK(EntityPermission entityPermission, PostalAddressFormatPK pk) PostalAddressFormatFactory.getValueFromPK(PostalAddressFormatPK pk) voidPostalAddressFormatFactory.remove(PostalAddressFormatPK pk) booleanPostalAddressFormatFactory.validPK(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.getValuesFromPKs(Collection<PostalAddressFormatPK> pks) voidPostalAddressFormatFactory.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 TypeMethodDescriptionvoidPostalAddressFormatDescriptionValue.setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) voidPostalAddressFormatDetailValue.setPostalAddressFormatPK(PostalAddressFormatPK postalAddressFormatPK) voidPostalAddressLineDetailValue.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 TypeMethodDescriptionvoidGeoCodeCountry.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) -
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 TypeMethodDescriptionvoidGeoCodeCountryValue.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 -
Uses of PostalAddressFormatPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return PostalAddressFormatPKModifier and TypeMethodDescriptionPostalAddressFormatDescriptions.PostalAddressFormat()Getter forpostaladdressformatdescriptions.pstafmtd_pstafmt_postaladdressformatid.PostalAddressFormatDetails.PostalAddressFormat()Getter forpostaladdressformatdetails.pstafmtdt_pstafmt_postaladdressformatid.PostalAddressFormats.PostalAddressFormat()Getter forpostaladdressformats.pstafmt_postaladdressformatid.PostalAddressLineDetails.PostalAddressFormat()Getter forpostaladdresslinedetails.pstaldt_pstafmt_postaladdressformatid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type PostalAddressFormatPKModifier and TypeMethodDescriptionorg.jooq.Record1<PostalAddressFormatPK> PostalAddressFormats.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type PostalAddressFormatPKModifier and TypeMethodDescriptionvoidPostalAddressFormatDescriptions.PostalAddressFormat(PostalAddressFormatPK value) Setter forpostaladdressformatdescriptions.pstafmtd_pstafmt_postaladdressformatid.voidPostalAddressFormatDetails.PostalAddressFormat(PostalAddressFormatPK value) Setter forpostaladdressformatdetails.pstafmtdt_pstafmt_postaladdressformatid.voidPostalAddressFormats.PostalAddressFormat(PostalAddressFormatPK value) Setter forpostaladdressformats.pstafmt_postaladdressformatid.voidPostalAddressLineDetails.PostalAddressFormat(PostalAddressFormatPK value) Setter forpostaladdresslinedetails.pstaldt_pstafmt_postaladdressformatid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type PostalAddressFormatPKModifierConstructorDescriptionPostalAddressFormatDescriptions(PostalAddressFormatDescriptionPK PostalAddressFormatDescription, PostalAddressFormatPK PostalAddressFormat, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised PostalAddressFormatDescriptionsPostalAddressFormatDetails(PostalAddressFormatDetailPK PostalAddressFormatDetail, PostalAddressFormatPK PostalAddressFormat, String PostalAddressFormatName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PostalAddressFormatDetailsPostalAddressFormats(PostalAddressFormatPK PostalAddressFormat, PostalAddressFormatDetailPK ActiveDetail, PostalAddressFormatDetailPK LastDetail) Create a detached, initialised PostalAddressFormatsPostalAddressLineDetails(PostalAddressLineDetailPK PostalAddressLineDetail, PostalAddressLinePK PostalAddressLine, PostalAddressFormatPK PostalAddressFormat, Integer PostalAddressLineSortOrder, String Prefix, Boolean AlwaysIncludePrefix, String Suffix, Boolean AlwaysIncludeSuffix, Boolean CollapseIfEmpty, Long FromTime, Long ThruTime) Create a detached, initialised PostalAddressLineDetails -
Uses of PostalAddressFormatPK in com.echothree.model.jooq.server.records.geo
Methods in com.echothree.model.jooq.server.records.geo that return PostalAddressFormatPKModifier and TypeMethodDescriptionGeoCodeCountries.PostalAddressFormat()Getter forgeocodecountries.geoc_pstafmt_postaladdressformatid.Methods in com.echothree.model.jooq.server.records.geo with parameters of type PostalAddressFormatPKModifier and TypeMethodDescriptionvoidGeoCodeCountries.PostalAddressFormat(PostalAddressFormatPK value) Setter forgeocodecountries.geoc_pstafmt_postaladdressformatid.Constructors in com.echothree.model.jooq.server.records.geo with parameters of type PostalAddressFormatPKModifierConstructorDescriptionGeoCodeCountries(GeoCodeCountryPK GeoCodeCountry, GeoCodePK GeoCode, String TelephoneCode, String AreaCodePattern, Boolean AreaCodeRequired, String AreaCodeExample, String TelephoneNumberPattern, String TelephoneNumberExample, PostalAddressFormatPK PostalAddressFormat, Boolean CityRequired, Boolean CityGeoCodeRequired, Boolean StateRequired, Boolean StateGeoCodeRequired, String PostalCodePattern, Boolean PostalCodeRequired, Boolean PostalCodeGeoCodeRequired, Integer PostalCodeLength, Integer PostalCodeGeoCodeLength, String PostalCodeExample, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeCountries -
Uses of PostalAddressFormatPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type PostalAddressFormatPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PostalAddressFormatDescriptions, PostalAddressFormatPK> PostalAddressFormatDescriptions.POSTAL_ADDRESS_FORMATThe columnpostaladdressformatdescriptions.pstafmtd_pstafmt_postaladdressformatid.final org.jooq.TableField<PostalAddressFormatDetails, PostalAddressFormatPK> PostalAddressFormatDetails.POSTAL_ADDRESS_FORMATThe columnpostaladdressformatdetails.pstafmtdt_pstafmt_postaladdressformatid.final org.jooq.TableField<PostalAddressFormats, PostalAddressFormatPK> PostalAddressFormats.POSTAL_ADDRESS_FORMATThe columnpostaladdressformats.pstafmt_postaladdressformatid.final org.jooq.TableField<PostalAddressLineDetails, PostalAddressFormatPK> PostalAddressLineDetails.POSTAL_ADDRESS_FORMATThe columnpostaladdresslinedetails.pstaldt_pstafmt_postaladdressformatid. -
Uses of PostalAddressFormatPK in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type PostalAddressFormatPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeCountries, PostalAddressFormatPK> GeoCodeCountries.POSTAL_ADDRESS_FORMATThe columngeocodecountries.geoc_pstafmt_postaladdressformatid.