| Package | Description |
|---|---|
| address.book.application.geocoding | |
| address.book.application.model | |
| address.book.application.util | |
| address.book.factories | |
| address.book.service | |
| address.book.service.api |
| Modifier and Type | Method and Description |
|---|---|
static void |
Geocoder.setGeocodingData(Addresses address)
Sets the geocoding data.
|
| Modifier and Type | Method and Description |
|---|---|
Addresses |
LocationModel.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationModel.setAddress(Addresses address) |
| Modifier and Type | Method and Description |
|---|---|
static String |
AddressesUtils.getFullLocation(Addresses address)
Gets the location in the format first 2 character from zipcode plus the city.
|
static String |
AddressesUtils.getLocation(Addresses address)
Gets the location in the format first 2 character from zipcode plus the city.
|
| 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 |
|---|---|
Addresses |
AddressesBusinessService.contains(String latitude,
String longitude) |
Addresses |
AddressesBusinessService.contains(Zipcodes zipcode) |
Addresses |
AddressesBusinessService.createAddress(String street,
String streetnumber,
String addressComment,
String zipcode,
String city,
String federalstate)
Creates the address.
|
Addresses |
AddressesBusinessService.createAddress(String street,
String streetnumber,
String addressComment,
String zipcode,
String city,
String federalstate,
String geohash,
BigDecimal latitude,
BigDecimal longitude)
Creates the address.
|
Addresses |
AddressesBusinessService.findFirst(Countries country,
String zipcode) |
| Modifier and Type | Method and Description |
|---|---|
List<Addresses> |
AddressesBusinessService.find(Countries country,
String zipcode) |
List<Addresses> |
AddressesBusinessService.find(Countries country,
String zipcode,
String city) |
List<Addresses> |
AddressesBusinessService.find(String geohash) |
List<Addresses> |
AddressesBusinessService.find(String latitude,
String longitude) |
List<Addresses> |
AddressesBusinessService.find(String geohash,
String latitude,
String longitude) |
List<Addresses> |
AddressesBusinessService.find(Zipcodes zipcode) |
List<Addresses> |
AddressesBusinessService.findAddressesWithSameCityname(Countries country,
String city) |
List<Addresses> |
AddressesBusinessService.findAddressesWithSameZipcode(Countries country,
String zipcode) |
List<Addresses> |
AddressesBusinessService.findAll(Countries country) |
List<Addresses> |
AddressesBusinessService.findFirstAndSecondRingNeighbourhood(String geohash) |
List<Addresses> |
AddressesBusinessService.findFirstRingNeighbourhood(String geohash) |
List<Addresses> |
AddressesBusinessService.findGeohashIsNull() |
List<Addresses> |
AddressesBusinessService.findInvalidAddresses(Countries country,
String geohash) |
List<Addresses> |
AddressesBusinessService.findInvalidAddresses(Countries country,
String geohash,
boolean not) |
List<Addresses> |
AddressesBusinessService.findNeighbourhood(String geohash) |
| Modifier and Type | Method and Description |
|---|---|
Addresses |
AddressesService.contains(String latitude,
String longitude) |
Addresses |
AddressesService.contains(Zipcodes zipcode) |
Addresses |
AddressesService.createAddress(String street,
String streetnumber,
String addressComment,
String zipcode,
String city,
String federalstate)
Creates the address.
|
Addresses |
AddressesService.createAddress(String street,
String streetnumber,
String addressComment,
String zipcode,
String city,
String federalstate,
String geohash,
BigDecimal latitude,
BigDecimal longitude)
Creates the address.
|
Addresses |
AddressesService.findFirst(Countries country,
String zipcode) |
| Modifier and Type | Method and Description |
|---|---|
List<Addresses> |
AddressesService.find(Countries country,
String zipcode) |
List<Addresses> |
AddressesService.find(Countries country,
String zipcode,
String city) |
List<Addresses> |
AddressesService.find(String geohash) |
List<Addresses> |
AddressesService.find(String latitude,
String longitude) |
List<Addresses> |
AddressesService.find(String geohash,
String latitude,
String longitude) |
List<Addresses> |
AddressesService.find(Zipcodes zipcode) |
List<Addresses> |
AddressesService.findAddressesWithSameCityname(Countries country,
String city) |
List<Addresses> |
AddressesService.findAddressesWithSameZipcode(Countries country,
String zipcode) |
List<Addresses> |
AddressesService.findAll(Countries country) |
List<Addresses> |
AddressesService.findFirstAndSecondRingNeighbourhood(String geohash) |
List<Addresses> |
AddressesService.findFirstRingNeighbourhood(String geohash) |
List<Addresses> |
AddressesService.findGeohashIsNull() |
List<Addresses> |
AddressesService.findInvalidAddresses(Countries country,
String geohash) |
List<Addresses> |
AddressesService.findInvalidAddresses(Countries country,
String geohash,
boolean not) |
List<Addresses> |
AddressesService.findNeighbourhood(String geohash) |
Copyright © 2015. All rights reserved.