- Geocoder - Class in address.book.application.geocoding
-
The Class Geocoder gets data from google and geohash.org.
- Geocoder() - Constructor for class address.book.application.geocoding.Geocoder
-
- GeoLocationService - Class in address.book.application.geocoding
-
The Class GeoLocationService is inspired from the internet
(http://xebee.xebia.in/2010/10/28/working-with-geolocations/).
- GeoLocationService() - Constructor for class address.book.application.geocoding.GeoLocationService
-
- GeoPointZipcode - Class in address.book.application.model
-
The Class GeoPointZipcode associate a Zipcodes Object with a GeoHashPoint Object.
- GeoPointZipcode(Zipcodes, GeoHashPoint) - Constructor for class address.book.application.model.GeoPointZipcode
-
Instantiates a new geo point zipcode.
- getAddress() - Method in interface address.book.application.model.LocationModel
-
- getAddressComment() - Method in class address.book.model.Addresses
-
Return the value associated with the column: addressComment
- getAddressesService() - Method in class address.book.service.CountriesBusinessService
-
- getAddressesService() - Method in interface address.book.service.locator.ServiceLocator
-
Gets the addresses business service.
- getCity() - Method in class address.book.model.Zipcodes
-
Return the value associated with the column: city
- getCountriesService() - Method in interface address.book.service.locator.ServiceLocator
-
Gets the countries business service.
- getCountriesToFederalstatesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding federal states as a List of Iso3166A2code String objects.
- getCountriesToFederalstatesAsStringMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding federal states as a List of Iso3166A2code String objects.
- getCountriesToFederalstatesMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key as Countries object and as value the
corresponding federal states as a List of Federalstates objects.
- getCountriesToFederalstatesMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key as Countries object and as value the
corresponding federal states as a List of Federalstates objects.
- getCountriesToZipcodesAndCitiesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes and cities as a List of String objects.
- getCountriesToZipcodesAndCitiesAsStringMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes and cities as a List of String objects.
- getCountriesToZipcodesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
- getCountriesToZipcodesAsStringMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
- getCountriesToZipcodesMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key as Countries object and as value the
corresponding Zipcodes as a List of Zipcodes objects.
- getCountriesToZipcodesMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key as Countries object and as value the
corresponding Zipcodes as a List of Zipcodes objects.
- getCountry() - Method in class address.book.model.Federalstates
-
Return the value associated with the column: country
- getCountry() - Method in class address.book.model.Zipcodes
-
Return the value associated with the column: country
- getEntityManager() - Method in class address.book.daos.AddressesDao
-
- getEntityManager() - Method in class address.book.daos.CountriesDao
-
- getEntityManager() - Method in class address.book.daos.FederalstatesDao
-
- getEntityManager() - Method in class address.book.daos.ZipcodesDao
-
- getFederalstate() - Method in class address.book.model.Addresses
-
Return the value associated with the column: federalstate
- getFederalstate(String) - Method in interface address.book.service.api.FederalstatesService
-
Gets the Federalstates from the given String object.
- getFederalstate(String) - Method in class address.book.service.FederalstatesBusinessService
-
Gets the Federalstates from the given String object.
- getFederalstatesService() - Method in class address.book.service.AddressesBusinessService
-
- getFederalstatesService() - Method in class address.book.service.CountriesBusinessService
-
- getFederalstatesService() - Method in interface address.book.service.locator.ServiceLocator
-
Gets the federalstates business service.
- getFullLocation(Addresses) - Static method in class address.book.application.util.AddressesUtils
-
Gets the location in the format first 2 character from zipcode plus the city.
- getGeocodingData(Zipcodes) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the geo code data from the given Zipcodes Object.
- getGeocodingData(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the geo code data from the given String that represents an xml
string that is returned from the google geo code service.
- getGeohash() - Method in class address.book.model.Addresses
-
Return the value associated with the column: geohash
- getGeohashFirstAndSecondRingQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeohashFirstAndSecondRingSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeohashFirstRingQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeohashFirstRingSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeoHashPoint() - Method in class address.book.application.model.GeoPointZipcode
-
Gets the geo hash point.
- getGeohashQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeohashSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
-
- getGeolocationAsXml(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the geolocation as xml.
- getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
- getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in class address.book.service.CountriesBusinessService
- getGermanCountriesToZipcodesAsStringMap() - Method in interface address.book.service.api.CountriesService
-
- getGermanCountriesToZipcodesAsStringMap() - Method in class address.book.service.CountriesBusinessService
- getGermanCountriesToZipcodesMap() - Method in interface address.book.service.api.CountriesService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
- getGermanCountriesToZipcodesMap() - Method in class address.book.service.CountriesBusinessService
-
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
- getGoogleXmlResponse(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the google xml response.
- getInstance() - Static method in class address.book.factories.AddressBookFactory
-
Gets the single instance of UserManagementFactory.
- getIso3166A2code() - Method in class address.book.model.Federalstates
-
Return the value associated with the column: iso3166A2code
- getIso3166A2name() - Method in class address.book.model.Countries
-
Return the value associated with the column: iso3166A2name.
- getIso3166A3name() - Method in class address.book.model.Countries
-
Return the value associated with the column: iso3166A3name.
- getIso3166Number() - Method in class address.book.model.Countries
-
Return the value associated with the column: iso3166Number.
- getJsonResponse(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the json response.
- getLatitude() - Method in class address.book.model.Addresses
-
Return the value associated with the column: latitude
- getLocation() - Method in interface address.book.application.model.LocationModel
-
- getLocation(Addresses) - Static method in class address.book.application.util.AddressesUtils
-
Gets the location in the format first 2 character from zipcode plus the city.
- getLongitude() - Method in class address.book.model.Addresses
-
Return the value associated with the column: longitude
- getName() - Method in class address.book.model.Countries
-
Return the value associated with the column: name.
- getName() - Method in class address.book.model.Federalstates
-
Return the value associated with the column: name
- getPlainTextResponse(String) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the plain text response.
- getScriptFiles() - Method in class address.book.init.DatabaseInitialization
-
- getSelectedCountryName() - Method in interface address.book.application.model.LocationModel
-
- getStreet() - Method in class address.book.model.Addresses
-
Return the value associated with the column: street
- getStreetnumber() - Method in class address.book.model.Addresses
-
Return the value associated with the column: streetnumber
- getSubdivisionCategory() - Method in class address.book.model.Federalstates
-
Return the value associated with the column: subdivisionCategory
- getSubdivisionName() - Method in class address.book.model.Federalstates
-
Return the value associated with the column: subdivisionName
- getUrlParameters(Map<String, String>) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the url parameters.
- getUrlParams(String, boolean) - Static method in class address.book.application.geocoding.Geocoder
-
Gets the url params.
- getZipcode() - Method in class address.book.application.model.GeoPointZipcode
-
Gets the zipcode.
- getZipcode() - Method in class address.book.model.Addresses
-
Return the value associated with the column: zipcode
- getZipcode() - Method in class address.book.model.Zipcodes
-
Return the value associated with the column: zipcode
- getZipcode(String, String) - Method in interface address.book.service.api.ZipcodesService
-
Gets the Zipcodes object from the given zipcode string and city.
- getZipcode(String, String) - Method in class address.book.service.ZipcodesBusinessService
-
Gets the Zipcodes object from the given zipcode string and city.
- getZipcodesService() - Method in class address.book.service.AddressesBusinessService
-
- getZipcodesService() - Method in class address.book.service.CountriesBusinessService
-
- getZipcodesService() - Method in interface address.book.service.locator.ServiceLocator
-
Gets the zipcodes business service.
- GoogleGeocodingHandler - Class in address.book.application.geocoding
-
- GoogleGeocodingHandler(Map<String, String>) - Constructor for class address.book.application.geocoding.GoogleGeocodingHandler
-
- ServiceLocator - Interface in address.book.service.locator
-
- setAddress(Addresses) - Method in interface address.book.application.model.LocationModel
-
- setAddressComment(String) - Method in class address.book.model.Addresses
-
Set the value related to the column: addressComment
- setAddressesDao(AddressesDao) - Method in class address.book.service.AddressesBusinessService
-
- setAddressesService(AddressesService) - Method in class address.book.service.CountriesBusinessService
-
- setAddressesService(AddressesService) - Method in interface address.book.service.locator.ServiceLocator
-
Sets the addresses business service.
- setCity(String) - Method in class address.book.model.Zipcodes
-
Set the value related to the column: city
- setCountriesDao(CountriesDao) - Method in class address.book.service.CountriesBusinessService
-
- setCountriesService(CountriesService) - Method in interface address.book.service.locator.ServiceLocator
-
Sets the countries business service.
- setCountry(Countries) - Method in class address.book.model.Federalstates
-
Set the value related to the column: country
- setCountry(Countries) - Method in class address.book.model.Zipcodes
-
Set the value related to the column: country
- setEntityManager(EntityManager) - Method in class address.book.daos.AddressesDao
-
- setEntityManager(EntityManager) - Method in class address.book.daos.CountriesDao
-
- setEntityManager(EntityManager) - Method in class address.book.daos.FederalstatesDao
-
- setEntityManager(EntityManager) - Method in class address.book.daos.ZipcodesDao
-
- setFederalstate(Federalstates) - Method in class address.book.model.Addresses
-
Set the value related to the column: federalstate
- setFederalstatesDao(FederalstatesDao) - Method in class address.book.service.FederalstatesBusinessService
-
- setFederalstatesService(FederalstatesService) - Method in class address.book.service.AddressesBusinessService
-
- setFederalstatesService(FederalstatesService) - Method in class address.book.service.CountriesBusinessService
-
- setFederalstatesService(FederalstatesService) - Method in interface address.book.service.locator.ServiceLocator
-
Sets the federalstates business service.
- setGeocodingData(Addresses) - Static method in class address.book.application.geocoding.Geocoder
-
Sets the geocoding data.
- setGeohash(String) - Method in class address.book.model.Addresses
-
Set the value related to the column: geohash
- setGeoHashPoint(GeoHashPoint) - Method in class address.book.application.model.GeoPointZipcode
-
Sets the geo hash point.
- setIso3166A2code(String) - Method in class address.book.model.Federalstates
-
Set the value related to the column: iso3166A2code
- setIso3166A2name(String) - Method in class address.book.model.Countries
-
Set the value related to the column: iso3166A2name.
- setIso3166A3name(String) - Method in class address.book.model.Countries
-
Set the value related to the column: iso3166A3name.
- setIso3166Number(String) - Method in class address.book.model.Countries
-
Set the value related to the column: iso3166Number.
- setLatitude(String) - Method in class address.book.model.Addresses
-
Set the value related to the column: latitude
- setLocation(String) - Method in interface address.book.application.model.LocationModel
-
- setLocationModel(LocationModel, String) - Method in interface address.book.service.api.CountriesService
-
- setLocationModel(LocationModel, String) - Method in class address.book.service.CountriesBusinessService
-
- setLongitude(String) - Method in class address.book.model.Addresses
-
Set the value related to the column: longitude
- setName(String) - Method in class address.book.model.Countries
-
Set the value related to the column: name.
- setName(String) - Method in class address.book.model.Federalstates
-
Set the value related to the column: name
- setSelectedCountryName(String) - Method in interface address.book.application.model.LocationModel
-
- setStreet(String) - Method in class address.book.model.Addresses
-
Set the value related to the column: street
- setStreetnumber(String) - Method in class address.book.model.Addresses
-
Set the value related to the column: streetnumber
- setSubdivisionCategory(String) - Method in class address.book.model.Federalstates
-
Set the value related to the column: subdivisionCategory
- setSubdivisionName(String) - Method in class address.book.model.Federalstates
-
Set the value related to the column: subdivisionName
- setZipcode(Zipcodes) - Method in class address.book.application.model.GeoPointZipcode
-
Sets the zipcode.
- setZipcode(Zipcodes) - Method in class address.book.model.Addresses
-
Set the value related to the column: zipcode
- setZipcode(String) - Method in class address.book.model.Zipcodes
-
Set the value related to the column: zipcode
- setZipcodesDao(ZipcodesDao) - Method in class address.book.service.ZipcodesBusinessService
-
- setZipcodesService(ZipcodesService) - Method in class address.book.service.AddressesBusinessService
-
- setZipcodesService(ZipcodesService) - Method in class address.book.service.CountriesBusinessService
-
- setZipcodesService(ZipcodesService) - Method in interface address.book.service.locator.ServiceLocator
-
Sets the zipcodes business service.
- startElement(String, String, String, Attributes) - Method in class address.book.application.geocoding.GoogleGeocodingHandler
-
Start element.