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

A

Address - Class in de.alpharogroup.address.book.domain
 
Address() - Constructor for class de.alpharogroup.address.book.domain.Address
 
AddressesDomainService - Class in de.alpharogroup.address.book.service
AddressesDomainService() - Constructor for class de.alpharogroup.address.book.service.AddressesDomainService
 
AddressesMapper - Class in de.alpharogroup.address.book.mapper
 
AddressesMapper() - Constructor for class de.alpharogroup.address.book.mapper.AddressesMapper
 
AddressSearchModel - Class in de.alpharogroup.address.book.domain.model
AddressSearchModel() - Constructor for class de.alpharogroup.address.book.domain.model.AddressSearchModel
 
AddressService - Interface in de.alpharogroup.address.book.service.api
The interface AddressService.

C

contains(String, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Checks if the given latitude and longitude is contained in the database.
contains(Zipcode) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Checks if the given Zipcode is contained in the database.
contains(String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Checks if the given latitude and longitude is contained in the database.
contains(Zipcode) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Checks if the given Zipcode is contained in the database.
CountriesDomainService - Class in de.alpharogroup.address.book.service
CountriesDomainService() - Constructor for class de.alpharogroup.address.book.service.CountriesDomainService
 
CountriesMapper - Class in de.alpharogroup.address.book.mapper
 
CountriesMapper() - Constructor for class de.alpharogroup.address.book.mapper.CountriesMapper
 
Country - Class in de.alpharogroup.address.book.domain
 
Country() - Constructor for class de.alpharogroup.address.book.domain.Country
 
CountryService - Interface in de.alpharogroup.address.book.service.api
 

D

de.alpharogroup.address.book.domain - package de.alpharogroup.address.book.domain
 
de.alpharogroup.address.book.domain.model - package de.alpharogroup.address.book.domain.model
 
de.alpharogroup.address.book.mapper - package de.alpharogroup.address.book.mapper
 
de.alpharogroup.address.book.service - package de.alpharogroup.address.book.service
 
de.alpharogroup.address.book.service.api - package de.alpharogroup.address.book.service.api
 
deleteAllZipcodes() - Method in interface de.alpharogroup.address.book.service.api.ZipcodeService
Delete all zipcodes.
deleteAllZipcodes() - Method in class de.alpharogroup.address.book.service.ZipcodesDomainService
Delete all zipcodes.

E

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

F

Federalstate - Class in de.alpharogroup.address.book.domain
 
Federalstate() - Constructor for class de.alpharogroup.address.book.domain.Federalstate
 
FederalstatesDomainService - Class in de.alpharogroup.address.book.service
FederalstatesDomainService() - Constructor for class de.alpharogroup.address.book.service.FederalstatesDomainService
 
FederalstateService - Interface in de.alpharogroup.address.book.service.api
 
FederalstatesMapper - Class in de.alpharogroup.address.book.mapper
 
FederalstatesMapper() - Constructor for class de.alpharogroup.address.book.mapper.FederalstatesMapper
 
find(Country, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address from the given arguments.
find(Country, String, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address from the given arguments.
find(String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address from the given arguments.
find(String, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address from the given latitude and longitude.
find(String, String, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address from the given arguments.
find(Zipcode) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address from the given Zipcode object.
find(Country, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address from the given arguments.
find(Country, String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address from the given arguments.
find(String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address from the given arguments.
find(String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address from the given latitude and longitude.
find(String, String, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address from the given arguments.
find(Zipcode) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address from the given Zipcode object.
find(String) - Method in interface de.alpharogroup.address.book.service.api.CountryService
Find the Country object from the given ISO 3166 String object.
find(Country) - Method in interface de.alpharogroup.address.book.service.api.ZipcodeService
Finds all Zipcode from the given Country object.
find(String) - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Find the Country object from the given ISO 3166 String object.
find(Country) - Method in class de.alpharogroup.address.book.service.ZipcodesDomainService
Finds all Zipcode from the given Country object.
findAddressesWithSameCityname(Country, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address that have the same cityname.
findAddressesWithSameCityname(Country, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address that have the same cityname.
findAddressesWithSameZipcode(Country, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address that have the same zipcode.
findAddressesWithSameZipcode(Country, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address that have the same zipcode.
findAll(Country) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Find all Address with the given country.
findAll(Country) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Find all Address with the given country.
findAll(String, String, String, String) - Method in interface de.alpharogroup.address.book.service.api.CountryService
Find all Country from the given arguments.
findAll(Country, String, String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodeService
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.service.CountriesDomainService
Find all Country from the given arguments.
findAll(Country, String, String) - Method in class de.alpharogroup.address.book.service.ZipcodesDomainService
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.service.AddressesDomainService
Find all Zipcode with the given country.
findAllAddressesWithCountry(Country) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Find all Zipcode with the given country.
findByName(String) - Method in interface de.alpharogroup.address.book.service.api.CountryService
Find the Country object by name.
findByName(String) - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Find the Country object by name.
findCityFromZipcode(Country, String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodeService
Find the Zipcode to resolve the city from the given Country object and zipcode string.
findCityFromZipcode(Country, String) - Method in class de.alpharogroup.address.book.service.ZipcodesDomainService
Find the Zipcode to resolve the city from the given Country object and zipcode string.
findFederalstate(Country, String) - Method in interface de.alpharogroup.address.book.service.api.FederalstateService
Find the first federal state from country.
findFederalstate(Country, String) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Find the first federal state from country.
findFederalstateFromIso3166A2code(String) - Method in interface de.alpharogroup.address.book.service.api.FederalstateService
Find federal state from iso3166 a2code.
findFederalstateFromIso3166A2code(String) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Find federal state from iso3166 a2code.
findFederalstateNameFromIso3166A2code(String) - Method in interface de.alpharogroup.address.book.service.api.FederalstateService
Find federalstate name from iso3166 a2code.
findFederalstateNameFromIso3166A2code(String) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Find federalstate name from iso3166 a2code.
findFederalstatesFromCountry(Country) - Method in interface de.alpharogroup.address.book.service.api.FederalstateService
Find federalstates from country.
findFederalstatesFromCountry(Country, String) - Method in interface de.alpharogroup.address.book.service.api.FederalstateService
Find federal states from country.
findFederalstatesFromCountry(Country) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Find federalstates from country.
findFederalstatesFromCountry(Country, String) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Find federal states from country.
findFirst(Country, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds the first Address from the given arguments.
findFirst(Country, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds the first Address from the given arguments.
findFirstAndSecondRingNeighbourhood(String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
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.service.api.AddressService
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.service.AddressesDomainService
Finds a list of Address from the first ring neighbourhood areas of the given geohash.
findFirstRingNeighbourhood(String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address from the first ring neighbourhood areas of the given geohash.
findGeohashIsNull() - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Find all addresses that have a geohash value that is null.
findGeohashIsNull() - Method in interface de.alpharogroup.address.book.service.api.AddressService
Find all addresses that have a geohash value that is null.
findInvalidAddresses(Country, String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Find invalid Address objects from the given arguments.
findInvalidAddresses(Country, String, boolean) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Find invalid Address objects from the given arguments.
findInvalidAddresses(Country, String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Find invalid Address objects from the given arguments.
findInvalidAddresses(Country, String, boolean) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Find invalid Address objects from the given arguments.
findNeighbourhood(String) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Finds a list of Address from the neighbourhood areas of the given geohash.
findNeighbourhood(String) - Method in interface de.alpharogroup.address.book.service.api.AddressService
Finds a list of Address from the neighbourhood areas of the given geohash.
findZipcodes(String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodeService
Find Zipcode objects from the given zipcode string.
findZipcodes(String) - Method in class de.alpharogroup.address.book.service.ZipcodesDomainService
Find Zipcode objects from the given zipcode string.

G

getCountriesToFederalstatesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountryService
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.CountriesDomainService
 
getCountriesToFederalstatesAsStringMap() - Method in interface de.alpharogroup.address.book.service.api.CountryService
getCountriesToFederalstatesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
getCountriesToFederalstatesList() - Method in interface de.alpharogroup.address.book.service.api.CountryService
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.service.CountriesDomainService
 
getCountriesToFederalstatesMap() - Method in interface de.alpharogroup.address.book.service.api.CountryService
getCountriesToFederalstatesMap() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
getCountriesToZipcodesAndCitiesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountryService
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.CountriesDomainService
 
getCountriesToZipcodesAndCitiesAsStringMap() - Method in interface de.alpharogroup.address.book.service.api.CountryService
getCountriesToZipcodesAndCitiesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
getCountriesToZipcodesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountryService
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.CountriesDomainService
 
getCountriesToZipcodesAsStringMap() - Method in interface de.alpharogroup.address.book.service.api.CountryService
getCountriesToZipcodesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
getCountriesToZipcodesList() - Method in interface de.alpharogroup.address.book.service.api.CountryService
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.service.CountriesDomainService
 
getCountriesToZipcodesMap() - Method in interface de.alpharogroup.address.book.service.api.CountryService
getCountriesToZipcodesMap() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
getFederalstate(String) - Method in interface de.alpharogroup.address.book.service.api.FederalstateService
getFederalstate(String, String) - Method in interface de.alpharogroup.address.book.service.api.FederalstateService
Gets the Federalstate from the given String objects.
getFederalstate(String) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Deprecated.
getFederalstate(String, String) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Gets the Federalstate from the given String objects.
getGermanCountriesToZipcodesAndCitiesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountryService
Gets the german countries to zipcodes and cities as string list.
getGermanCountriesToZipcodesAndCitiesAsStringList() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
 
getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in interface de.alpharogroup.address.book.service.api.CountryService
getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
getGermanCountriesToZipcodesAsStringList() - Method in interface de.alpharogroup.address.book.service.api.CountryService
Gets the german countries to zipcodes as string list.
getGermanCountriesToZipcodesAsStringList() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
 
getGermanCountriesToZipcodesAsStringMap() - Method in interface de.alpharogroup.address.book.service.api.CountryService
getGermanCountriesToZipcodesAsStringMap() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
getGermanCountriesToZipcodesList() - Method in interface de.alpharogroup.address.book.service.api.CountryService
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.CountriesDomainService
 
getGermanCountriesToZipcodesMap() - Method in interface de.alpharogroup.address.book.service.api.CountryService
getGermanCountriesToZipcodesMap() - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
getZipcode(String, String) - Method in interface de.alpharogroup.address.book.service.api.ZipcodeService
Gets the Zipcode object from the given zipcode string and city.
getZipcode(String, String) - Method in class de.alpharogroup.address.book.service.ZipcodesDomainService
Gets the Zipcode object from the given zipcode string and city.

L

LocationAddressModel - Class in de.alpharogroup.address.book.domain.model
 
LocationAddressModel() - Constructor for class de.alpharogroup.address.book.domain.model.LocationAddressModel
 

S

setAddressesDao(AddressesDao) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Sets the specific AddressesDao.
setAddressesMapper(AddressesMapper) - Method in class de.alpharogroup.address.book.service.AddressesDomainService
Sets the specific AddressesMapper.
setCountriesDao(CountriesDao) - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Sets the specific CountriesDao.
setCountriesMapper(CountriesMapper) - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Sets the specific CountriesMapper.
setFederalstatesDao(FederalstatesDao) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Sets the specific FederalstatesDao.
setFederalstatesMapper(FederalstatesMapper) - Method in class de.alpharogroup.address.book.service.FederalstatesDomainService
Sets the specific FederalstatesMapper.
setLocationModel(LocationModel<Address>, String) - Method in interface de.alpharogroup.address.book.service.api.CountryService
setLocationModel(LocationModel<Address>, String) - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Deprecated.
setLocationSearchModel(AddressSearchModel) - Method in interface de.alpharogroup.address.book.service.api.CountryService
Sets the given AddressSearchModel object and returns it.
setLocationSearchModel(AddressSearchModel) - Method in class de.alpharogroup.address.book.service.CountriesDomainService
Sets the given AddressSearchModel object and returns it.
setZipcodesDao(ZipcodesDao) - Method in class de.alpharogroup.address.book.service.ZipcodesDomainService
Sets the specific ZipcodesDao.
setZipcodesMapper(ZipcodesMapper) - Method in class de.alpharogroup.address.book.service.ZipcodesDomainService
Sets the specific ZipcodesMapper.

Z

Zipcode - Class in de.alpharogroup.address.book.domain
 
Zipcode() - Constructor for class de.alpharogroup.address.book.domain.Zipcode
 
ZipcodesDomainService - Class in de.alpharogroup.address.book.service
ZipcodesDomainService() - Constructor for class de.alpharogroup.address.book.service.ZipcodesDomainService
 
ZipcodeService - Interface in de.alpharogroup.address.book.service.api
The interface ZipcodeService.
ZipcodesMapper - Class in de.alpharogroup.address.book.mapper
 
ZipcodesMapper() - Constructor for class de.alpharogroup.address.book.mapper.ZipcodesMapper
 
A C D E F G L S Z 
Skip navigation links

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