| Package | Description |
|---|---|
| address.book.factories | |
| address.book.model | |
| address.book.service | |
| address.book.service.api |
| 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.
|
| 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 |
|---|---|
Federalstates |
Addresses.getFederalstate()
Return the value associated with the column: federalstate
|
| Modifier and Type | Method and Description |
|---|---|
void |
Addresses.setFederalstate(Federalstates federalstate)
Set the value related to the column: federalstate
|
| Modifier and Type | Method and Description |
|---|---|
Federalstates |
FederalstatesBusinessService.findFederalstate(Countries country,
String name)
Find the first federal state from country.
|
Federalstates |
FederalstatesBusinessService.findFederalstateFromIso3166A2code(String iso3166A2code)
Find federal state from iso3166 a2code.
|
Federalstates |
FederalstatesBusinessService.getFederalstate(String string)
Gets the Federalstates from the given String object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Federalstates> |
FederalstatesBusinessService.findFederalstatesFromCountry(Countries country)
Find federalstates from country.
|
List<Federalstates> |
FederalstatesBusinessService.findFederalstatesFromCountry(Countries country,
String name)
Find federal states from country.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Federalstates |
FederalstatesService.findFederalstate(Countries country,
String name)
Find the first federal state from country.
|
Federalstates |
FederalstatesService.findFederalstateFromIso3166A2code(String iso3166A2code)
Find federal state from iso3166 a2code.
|
Federalstates |
FederalstatesService.getFederalstate(String string)
Gets the Federalstates from the given String object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Federalstates> |
FederalstatesService.findFederalstatesFromCountry(Countries country)
Find federalstates from country.
|
List<Federalstates> |
FederalstatesService.findFederalstatesFromCountry(Countries country,
String name)
Find federal states from country.
|
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.
|
Copyright © 2015. All rights reserved.