| Package | Description |
|---|---|
| de.alpharogroup.address.book.service | |
| de.alpharogroup.address.book.service.api |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountriesDomainService.find(String iso3166a2name)
|
Country |
CountriesDomainService.findByName(String name)
Find the
Country object by name. |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
CountriesDomainService.findAll(String iso3166a2name,
String iso3166a3name,
String iso3166Number,
String name)
Find all
Country from the given arguments. |
List<de.alpharogroup.collections.pairs.KeyValuesPair<Country,Federalstate>> |
CountriesDomainService.getCountriesToFederalstatesList() |
Map<Country,List<Federalstate>> |
CountriesDomainService.getCountriesToFederalstatesMap()
Deprecated.
|
List<de.alpharogroup.collections.pairs.KeyValuesPair<Country,Zipcode>> |
CountriesDomainService.getCountriesToZipcodesList() |
Map<Country,List<Zipcode>> |
CountriesDomainService.getCountriesToZipcodesMap()
Deprecated.
|
List<de.alpharogroup.collections.pairs.KeyValuesPair<Country,Zipcode>> |
CountriesDomainService.getGermanCountriesToZipcodesList() |
Map<Country,List<Zipcode>> |
CountriesDomainService.getGermanCountriesToZipcodesMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Zipcode> |
ZipcodesDomainService.find(Country country)
|
List<Address> |
AddressesDomainService.find(Country country,
String zipcode)
Finds a list of
Address from the given arguments. |
List<Address> |
AddressesDomainService.find(Country country,
String zipcode,
String city)
Finds a list of
Address from the given arguments. |
List<Address> |
AddressesDomainService.findAddressesWithSameCityname(Country country,
String city)
Finds a list of
Address that have the same cityname. |
List<Address> |
AddressesDomainService.findAddressesWithSameZipcode(Country country,
String zipcode)
Finds a list of
Address that have the same zipcode. |
List<Address> |
AddressesDomainService.findAll(Country country)
Find all
Address with the given country. |
List<Zipcode> |
ZipcodesDomainService.findAll(Country country,
String zipcode,
String city)
Gets a List of
Zipcode with the given parameters that can be null if they shell be
ignored in the query. |
List<Zipcode> |
AddressesDomainService.findAllAddressesWithCountry(Country country)
Find all
Zipcode with the given country. |
Zipcode |
ZipcodesDomainService.findCityFromZipcode(Country country,
String zipcode)
|
Federalstate |
FederalstatesDomainService.findFederalstate(Country country,
String name)
Find the first federal state from country.
|
List<Federalstate> |
FederalstatesDomainService.findFederalstatesFromCountry(Country country)
Find federalstates from country.
|
List<Federalstate> |
FederalstatesDomainService.findFederalstatesFromCountry(Country country,
String name)
Find federal states from country.
|
Address |
AddressesDomainService.findFirst(Country country,
String zipcode)
Finds the first
Address from the given arguments. |
List<Address> |
AddressesDomainService.findInvalidAddresses(Country country,
String geohash)
Find invalid
Address objects from the given arguments. |
List<Address> |
AddressesDomainService.findInvalidAddresses(Country country,
String geohash,
boolean not)
Find invalid
Address objects from the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryService.find(String iso3166A2name)
|
Country |
CountryService.findByName(String name)
Find the
Country object by name. |
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
CountryService.findAll(String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name)
Find all
Country from the given arguments. |
List<de.alpharogroup.collections.pairs.KeyValuesPair<Country,Federalstate>> |
CountryService.getCountriesToFederalstatesList()
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.
|
Map<Country,List<Federalstate>> |
CountryService.getCountriesToFederalstatesMap()
Deprecated.
use instead
CountryService.getCountriesToFederalstatesList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<Country,Zipcode>> |
CountryService.getCountriesToZipcodesList()
Gets a list with the mapping-class: the key as Country object and as value the corresponding
Zipcodes as a List of Zipcode objects.
|
Map<Country,List<Zipcode>> |
CountryService.getCountriesToZipcodesMap()
Deprecated.
use instead
CountryService.getCountriesToZipcodesList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<Country,Zipcode>> |
CountryService.getGermanCountriesToZipcodesList()
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.
|
Map<Country,List<Zipcode>> |
CountryService.getGermanCountriesToZipcodesMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Zipcode> |
ZipcodeService.find(Country country)
|
List<Address> |
AddressService.find(Country country,
String zipcode)
Finds a list of
Address from the given arguments. |
List<Address> |
AddressService.find(Country country,
String zipcode,
String city)
Finds a list of
Address from the given arguments. |
List<Address> |
AddressService.findAddressesWithSameCityname(Country country,
String city)
Finds a list of
Address that have the same cityname. |
List<Address> |
AddressService.findAddressesWithSameZipcode(Country country,
String zipcode)
Finds a list of
Address that have the same zipcode. |
List<Address> |
AddressService.findAll(Country country)
Find all
Address with the given country. |
List<Zipcode> |
ZipcodeService.findAll(Country country,
String zipcode,
String city)
Gets a List of
Zipcode with the given parameters that can be null if they shell be
ignored in the query. |
List<Zipcode> |
AddressService.findAllAddressesWithCountry(Country country)
Find all
Zipcode with the given country. |
Zipcode |
ZipcodeService.findCityFromZipcode(Country country,
String zipcode)
|
Federalstate |
FederalstateService.findFederalstate(Country country,
String name)
Find the first federal state from country.
|
List<Federalstate> |
FederalstateService.findFederalstatesFromCountry(Country country)
Find federalstates from country.
|
List<Federalstate> |
FederalstateService.findFederalstatesFromCountry(Country country,
String name)
Find federal states from country.
|
Address |
AddressService.findFirst(Country country,
String zipcode)
Finds the first
Address from the given arguments. |
List<Address> |
AddressService.findInvalidAddresses(Country country,
String geohash)
Find invalid
Address objects from the given arguments. |
List<Address> |
AddressService.findInvalidAddresses(Country country,
String geohash,
boolean not)
Find invalid
Address objects from the given arguments. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.