Uses of Class
com.echothree.model.data.geo.server.entity.GeoCodeCountry
Packages that use GeoCodeCountry
Package
Description
-
Uses of GeoCodeCountry in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeCountryModifier and TypeMethodDescriptionGeoControl.createGeoCodeCountry(GeoCode geoCode, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormat postalAddressFormat, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, BasePK createdBy) GeoControl.getGeoCodeCountry(GeoCode geoCode) GeoControl.getGeoCodeCountryForUpdate(GeoCode geoCode) Methods in com.echothree.model.control.geo.server.control with parameters of type GeoCodeCountryModifier and TypeMethodDescriptionvoidGeoControl.deleteGeoCodeCountry(GeoCodeCountry geoCodeCountry, BasePK deletedBy) GeoControl.getGeoCodeCountryValue(GeoCodeCountry geoCodeCountry) -
Uses of GeoCodeCountry in com.echothree.model.control.geo.server.graphql
Constructors in com.echothree.model.control.geo.server.graphql with parameters of type GeoCodeCountry -
Uses of GeoCodeCountry in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeCountryModifier 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(GeoCode geoCode, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormat 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) GeoCodeCountryFactory.getEntityFromCache(GeoCodeCountryPK pk) GeoCodeCountryFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeCountryPK pk) GeoCodeCountryFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeCountryFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeCountryFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeCountryFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GeoCodeCountryFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeCountryValue value) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeCountryModifier and TypeMethodDescriptionGeoCodeCountryFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeCountryPK> pks) GeoCodeCountryFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeCountryFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeCountryFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeCountryFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeCountryModifier and TypeMethodDescriptionvoidGeoCodeCountryFactory.remove(GeoCodeCountry entity) voidGeoCodeCountryFactory.store(GeoCodeCountry entity) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeCountryModifier and TypeMethodDescriptionvoidGeoCodeCountryFactory.store(Collection<GeoCodeCountry> entities)