Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeCountryPK
Packages that use GeoCodeCountryPK
Package
Description
-
Uses of GeoCodeCountryPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeCountryPK -
Uses of GeoCodeCountryPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.getNextPK()GeoCodeCountryFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeCountryFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeCountryFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeCountryFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeCountryFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.getEntityFromCache(GeoCodeCountryPK pk) GeoCodeCountryFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeCountryPK pk) GeoCodeCountryFactory.getValueFromPK(GeoCodeCountryPK pk) voidGeoCodeCountryFactory.remove(GeoCodeCountryPK pk) booleanGeoCodeCountryFactory.validPK(GeoCodeCountryPK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeCountryPK> pks) GeoCodeCountryFactory.getValuesFromPKs(Collection<GeoCodeCountryPK> pks) voidGeoCodeCountryFactory.remove(Collection<GeoCodeCountryPK> pks) -
Uses of GeoCodeCountryPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeCountryPKConstructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeCountryPKModifierConstructorDescriptionGeoCodeCountryValue(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 GeoCodeCountryValue -
Uses of GeoCodeCountryPK in com.echothree.model.jooq.server.records.geo
Methods in com.echothree.model.jooq.server.records.geo that return GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountries.GeoCodeCountry()Getter forgeocodecountries.geoc_geocodecountryid.Methods in com.echothree.model.jooq.server.records.geo that return types with arguments of type GeoCodeCountryPKMethods in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodeCountryPKModifier and TypeMethodDescriptionvoidGeoCodeCountries.GeoCodeCountry(GeoCodeCountryPK value) Setter forgeocodecountries.geoc_geocodecountryid.Constructors in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodeCountryPKModifierConstructorDescriptionGeoCodeCountries(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 GeoCodeCountryPK in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodeCountryPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeCountries, GeoCodeCountryPK> GeoCodeCountries.GEO_CODE_COUNTRYThe columngeocodecountries.geoc_geocodecountryid.