| Package | Description |
|---|---|
| de.alpharogroup.address.book.service | |
| de.alpharogroup.address.book.service.api |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressesDomainService.contains(String latitude,
String longitude)
Checks if the given latitude and longitude is contained in the database.
|
Address |
AddressesDomainService.contains(Zipcode zipcode)
Checks if the given
Zipcode is contained in the database. |
Address |
AddressesDomainService.findFirst(Country country,
String zipcode)
Finds the first
Address from the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
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.find(String geohash)
Finds a list of
Address from the given arguments. |
List<Address> |
AddressesDomainService.find(String latitude,
String longitude)
Finds a list of
Address from the given latitude and longitude. |
List<Address> |
AddressesDomainService.find(String geohash,
String latitude,
String longitude)
Finds a list of
Address from the given arguments. |
List<Address> |
AddressesDomainService.find(Zipcode zipcode)
|
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<Address> |
AddressesDomainService.findFirstAndSecondRingNeighbourhood(String geohash)
Finds a list of
Address from the first and second ring neighbourhood areas of the
given geohash. |
List<Address> |
AddressesDomainService.findFirstRingNeighbourhood(String geohash)
Finds a list of
Address from the first ring neighbourhood areas of the given geohash. |
List<Address> |
AddressesDomainService.findGeohashIsNull()
Find all addresses that have a geohash value that is null.
|
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. |
List<Address> |
AddressesDomainService.findNeighbourhood(String geohash)
Finds a list of
Address from the neighbourhood areas of the given geohash. |
| Modifier and Type | Method and Description |
|---|---|
String |
CountriesDomainService.setLocationModel(de.alpharogroup.address.book.application.model.LocationModel<Address> modelObject,
String zc)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressService.contains(String latitude,
String longitude)
Checks if the given latitude and longitude is contained in the database.
|
Address |
AddressService.contains(Zipcode zipcode)
Checks if the given
Zipcode is contained in the database. |
Address |
AddressService.findFirst(Country country,
String zipcode)
Finds the first
Address from the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
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.find(String geohash)
Finds a list of
Address from the given arguments. |
List<Address> |
AddressService.find(String latitude,
String longitude)
Finds a list of
Address from the given latitude and longitude. |
List<Address> |
AddressService.find(String geohash,
String latitude,
String longitude)
Finds a list of
Address from the given arguments. |
List<Address> |
AddressService.find(Zipcode zipcode)
|
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<Address> |
AddressService.findFirstAndSecondRingNeighbourhood(String geohash)
Finds a list of
Address from the first and second ring neighbourhood areas of the
given geohash. |
List<Address> |
AddressService.findFirstRingNeighbourhood(String geohash)
Finds a list of
Address from the first ring neighbourhood areas of the given geohash. |
List<Address> |
AddressService.findGeohashIsNull()
Find all addresses that have a geohash value that is null.
|
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. |
List<Address> |
AddressService.findNeighbourhood(String geohash)
Finds a list of
Address from the neighbourhood areas of the given geohash. |
| Modifier and Type | Method and Description |
|---|---|
String |
CountryService.setLocationModel(de.alpharogroup.address.book.application.model.LocationModel<Address> modelObject,
String zc)
Deprecated.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.