Skip navigation links
A C D E F G H L M R S Z 

A

AddressesBusinessService - Class in de.alpharogroup.address.book.service
AddressesBusinessService() - Constructor for class de.alpharogroup.address.book.service.AddressesBusinessService
 
AddressesExtensions - Class in de.alpharogroup.address.book.application.utils
AddressesExtensions() - Constructor for class de.alpharogroup.address.book.application.utils.AddressesExtensions
 
AddressesSearchModel - Class in de.alpharogroup.address.book.application.model
AddressesSearchModel() - Constructor for class de.alpharogroup.address.book.application.model.AddressesSearchModel
 
AddressesService - Interface in de.alpharogroup.address.book.service.api
The interface AddressesService.

C

characters(char[], int, int) - Method in class de.alpharogroup.address.book.application.geocoding.GoogleGeocodingHandler
Characters.
contains(String, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Checks if the given latitude and longitude is contained in the database.
contains(Zipcodes) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Checks if the given Zipcodes is contained in the database and return the first occurence.
contains(String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Checks if the given latitude and longitude is contained in the database.
contains(Zipcodes) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Checks if the given Zipcodes is contained in the database and return the first occurence.
CountriesBusinessService - Class in de.alpharogroup.address.book.service
CountriesBusinessService() - Constructor for class de.alpharogroup.address.book.service.CountriesBusinessService
 
CountriesService - Interface in de.alpharogroup.address.book.service.api
The interface CountriesService.
createAddress(String, String, String, String, String, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Creates the address.
createAddress(String, String, String, String, String, String, String, BigDecimal, BigDecimal) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Creates the address.
createAddress(String, String, String, String, String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Creates the address.
createAddress(String, String, String, String, String, String, String, BigDecimal, BigDecimal) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Creates the address.

D

de.alpharogroup.address.book.application.geocoding - package de.alpharogroup.address.book.application.geocoding
 
de.alpharogroup.address.book.application.model - package de.alpharogroup.address.book.application.model
 
de.alpharogroup.address.book.application.utils - package de.alpharogroup.address.book.application.utils
 
de.alpharogroup.address.book.service - package de.alpharogroup.address.book.service
 
de.alpharogroup.address.book.service.api - package de.alpharogroup.address.book.service.api
 
de.alpharogroup.address.book.service.locator - package de.alpharogroup.address.book.service.locator
 
de.alpharogroup.address.book.service.util - package de.alpharogroup.address.book.service.util
 
degreesToRadians(double) - Static method in class de.alpharogroup.address.book.application.geocoding.GeoLocationService
Converts the given value from degrees to radians.
deleteAllZipcodes() - Method in interface de.alpharogroup.address.book.service.api.ZipcodesService
Delete all zipcodes.
deleteAllZipcodes() - Method in class de.alpharogroup.address.book.service.ZipcodesBusinessService
Delete all zipcodes.
DIAMETER_OF_EARTH - Static variable in class de.alpharogroup.address.book.application.geocoding.GeoLocationService
 

E

existsZipcode(String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodesService
Checks if the given zipcode string exists.
existsZipcode(String) - Method in class de.alpharogroup.address.book.service.ZipcodesBusinessService
Checks if the given zipcode string exists.

F

FederalstatesBusinessService - Class in de.alpharogroup.address.book.service
FederalstatesBusinessService() - Constructor for class de.alpharogroup.address.book.service.FederalstatesBusinessService
 
FederalstatesService - Interface in de.alpharogroup.address.book.service.api
The interface FederalstatesService.
find(Countries, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the given arguments.
find(Countries, String, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the given arguments.
find(String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the given arguments.
find(String, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the given latitude and longitude.
find(String, String, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the given arguments.
find(Zipcodes) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the given Zipcodes object.
find(Countries, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the given arguments.
find(Countries, String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the given arguments.
find(String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the given arguments.
find(String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the given latitude and longitude.
find(String, String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the given arguments.
find(Zipcodes) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the given Zipcodes object.
find(String) - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Find the Countries object from the given ISO 3166 String object.
find(Countries) - Method in interface de.alpharogroup.address.book.service.api.ZipcodesService
Finds all Zipcodes from the given Countries object.
find(String) - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Find the Countries object from the given ISO 3166 String object.
find(Countries) - Method in class de.alpharogroup.address.book.service.ZipcodesBusinessService
Finds all Zipcodes from the given Countries object.
findAddressesWithSameCityname(Countries, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses that have the same cityname.
findAddressesWithSameCityname(Countries, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses that have the same cityname.
findAddressesWithSameZipcode(Countries, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses that have the same zipcode.
findAddressesWithSameZipcode(Countries, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses that have the same zipcode.
findAll(Countries) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Find all addresses with the given country.
findAll(Countries) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Find all addresses with the given country.
findAll(String, String, String, String) - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Find all Countries from the given arguments.
findAll(Countries, String, String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodesService
Gets a List from Zipcodes with the given parameters that can be null if they shell be ignored in the query.
findAll(String, String, String, String) - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Find all Countries from the given arguments.
findAll(Countries, String, String) - Method in class de.alpharogroup.address.book.service.ZipcodesBusinessService
Gets a List from Zipcodes with the given parameters that can be null if they shell be ignored in the query.
findAllAddressesWithCountry(Countries) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Find all Zipcodes with the given country.
findAllAddressesWithCountry(Countries) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Find all Zipcodes with the given country.
findByName(String) - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Find the Countries object by name.
findByName(String) - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Find the Countries object by name.
findCityFromZipcode(Countries, String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodesService
Find the city from the given Countries object and zipcode.
findCityFromZipcode(Countries, String) - Method in class de.alpharogroup.address.book.service.ZipcodesBusinessService
Find the city from the given Countries object and zipcode.
findFederalstate(Countries, String) - Method in interface de.alpharogroup.address.book.service.api.FederalstatesService
Find the first federal state from country.
findFederalstate(Countries, String) - Method in class de.alpharogroup.address.book.service.FederalstatesBusinessService
Find the first federal state from country.
findFederalstateFromIso3166A2code(String) - Method in interface de.alpharogroup.address.book.service.api.FederalstatesService
Find federal state from iso3166 a2code.
findFederalstateFromIso3166A2code(String) - Method in class de.alpharogroup.address.book.service.FederalstatesBusinessService
Find federal state from iso3166 a2code.
findFederalstateNameFromIso3166A2code(String) - Method in interface de.alpharogroup.address.book.service.api.FederalstatesService
Find federalstate name from iso3166 a2code.
findFederalstateNameFromIso3166A2code(String) - Method in class de.alpharogroup.address.book.service.FederalstatesBusinessService
Find federalstate name from iso3166 a2code.
findFederalstatesFromCountry(Countries) - Method in interface de.alpharogroup.address.book.service.api.FederalstatesService
Find federalstates from country.
findFederalstatesFromCountry(Countries, String) - Method in interface de.alpharogroup.address.book.service.api.FederalstatesService
Find federal states from country.
findFederalstatesFromCountry(Countries) - Method in class de.alpharogroup.address.book.service.FederalstatesBusinessService
Find federalstates from country.
findFederalstatesFromCountry(Countries, String) - Method in class de.alpharogroup.address.book.service.FederalstatesBusinessService
Find federal states from country.
findFirst(Countries, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds the first Addresses from the given arguments.
findFirst(Countries, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds the first Addresses from the given arguments.
findFirstAndSecondRingNeighbourhood(String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the first and second ring neighbourhood areas of the given geohash.
findFirstAndSecondRingNeighbourhood(String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the first and second ring neighbourhood areas of the given geohash.
findFirstRingNeighbourhood(String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the first ring neighbourhood areas of the given geohash.
findFirstRingNeighbourhood(String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the first ring neighbourhood areas of the given geohash.
findGeohashIsNull() - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Find all addresses that have a geohash value that is null.
findGeohashIsNull() - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Find all addresses that have a geohash value that is null.
findInvalidAddresses(Countries, String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Find invalid Addresses objects from the given arguments.
findInvalidAddresses(Countries, String, boolean) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Find invalid Addresses objects from the given arguments.
findInvalidAddresses(Countries, String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Find invalid Addresses objects from the given arguments.
findInvalidAddresses(Countries, String, boolean) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Find invalid Addresses objects from the given arguments.
findNeighbourhood(String) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Finds a list of Addresses from the neighbourhood areas of the given geohash.
findNeighbourhood(String) - Method in interface de.alpharogroup.address.book.service.api.AddressesService
Finds a list of Addresses from the neighbourhood areas of the given geohash.
findZipcodes(String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodesService
Find Zipcodes objects from the given zipcode string.
findZipcodes(String) - Method in class de.alpharogroup.address.book.service.ZipcodesBusinessService
Find Zipcodes objects from the given zipcode string.
forAddresses(Countries, String, String) - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Generates hql script for addresses.
forCountries(String, String, String, String) - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Generates hql script for countries.
forZipcodes(Countries, String, String) - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Generates hql script for zipcodes.
forZipcodes(String, String, String) - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Generates hql script for zipcodes.

G

Geocoder - Class in de.alpharogroup.address.book.application.geocoding
The Class Geocoder gets data from google and geohash.org.
Geocoder() - Constructor for class de.alpharogroup.address.book.application.geocoding.Geocoder
 
GeoLocationService - Class in de.alpharogroup.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 de.alpharogroup.address.book.application.geocoding.GeoLocationService
 
GeoPointZipcode - Class in de.alpharogroup.address.book.application.model
The class GeoPointZipcode associate a Zipcodes object with a GeoHashPoint object.
GeoPointZipcode() - Constructor for class de.alpharogroup.address.book.application.model.GeoPointZipcode
 
getAddress() - Method in interface de.alpharogroup.address.book.application.model.LocationModel
Gets the address.
getAddressesService() - Method in interface de.alpharogroup.address.book.service.locator.ServiceLocator
Gets the addresses business service.
getCountriesService() - Method in interface de.alpharogroup.address.book.service.locator.ServiceLocator
Gets the countries business service.
getCountriesToFederalstatesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Gets a list with the mapping-class: the key is the name of the country and as value the corresponding federal states as a List of Iso3166A2code String objects.
getCountriesToFederalstatesAsStringList() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets a list with the mapping-class: 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 interface de.alpharogroup.address.book.service.api.CountriesService
getCountriesToFederalstatesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Deprecated.
getCountriesToFederalstatesList() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Gets a list with the mapping-class: the key as Countries object and as value the corresponding federal states as a List of Federalstates objects.
getCountriesToFederalstatesList() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets a list with the mapping-class: the key as Countries object and as value the corresponding federal states as a List of Federalstates objects.
getCountriesToFederalstatesMap() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
getCountriesToFederalstatesMap() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Deprecated.
getCountriesToZipcodesAndCitiesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Gets a list with the mapping-class: the key is the name of the country and as value the corresponding zipcodes and cities as a List of String objects.
getCountriesToZipcodesAndCitiesAsStringList() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets a list with the mapping-class: 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 interface de.alpharogroup.address.book.service.api.CountriesService
getCountriesToZipcodesAndCitiesAsStringMap() - Method in class de.alpharogroup.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.
getCountriesToZipcodesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Gets a list with the mapping-class: the key is the name of the country and as value the corresponding zipcodes as a List of String objects.
getCountriesToZipcodesAsStringList() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets a list with the mapping-class: the key is the name of the country and as value the corresponding zipcodes as a List of String objects.
getCountriesToZipcodesAsStringMap() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
getCountriesToZipcodesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Deprecated.
getCountriesToZipcodesList() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Gets a list with the mapping-class: the key as Countries object and as value the corresponding Zipcodes as a List of Zipcodes objects.
getCountriesToZipcodesList() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets a list with the mapping-class: the key as Countries object and as value the corresponding Zipcodes as a List of Zipcodes objects.
getCountriesToZipcodesMap() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
getCountriesToZipcodesMap() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Deprecated.
getDistanceBetweenPoints(Point, Point, String) - Static method in class de.alpharogroup.address.book.application.geocoding.GeoLocationService
Returns the distance between tow points.
getExtremeLatitudesDiffForPoint(Point, double) - Static method in class de.alpharogroup.address.book.application.geocoding.GeoLocationService
Returns the difference in degrees of latitude corresponding to the distance from the center point.
getExtremeLongitudesDiffForPoint(Point, double) - Static method in class de.alpharogroup.address.book.application.geocoding.GeoLocationService
Returns the difference in degrees of longitude corresponding to the distance from the center point.
getExtremePointsFrom(Point, Double) - Static method in class de.alpharogroup.address.book.application.geocoding.GeoLocationService
Returns an array of two extreme points corresponding to center point and the distance from the center point.
getFederalstate(String) - Method in interface de.alpharogroup.address.book.service.api.FederalstatesService
Deprecated.
getFederalstate(String, String) - Method in interface de.alpharogroup.address.book.service.api.FederalstatesService
Gets the Federalstates from the given String objects.
getFederalstate(String) - Method in class de.alpharogroup.address.book.service.FederalstatesBusinessService
Deprecated.
getFederalstate(String, String) - Method in class de.alpharogroup.address.book.service.FederalstatesBusinessService
Gets the Federalstates from the given String objects.
getFederalstatesService() - Method in interface de.alpharogroup.address.book.service.locator.ServiceLocator
Gets the federalstates business service.
getFullLocation(Addresses) - Static method in class de.alpharogroup.address.book.application.utils.AddressesExtensions
Gets the location in the format first 2 character from zipcode plus the city.
getGeocodingData(String) - Static method in class de.alpharogroup.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.
getGeocodingData(Zipcodes) - Static method in class de.alpharogroup.address.book.application.geocoding.Geocoder
Gets the geo code data from the given Zipcodes Object.
getGeohashFirstAndSecondRingQuery(boolean) - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Gets the geohash first and second ring query.
getGeohashFirstAndSecondRingSubQuery() - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Gets the geohash first and second ring sub query.
getGeohashFirstRingQuery(boolean) - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Gets the geohash first ring query.
getGeohashFirstRingSubQuery() - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Gets the geohash first ring sub query.
getGeohashQuery() - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Gets the geohash query.
getGeohashSubQuery() - Static method in class de.alpharogroup.address.book.service.util.HqlStringCreator
Gets the geohash sub query.
getGeolocationAsXml(String) - Static method in class de.alpharogroup.address.book.application.geocoding.Geocoder
Gets the geolocation as xml.
getGermanCountriesToZipcodesAndCitiesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Gets the german countries to zipcodes and cities as string list.
getGermanCountriesToZipcodesAndCitiesAsStringList() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets the german countries to zipcodes and cities as string list.
getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets the german countries to zipcodes and cities as string map.
getGermanCountriesToZipcodesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Gets a list with the mapping-class: the key is the name of the german speaking country and as value the corresponding zipcodes as a List of String objects.
getGermanCountriesToZipcodesAsStringList() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets a list with the mapping-class: the key is the name of the german speaking country and as value the corresponding zipcodes as a List of String objects.
getGermanCountriesToZipcodesAsStringMap() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
getGermanCountriesToZipcodesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Deprecated.
getGermanCountriesToZipcodesList() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Gets a list with the mapping-class: the key is the name of the country and as value the corresponding zipcodes as a List of String objects.
getGermanCountriesToZipcodesList() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Gets a list with the mapping-class: the key is the name of the country and as value the corresponding zipcodes as a List of String objects.
getGermanCountriesToZipcodesMap() - Method in interface de.alpharogroup.address.book.service.api.CountriesService
getGermanCountriesToZipcodesMap() - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Deprecated.
getGoogleXmlResponse(String) - Static method in class de.alpharogroup.address.book.application.geocoding.Geocoder
Gets the google xml response.
getJsonResponse(String) - Static method in class de.alpharogroup.address.book.application.geocoding.Geocoder
Gets the json response.
getLocation() - Method in interface de.alpharogroup.address.book.application.model.LocationModel
Gets the location.
getLocation(Addresses) - Static method in class de.alpharogroup.address.book.application.utils.AddressesExtensions
Gets the location in the format first 2 character from zipcode plus the city.
getPlainTextResponse(String) - Static method in class de.alpharogroup.address.book.application.geocoding.Geocoder
Gets the plain text response.
getSelectedCountryName() - Method in interface de.alpharogroup.address.book.application.model.LocationModel
Gets the selected country name.
getUrlParameters(Map<String, String>) - Static method in class de.alpharogroup.address.book.application.geocoding.Geocoder
Gets the url parameters.
getUrlParams(String, boolean) - Static method in class de.alpharogroup.address.book.application.geocoding.Geocoder
Gets the url params.
getZipcode(String, String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodesService
Gets the Zipcodes object from the given zipcode string and city.
getZipcode(String, String) - Method in class de.alpharogroup.address.book.service.ZipcodesBusinessService
Gets the Zipcodes object from the given zipcode string and city.
getZipcodesService() - Method in interface de.alpharogroup.address.book.service.locator.ServiceLocator
Gets the zipcodes business service.
GoogleGeocodingHandler - Class in de.alpharogroup.address.book.application.geocoding
 
GoogleGeocodingHandler(Map<String, String>) - Constructor for class de.alpharogroup.address.book.application.geocoding.GoogleGeocodingHandler
 

H

HqlStringCreator - Class in de.alpharogroup.address.book.service.util
The class HqlStringCreator.
HqlStringCreator() - Constructor for class de.alpharogroup.address.book.service.util.HqlStringCreator
 
HTTP_GEOHASH_ORG - Static variable in class de.alpharogroup.address.book.application.geocoding.Geocoder
The Constant HTTP_GEOHASH_ORG.
HTTP_MAPS_GOOGLE_COM_MAPS_API_GEOCODE_JSON - Static variable in class de.alpharogroup.address.book.application.geocoding.Geocoder
The Constant HTTP_MAPS_GOOGLE_COM_MAPS_API_GEOCODE_JSON.
HTTP_MAPS_GOOGLE_COM_MAPS_API_GEOCODE_XML - Static variable in class de.alpharogroup.address.book.application.geocoding.Geocoder
The Constant HTTP_MAPS_GOOGLE_COM_MAPS_API_GEOCODE_XML.

L

LAT - Static variable in class de.alpharogroup.address.book.application.geocoding.GoogleGeocodingHandler
 
LNG - Static variable in class de.alpharogroup.address.book.application.geocoding.GoogleGeocodingHandler
 
LOCATION - Static variable in class de.alpharogroup.address.book.application.geocoding.GoogleGeocodingHandler
The Constant LOCATION.
LocationAddressesModel - Class in de.alpharogroup.address.book.application.model
 
LocationAddressesModel() - Constructor for class de.alpharogroup.address.book.application.model.LocationAddressesModel
 
LocationModel<T> - Interface in de.alpharogroup.address.book.application.model
The interface LocationModel.

M

main(String[]) - Static method in class de.alpharogroup.address.book.application.geocoding.GeoLocationService
The main method.
main(String[]) - Static method in class de.alpharogroup.address.book.application.geocoding.GoogleGeocodingHandler
The main method.

R

radiansToDegrees(double) - Static method in class de.alpharogroup.address.book.application.geocoding.GeoLocationService
Converts the given value radians to degrees.

S

ServiceLocator - Interface in de.alpharogroup.address.book.service.locator
 
setAddress(T) - Method in interface de.alpharogroup.address.book.application.model.LocationModel
Sets the address.
setAddressesDao(AddressesDao) - Method in class de.alpharogroup.address.book.service.AddressesBusinessService
Sets the specific AddressesDao.
setAddressesService(AddressesService) - Method in interface de.alpharogroup.address.book.service.locator.ServiceLocator
Sets the addresses business service.
setCountriesDao(CountriesDao) - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Sets the specific CountriesDao.
setCountriesService(CountriesService) - Method in interface de.alpharogroup.address.book.service.locator.ServiceLocator
Sets the countries business service.
setFederalstatesDao(FederalstatesDao) - Method in class de.alpharogroup.address.book.service.FederalstatesBusinessService
Sets the specific FederalstatesDao.
setFederalstatesService(FederalstatesService) - Method in interface de.alpharogroup.address.book.service.locator.ServiceLocator
Sets the federalstates business service.
setGeocodingData(Addresses) - Static method in class de.alpharogroup.address.book.application.geocoding.Geocoder
Sets the geocoding data.
setLocation(String) - Method in interface de.alpharogroup.address.book.application.model.LocationModel
Sets the location.
setLocationModel(LocationModel<Addresses>, String) - Method in interface de.alpharogroup.address.book.service.api.CountriesService
setLocationModel(LocationModel<Addresses>, String) - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Deprecated.
setLocationSearchModel(AddressesSearchModel) - Method in interface de.alpharogroup.address.book.service.api.CountriesService
Sets the given AddressesSearchModel object and returns it.
setLocationSearchModel(AddressesSearchModel) - Method in class de.alpharogroup.address.book.service.CountriesBusinessService
Sets the given AddressesSearchModel object and returns it.
setSelectedCountryName(String) - Method in interface de.alpharogroup.address.book.application.model.LocationModel
Sets the selected country name.
setZipcodesDao(ZipcodesDao) - Method in class de.alpharogroup.address.book.service.ZipcodesBusinessService
Sets the specific ZipcodesDao.
setZipcodesService(ZipcodesService) - Method in interface de.alpharogroup.address.book.service.locator.ServiceLocator
Sets the zipcodes business service.
startElement(String, String, String, Attributes) - Method in class de.alpharogroup.address.book.application.geocoding.GoogleGeocodingHandler
Start element.

Z

ZipcodesBusinessService - Class in de.alpharogroup.address.book.service
ZipcodesBusinessService() - Constructor for class de.alpharogroup.address.book.service.ZipcodesBusinessService
 
ZipcodesService - Interface in de.alpharogroup.address.book.service.api
The interface ZipcodesService.
A C D E F G H L M R S Z 
Skip navigation links

Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.