Skip navigation links
A C D E F G S Z 

A

AddressesResource - Interface in de.alpharogroup.address.book.rest.api
The interface AddressesResource provides methods for resolving addresses.
AddressesRestResource - Class in de.alpharogroup.address.book.rest
The class AddressesRestResource provides an implementation of the inteface AddressesResource.
AddressesRestResource() - Constructor for class de.alpharogroup.address.book.rest.AddressesRestResource
 
AddressSearchCriteria - Class in de.alpharogroup.address.book.rest.beanparams
AddressSearchCriteria() - Constructor for class de.alpharogroup.address.book.rest.beanparams.AddressSearchCriteria
 

C

contains(String, String) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Checks if the given latitude and longitude is contained in the database.
contains(Zipcode) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Checks if the given Zipcode is contained in the database and return the first occurence.
contains(String, String) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Checks if the given latitude and longitude is contained in the database.
contains(Zipcode) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Checks if the given Zipcode is contained in the database and return the first occurence.
CountriesResource - Interface in de.alpharogroup.address.book.rest.api
 
CountriesRestResource - Class in de.alpharogroup.address.book.rest
The class CountriesRestResource provides an implementation of the inteface CountriesResource.
CountriesRestResource() - Constructor for class de.alpharogroup.address.book.rest.CountriesRestResource
 

D

de.alpharogroup.address.book.rest - package de.alpharogroup.address.book.rest
 
de.alpharogroup.address.book.rest.api - package de.alpharogroup.address.book.rest.api
 
de.alpharogroup.address.book.rest.beanparams - package de.alpharogroup.address.book.rest.beanparams
 

E

existsZipcode(String) - Method in interface de.alpharogroup.address.book.rest.api.ZipcodesResource
Checks if the given zipcode string exists.
existsZipcode(String) - Method in class de.alpharogroup.address.book.rest.ZipcodesRestResource
Checks if the given zipcode string exists.

F

FederalstatesResource - Interface in de.alpharogroup.address.book.rest.api
 
FederalstatesRestResource - Class in de.alpharogroup.address.book.rest
The class FederalstatesRestResource provides an implementation of the inteface FederalstatesResource.
FederalstatesRestResource() - Constructor for class de.alpharogroup.address.book.rest.FederalstatesRestResource
 
find(AddressSearchCriteria) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Finds a list of Address from the given arguments.
find(String) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Finds a list of Address from the given geohash.
find(String, String) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Finds a list of Address from the given latitude and longitude.
find(Zipcode) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Finds a list of Address from the given Zipcode object.
find(AddressSearchCriteria) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Finds a list of Address from the given arguments.
find(String) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Finds a list of Address from the given geohash.
find(String, String) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Finds a list of Address from the given latitude and longitude.
find(Zipcode) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Finds a list of Address from the given Zipcode object.
find(String) - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
Find the Country object from the given ISO 3166 String object.
find(Country) - Method in interface de.alpharogroup.address.book.rest.api.ZipcodesResource
Finds all Zipcode from the given Country object.
find(String) - Method in class de.alpharogroup.address.book.rest.CountriesRestResource
Find the Country object from the given ISO 3166 String object.
find(Country) - Method in class de.alpharogroup.address.book.rest.ZipcodesRestResource
Finds all Zipcode from the given Country object.
findAll(Country) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Find all Address with the given country.
findAll(Country) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Find all Address with the given country.
findAll(String, String, String, String) - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
Find all Country from the given arguments.
findAll(Triple<Country, String, String>) - Method in interface de.alpharogroup.address.book.rest.api.ZipcodesResource
Gets a List of Zipcode 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.rest.CountriesRestResource
Find all Country from the given arguments.
findAll(Triple<Country, String, String>) - Method in class de.alpharogroup.address.book.rest.ZipcodesRestResource
Gets a List of Zipcode with the given parameters that can be null if they shell be ignored in the query.
findAllAddressesWithCountry(Country) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Find all Zipcode with the given country.
findAllAddressesWithCountry(Country) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Find all Zipcode with the given country.
findByName(String) - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
Find the Country object by name.
findByName(String) - Method in class de.alpharogroup.address.book.rest.CountriesRestResource
Find the Country object by name.
findCityFromZipcode(KeyValuePair<Country, String>) - Method in interface de.alpharogroup.address.book.rest.api.ZipcodesResource
Find the Zipcode to resolve the city from the given Country object and zipcode string encapsulated as a KeyValuePair object as parameter.
findCityFromZipcode(KeyValuePair<Country, String>) - Method in class de.alpharogroup.address.book.rest.ZipcodesRestResource
Find the Zipcode to resolve the city from the given Country object and zipcode string encapsulated as a KeyValuePair object as parameter.
findFederalstate(KeyValuePair<Country, String>) - Method in interface de.alpharogroup.address.book.rest.api.FederalstatesResource
Find the first federal state from country.
findFederalstate(KeyValuePair<Country, String>) - Method in class de.alpharogroup.address.book.rest.FederalstatesRestResource
Find the first federal state from country.
findFederalstateFromIso3166A2code(String) - Method in interface de.alpharogroup.address.book.rest.api.FederalstatesResource
Find federal state from iso3166 a2code.
findFederalstateFromIso3166A2code(String) - Method in class de.alpharogroup.address.book.rest.FederalstatesRestResource
Find federal state from iso3166 a2code.
findFederalstateNameFromIso3166A2code(String) - Method in interface de.alpharogroup.address.book.rest.api.FederalstatesResource
Find federalstate name from iso3166 a2code.
findFederalstateNameFromIso3166A2code(String) - Method in class de.alpharogroup.address.book.rest.FederalstatesRestResource
Find federalstate name from iso3166 a2code.
findFederalstatesFromCountry(Country) - Method in interface de.alpharogroup.address.book.rest.api.FederalstatesResource
Find federalstates from country.
findFederalstatesFromCountry(KeyValuePair<Country, String>) - Method in interface de.alpharogroup.address.book.rest.api.FederalstatesResource
Find federal states from country.
findFederalstatesFromCountry(Country) - Method in class de.alpharogroup.address.book.rest.FederalstatesRestResource
Find federalstates from country.
findFederalstatesFromCountry(KeyValuePair<Country, String>) - Method in class de.alpharogroup.address.book.rest.FederalstatesRestResource
Find federal states from country.
findFirst(AddressSearchCriteria) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Finds the first Address from the given arguments.
findFirst(AddressSearchCriteria) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Finds the first Address from the given arguments.
findFirstAndSecondRingNeighbourhood(String) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Finds a list of Address from the first and second ring neighbourhood areas of the given geohash.
findFirstAndSecondRingNeighbourhood(String) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Finds a list of Address from the first and second ring neighbourhood areas of the given geohash.
findFirstRingNeighbourhood(String) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Finds a list of Address from the first ring neighbourhood areas of the given geohash.
findFirstRingNeighbourhood(String) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Finds a list of Address from the first ring neighbourhood areas of the given geohash.
findGeohashIsNull() - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Find all addresses that have a geohash value that is null.
findGeohashIsNull() - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Find all addresses that have a geohash value that is null.
findNeighbourhood(String) - Method in class de.alpharogroup.address.book.rest.AddressesRestResource
Finds a list of Address from the neighbourhood areas of the given geohash.
findNeighbourhood(String) - Method in interface de.alpharogroup.address.book.rest.api.AddressesResource
Finds a list of Address from the neighbourhood areas of the given geohash.
findZipcodes(String) - Method in interface de.alpharogroup.address.book.rest.api.ZipcodesResource
Find Zipcode objects from the given zipcode string.
findZipcodes(String) - Method in class de.alpharogroup.address.book.rest.ZipcodesRestResource
Find Zipcode objects from the given zipcode string.

G

getCountriesToFederalstatesAsStringList() - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
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.rest.CountriesRestResource
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.
getCountriesToFederalstatesList() - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
Gets a list with the mapping-class: the key as Country object and as value the corresponding federal states as a List of Federalstate objects.
getCountriesToFederalstatesList() - Method in class de.alpharogroup.address.book.rest.CountriesRestResource
Gets a list with the mapping-class: the key as Country object and as value the corresponding federal states as a List of Federalstate objects.
getCountriesToZipcodesAndCitiesAsStringList() - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
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.rest.CountriesRestResource
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.
getCountriesToZipcodesAsStringList() - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
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.rest.CountriesRestResource
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.
getCountriesToZipcodesList() - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
Gets a list with the mapping-class: the key as Country object and as value the corresponding Zipcodes as a List of Zipcode objects.
getCountriesToZipcodesList() - Method in class de.alpharogroup.address.book.rest.CountriesRestResource
Gets a list with the mapping-class: the key as Country object and as value the corresponding Zipcodes as a List of Zipcode objects.
getFederalstate(String, String) - Method in interface de.alpharogroup.address.book.rest.api.FederalstatesResource
Gets the Federalstate from the given String objects.
getFederalstate(String, String) - Method in class de.alpharogroup.address.book.rest.FederalstatesRestResource
Gets the Federalstate from the given String objects.
getGermanCountriesToZipcodesAndCitiesAsStringList() - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
Gets the german countries to zipcodes and cities as string list.
getGermanCountriesToZipcodesAndCitiesAsStringList() - Method in class de.alpharogroup.address.book.rest.CountriesRestResource
Gets the german countries to zipcodes and cities as string list.
getGermanCountriesToZipcodesAsStringList() - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
Gets the german countries to zipcodes as string list.
getGermanCountriesToZipcodesAsStringList() - Method in class de.alpharogroup.address.book.rest.CountriesRestResource
Gets the german countries to zipcodes as string list.
getGermanCountriesToZipcodesList() - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
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.rest.CountriesRestResource
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.
getZipcode(String, String) - Method in interface de.alpharogroup.address.book.rest.api.ZipcodesResource
Gets the Zipcode object from the given zipcode string and city.
getZipcode(String, String) - Method in class de.alpharogroup.address.book.rest.ZipcodesRestResource
Gets the Zipcode object from the given zipcode string and city.

S

setLocationSearchModel(AddressSearchModel) - Method in interface de.alpharogroup.address.book.rest.api.CountriesResource
Sets the given AddressSearchModel object and returns it.
setLocationSearchModel(AddressSearchModel) - Method in class de.alpharogroup.address.book.rest.CountriesRestResource
Sets the given AddressSearchModel object and returns it.

Z

ZipcodesResource - Interface in de.alpharogroup.address.book.rest.api
 
ZipcodesRestResource - Class in de.alpharogroup.address.book.rest
The class ZipcodesRestResource provides an implementation of the inteface ZipcodesResource.
ZipcodesRestResource() - Constructor for class de.alpharogroup.address.book.rest.ZipcodesRestResource
 
A C D E F G S Z 
Skip navigation links

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