| Package | Description |
|---|---|
| de.alpharogroup.address.book.service | |
| de.alpharogroup.address.book.service.api |
| Modifier and Type | Method and Description |
|---|---|
Zipcode |
ZipcodesDomainService.findCityFromZipcode(Country country,
String zipcode)
|
Zipcode |
ZipcodesDomainService.getZipcode(String zipcode,
String city)
Gets the
Zipcode object from the given zipcode string and city. |
| Modifier and Type | Method and Description |
|---|---|
List<Zipcode> |
ZipcodesDomainService.find(Country 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. |
List<Zipcode> |
ZipcodesDomainService.findZipcodes(String zipcode)
Find
Zipcode objects from the given zipcode string. |
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 |
|---|---|
Address |
AddressesDomainService.contains(Zipcode zipcode)
Checks if the given
Zipcode is contained in the database. |
List<Address> |
AddressesDomainService.find(Zipcode zipcode)
|
| Modifier and Type | Method and Description |
|---|---|
Zipcode |
ZipcodeService.findCityFromZipcode(Country country,
String zipcode)
|
Zipcode |
ZipcodeService.getZipcode(String zipcode,
String city)
Gets the
Zipcode object from the given zipcode string and city. |
| Modifier and Type | Method and Description |
|---|---|
List<Zipcode> |
ZipcodeService.find(Country 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. |
List<Zipcode> |
ZipcodeService.findZipcodes(String zipcode)
Find
Zipcode objects from the given zipcode string. |
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 |
|---|---|
Address |
AddressService.contains(Zipcode zipcode)
Checks if the given
Zipcode is contained in the database. |
List<Address> |
AddressService.find(Zipcode zipcode)
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.