| Package | Description |
|---|---|
| address.book.application.geocoding | |
| address.book.application.model | |
| address.book.factories | |
| address.book.service | |
| address.book.service.api |
| Modifier and Type | Method and Description |
|---|---|
static de.alpharogroup.jgeohash.GeoHashPoint |
Geocoder.getGeocodingData(Zipcodes address)
Gets the geo code data from the given Zipcodes Object.
|
| Modifier and Type | Method and Description |
|---|---|
Zipcodes |
GeoPointZipcode.getZipcode()
Gets the zipcode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoPointZipcode.setZipcode(Zipcodes zipcode)
Sets the zipcode.
|
| Constructor and Description |
|---|
GeoPointZipcode(Zipcodes zipcode,
de.alpharogroup.jgeohash.GeoHashPoint geoHashPoint)
Instantiates a new geo point zipcode.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Addresses |
AddressBookFactory.newAddresses(Integer id,
String addressComment,
Federalstates federalstate,
String geohash,
BigDecimal latitude,
BigDecimal longitude,
String street,
String streetnumber,
Zipcodes zipcode)
Gets the addresses.
|
Addresses |
AddressBookFactory.newAddresses(String addressComment,
Federalstates federalstate,
String geohash,
BigDecimal latitude,
BigDecimal longitude,
String street,
String streetnumber,
Zipcodes zipcode)
Gets the addresses.
|
Addresses |
AddressBookFactory.newAddresses(String addressComment,
Federalstates federalstate,
String geohash,
Integer id,
String latitude,
String longitude,
String street,
String streetnumber,
Zipcodes zipcode)
Data pool factory for Addresses object.
|
| Modifier and Type | Method and Description |
|---|---|
Zipcodes |
ZipcodesBusinessService.findCityFromZipcode(Countries country,
String zipcode)
Find the city from the given Countries object and zipcode.
|
Zipcodes |
ZipcodesBusinessService.getZipcode(String zipcode,
String city)
Gets the Zipcodes object from the given zipcode string and city.
|
| Modifier and Type | Method and Description |
|---|---|
List<Zipcodes> |
ZipcodesBusinessService.find(Countries country)
Finds all Zipcodes from the given Countries object.
|
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) |
List<Zipcodes> |
ZipcodesBusinessService.findZipcodes(String zipcode)
Find zipcodes.
|
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 |
|---|---|
Addresses |
AddressesBusinessService.contains(Zipcodes zipcode) |
List<Addresses> |
AddressesBusinessService.find(Zipcodes zipcode) |
| Modifier and Type | Method and Description |
|---|---|
Zipcodes |
ZipcodesService.findCityFromZipcode(Countries country,
String zipcode)
Find the city from the given Countries object and zipcode.
|
Zipcodes |
ZipcodesService.getZipcode(String zipcode,
String city)
Gets the Zipcodes object from the given zipcode string and city.
|
| Modifier and Type | Method and Description |
|---|---|
List<Zipcodes> |
ZipcodesService.find(Countries country)
Finds all Zipcodes from the given Countries object.
|
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) |
List<Zipcodes> |
ZipcodesService.findZipcodes(String zipcode)
Find zipcodes.
|
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 |
|---|---|
Addresses |
AddressesService.contains(Zipcodes zipcode) |
List<Addresses> |
AddressesService.find(Zipcodes zipcode) |
Copyright © 2015. All rights reserved.