| Package | Description |
|---|---|
| address.book.factories | |
| address.book.model | |
| address.book.service | |
| address.book.service.api | |
| address.book.service.utils |
| Modifier and Type | Method and Description |
|---|---|
Countries |
AddressBookFactory.newCountries(Integer id,
String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name)
Factory method for create an Countries object.
|
| Modifier and Type | Method and Description |
|---|---|
Federalstates |
AddressBookFactory.newFederalstates(Countries country,
Integer id,
String iso3166A2code,
String name,
String subdivisionCategory,
String subdivisionName)
Data pool factory for Federalstates object.
|
Zipcodes |
AddressBookFactory.newZipcodes(Countries country,
String city,
String zipcode)
Factory method for create an Zipcodes object.
|
Zipcodes |
AddressBookFactory.newZipcodes(Integer id,
Countries country,
String city,
String zipcode)
Factory method for create an Zipcodes object.
|
| Modifier and Type | Method and Description |
|---|---|
Countries |
Federalstates.getCountry()
Return the value associated with the column: country
|
Countries |
Zipcodes.getCountry()
Return the value associated with the column: country
|
| Modifier and Type | Method and Description |
|---|---|
void |
Federalstates.setCountry(Countries country)
Set the value related to the column: country
|
void |
Zipcodes.setCountry(Countries country)
Set the value related to the column: country
|
| Modifier and Type | Method and Description |
|---|---|
Countries |
CountriesBusinessService.find(String iso3166A2name) |
Countries |
CountriesBusinessService.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Countries> |
CountriesBusinessService.findAll(String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name) |
Map<Countries,List<Federalstates>> |
CountriesBusinessService.getCountriesToFederalstatesMap()
Gets a map with the mapping: the key as Countries object and as value the
corresponding federal states as a List of Federalstates objects.
|
Map<Countries,List<Zipcodes>> |
CountriesBusinessService.getCountriesToZipcodesMap()
Gets a map with the mapping: the key as Countries object and as value the
corresponding Zipcodes as a List of Zipcodes objects.
|
Map<Countries,List<Zipcodes>> |
CountriesBusinessService.getGermanCountriesToZipcodesMap()
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<Zipcodes> |
ZipcodesBusinessService.find(Countries country)
Finds all Zipcodes from the given Countries object.
|
List<Addresses> |
AddressesBusinessService.find(Countries country,
String zipcode) |
List<Addresses> |
AddressesBusinessService.find(Countries country,
String zipcode,
String city) |
List<Addresses> |
AddressesBusinessService.findAddressesWithSameCityname(Countries country,
String city) |
List<Addresses> |
AddressesBusinessService.findAddressesWithSameZipcode(Countries country,
String zipcode) |
List<Addresses> |
AddressesBusinessService.findAll(Countries country) |
List<Zipcodes> |
ZipcodesBusinessService.findAll(Countries country,
String zipcode,
String city)
Gets a List from Zipcodes with the given parameters that can be
null if they shell be ignored in the query.
|
List<Zipcodes> |
AddressesBusinessService.findAllAddressesWithCountry(Countries country) |
Zipcodes |
ZipcodesBusinessService.findCityFromZipcode(Countries country,
String zipcode)
Find the city from the given Countries object and zipcode.
|
Federalstates |
FederalstatesBusinessService.findFederalstate(Countries country,
String name)
Find the first federal state from country.
|
List<Federalstates> |
FederalstatesBusinessService.findFederalstatesFromCountry(Countries country)
Find federalstates from country.
|
List<Federalstates> |
FederalstatesBusinessService.findFederalstatesFromCountry(Countries country,
String name)
Find federal states from country.
|
Addresses |
AddressesBusinessService.findFirst(Countries country,
String zipcode) |
List<Addresses> |
AddressesBusinessService.findInvalidAddresses(Countries country,
String geohash) |
List<Addresses> |
AddressesBusinessService.findInvalidAddresses(Countries country,
String geohash,
boolean not) |
| Modifier and Type | Method and Description |
|---|---|
Countries |
CountriesService.find(String iso3166A2name) |
Countries |
CountriesService.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Countries> |
CountriesService.findAll(String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name) |
Map<Countries,List<Federalstates>> |
CountriesService.getCountriesToFederalstatesMap()
Gets a map with the mapping: the key as Countries object and as value the
corresponding federal states as a List of Federalstates objects.
|
Map<Countries,List<Zipcodes>> |
CountriesService.getCountriesToZipcodesMap()
Gets a map with the mapping: the key as Countries object and as value the
corresponding Zipcodes as a List of Zipcodes objects.
|
Map<Countries,List<Zipcodes>> |
CountriesService.getGermanCountriesToZipcodesMap()
Gets a map with the mapping: the key is the name of the country and as
value the corresponding zipcodes as a List of String objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<Zipcodes> |
ZipcodesService.find(Countries country)
Finds all Zipcodes from the given Countries object.
|
List<Addresses> |
AddressesService.find(Countries country,
String zipcode) |
List<Addresses> |
AddressesService.find(Countries country,
String zipcode,
String city) |
List<Addresses> |
AddressesService.findAddressesWithSameCityname(Countries country,
String city) |
List<Addresses> |
AddressesService.findAddressesWithSameZipcode(Countries country,
String zipcode) |
List<Addresses> |
AddressesService.findAll(Countries country) |
List<Zipcodes> |
ZipcodesService.findAll(Countries country,
String zipcode,
String city)
Gets a List from Zipcodes with the given parameters that can be
null if they shell be ignored in the query.
|
List<Zipcodes> |
AddressesService.findAllAddressesWithCountry(Countries county) |
Zipcodes |
ZipcodesService.findCityFromZipcode(Countries country,
String zipcode)
Find the city from the given Countries object and zipcode.
|
Federalstates |
FederalstatesService.findFederalstate(Countries country,
String name)
Find the first federal state from country.
|
List<Federalstates> |
FederalstatesService.findFederalstatesFromCountry(Countries country)
Find federalstates from country.
|
List<Federalstates> |
FederalstatesService.findFederalstatesFromCountry(Countries country,
String name)
Find federal states from country.
|
Addresses |
AddressesService.findFirst(Countries country,
String zipcode) |
List<Addresses> |
AddressesService.findInvalidAddresses(Countries country,
String geohash) |
List<Addresses> |
AddressesService.findInvalidAddresses(Countries country,
String geohash,
boolean not) |
| Modifier and Type | Method and Description |
|---|---|
static String |
HqlStringCreator.forZipcodes(Countries country,
String zipcode,
String city) |
Copyright © 2015. All rights reserved.