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