A C D E F G H I L M N S Z 

A

address.book.application.geocoding - package address.book.application.geocoding
 
address.book.application.model - package address.book.application.model
 
address.book.application.util - package address.book.application.util
 
address.book.daos - package address.book.daos
 
address.book.factories - package address.book.factories
 
address.book.init - package address.book.init
 
address.book.model - package address.book.model
 
address.book.service - package address.book.service
 
address.book.service.api - package address.book.service.api
 
address.book.service.locator - package address.book.service.locator
 
address.book.service.utils - package address.book.service.utils
 
AddressBookFactory - Class in address.book.factories
A factory for creating Domain objects for the user management.
Addresses - Class in address.book.model
The Entity class Addresses is keeping the information for addresses.
Addresses() - Constructor for class address.book.model.Addresses
Default constructor.
AddressesBusinessService - Class in address.book.service
 
AddressesBusinessService() - Constructor for class address.book.service.AddressesBusinessService
 
AddressesDao - Class in address.book.daos
 
AddressesDao() - Constructor for class address.book.daos.AddressesDao
 
AddressesService - Interface in address.book.service.api
 
AddressesUtils - Class in address.book.application.util
The Class AddressesUtils.
AddressesUtils() - Constructor for class address.book.application.util.AddressesUtils
 

C

characters(char[], int, int) - Method in class address.book.application.geocoding.GoogleGeocodingHandler
Characters.
contains(String, String) - Method in class address.book.service.AddressesBusinessService
 
contains(Zipcodes) - Method in class address.book.service.AddressesBusinessService
 
contains(String, String) - Method in interface address.book.service.api.AddressesService
 
contains(Zipcodes) - Method in interface address.book.service.api.AddressesService
 
Countries - Class in address.book.model
The Entity class Countries is keeping the information for all countries in the world.
Countries() - Constructor for class address.book.model.Countries
Default constructor.
CountriesBusinessService - Class in address.book.service
 
CountriesBusinessService() - Constructor for class address.book.service.CountriesBusinessService
 
CountriesDao - Class in address.book.daos
 
CountriesDao() - Constructor for class address.book.daos.CountriesDao
 
CountriesService - Interface in address.book.service.api
The Interface CountriesService.
createAddress(String, String, String, String, String, String) - Method in class address.book.service.AddressesBusinessService
Creates the address.
createAddress(String, String, String, String, String, String, String, BigDecimal, BigDecimal) - Method in class address.book.service.AddressesBusinessService
Creates the address.
createAddress(String, String, String, String, String, String) - Method in interface address.book.service.api.AddressesService
Creates the address.
createAddress(String, String, String, String, String, String, String, BigDecimal, BigDecimal) - Method in interface address.book.service.api.AddressesService
Creates the address.

D

DatabaseInitialization - Class in address.book.init
 
DatabaseInitialization(Properties) - Constructor for class address.book.init.DatabaseInitialization
 
deleteAllZipcodes() - Method in interface address.book.service.api.ZipcodesService
Delete all zipcodes.
deleteAllZipcodes() - Method in class address.book.service.ZipcodesBusinessService
Delete all zipcodes.
DIAMETER_OF_EARTH - Static variable in class address.book.application.geocoding.GeoLocationService
 

E

existsZipcode(String) - Method in interface address.book.service.api.ZipcodesService
Exists zipcode.
existsZipcode(String) - Method in class address.book.service.ZipcodesBusinessService
Exists zipcode.

F

Federalstates - Class in address.book.model
The Entity class Federalstates is keeping the information for the federal states from the countries.
Federalstates() - Constructor for class address.book.model.Federalstates
Default constructor.
FederalstatesBusinessService - Class in address.book.service
 
FederalstatesBusinessService() - Constructor for class address.book.service.FederalstatesBusinessService
 
FederalstatesDao - Class in address.book.daos
 
FederalstatesDao() - Constructor for class address.book.daos.FederalstatesDao
 
FederalstatesService - Interface in address.book.service.api
 
find(String, String, String) - Method in class address.book.service.AddressesBusinessService
 
find(String) - Method in class address.book.service.AddressesBusinessService
 
find(String, String) - Method in class address.book.service.AddressesBusinessService
 
find(Zipcodes) - Method in class address.book.service.AddressesBusinessService
 
find(Countries, String) - Method in class address.book.service.AddressesBusinessService
 
find(Countries, String, String) - Method in class address.book.service.AddressesBusinessService
 
find(String, String, String) - Method in interface address.book.service.api.AddressesService
 
find(String) - Method in interface address.book.service.api.AddressesService
 
find(String, String) - Method in interface address.book.service.api.AddressesService
 
find(Zipcodes) - Method in interface address.book.service.api.AddressesService
 
find(Countries, String) - Method in interface address.book.service.api.AddressesService
 
find(Countries, String, String) - Method in interface address.book.service.api.AddressesService
 
find(String) - Method in interface address.book.service.api.CountriesService
 
find(Countries) - Method in interface address.book.service.api.ZipcodesService
Finds all Zipcodes from the given Countries object.
find(String) - Method in class address.book.service.CountriesBusinessService
 
find(Countries) - Method in class address.book.service.ZipcodesBusinessService
Finds all Zipcodes from the given Countries object.
findAddressesWithSameCityname(Countries, String) - Method in class address.book.service.AddressesBusinessService
 
findAddressesWithSameCityname(Countries, String) - Method in interface address.book.service.api.AddressesService
 
findAddressesWithSameZipcode(Countries, String) - Method in class address.book.service.AddressesBusinessService
 
findAddressesWithSameZipcode(Countries, String) - Method in interface address.book.service.api.AddressesService
 
findAll(Countries) - Method in class address.book.service.AddressesBusinessService
 
findAll(Countries) - Method in interface address.book.service.api.AddressesService
 
findAll(String, String, String, String) - Method in interface address.book.service.api.CountriesService
 
findAll(Countries, String, String) - Method in interface address.book.service.api.ZipcodesService
Gets a List from Zipcodes with the given parameters that can be null if they shell be ignored in the query.
findAll(String, String, String, String) - Method in class address.book.service.CountriesBusinessService
 
findAll(Countries, String, String) - Method in class address.book.service.ZipcodesBusinessService
Gets a List from Zipcodes with the given parameters that can be null if they shell be ignored in the query.
findAllAddressesWithCountry(Countries) - Method in class address.book.service.AddressesBusinessService
 
findAllAddressesWithCountry(Countries) - Method in interface address.book.service.api.AddressesService
 
findByName(String) - Method in interface address.book.service.api.CountriesService
 
findByName(String) - Method in class address.book.service.CountriesBusinessService
 
findCityFromZipcode(Countries, String) - Method in interface address.book.service.api.ZipcodesService
Find the city from the given Countries object and zipcode.
findCityFromZipcode(Countries, String) - Method in class address.book.service.ZipcodesBusinessService
Find the city from the given Countries object and zipcode.
findFederalstate(Countries, String) - Method in interface address.book.service.api.FederalstatesService
Find the first federal state from country.
findFederalstate(Countries, String) - Method in class address.book.service.FederalstatesBusinessService
Find the first federal state from country.
findFederalstateFromIso3166A2code(String) - Method in interface address.book.service.api.FederalstatesService
Find federal state from iso3166 a2code.
findFederalstateFromIso3166A2code(String) - Method in class address.book.service.FederalstatesBusinessService
Find federal state from iso3166 a2code.
findFederalstateNameFromIso3166A2code(String) - Method in interface address.book.service.api.FederalstatesService
Find federalstate name from iso3166 a2code.
findFederalstateNameFromIso3166A2code(String) - Method in class address.book.service.FederalstatesBusinessService
Find federalstate name from iso3166 a2code.
findFederalstatesFromCountry(Countries) - Method in interface address.book.service.api.FederalstatesService
Find federalstates from country.
findFederalstatesFromCountry(Countries, String) - Method in interface address.book.service.api.FederalstatesService
Find federal states from country.
findFederalstatesFromCountry(Countries) - Method in class address.book.service.FederalstatesBusinessService
Find federalstates from country.
findFederalstatesFromCountry(Countries, String) - Method in class address.book.service.FederalstatesBusinessService
Find federal states from country.
findFirst(Countries, String) - Method in class address.book.service.AddressesBusinessService
 
findFirst(Countries, String) - Method in interface address.book.service.api.AddressesService
 
findFirstAndSecondRingNeighbourhood(String) - Method in class address.book.service.AddressesBusinessService
 
findFirstAndSecondRingNeighbourhood(String) - Method in interface address.book.service.api.AddressesService
 
findFirstRingNeighbourhood(String) - Method in class address.book.service.AddressesBusinessService
 
findFirstRingNeighbourhood(String) - Method in interface address.book.service.api.AddressesService
 
findGeohashIsNull() - Method in class address.book.service.AddressesBusinessService
 
findGeohashIsNull() - Method in interface address.book.service.api.AddressesService
 
findInvalidAddresses(Countries, String) - Method in class address.book.service.AddressesBusinessService
 
findInvalidAddresses(Countries, String, boolean) - Method in class address.book.service.AddressesBusinessService
 
findInvalidAddresses(Countries, String) - Method in interface address.book.service.api.AddressesService
 
findInvalidAddresses(Countries, String, boolean) - Method in interface address.book.service.api.AddressesService
 
findNeighbourhood(String) - Method in class address.book.service.AddressesBusinessService
 
findNeighbourhood(String) - Method in interface address.book.service.api.AddressesService
 
findZipcodes(String) - Method in interface address.book.service.api.ZipcodesService
Find zipcodes.
findZipcodes(String) - Method in class address.book.service.ZipcodesBusinessService
Find zipcodes.
forAddresses(String, String, String) - Method in class address.book.service.utils.HqlStringCreator
 
forCountries(String, String, String, String) - Static method in class address.book.service.utils.HqlStringCreator
 
forZipcodes(Countries, String, String) - Static method in class address.book.service.utils.HqlStringCreator
 

G

Geocoder - Class in address.book.application.geocoding
The Class Geocoder gets data from google and geohash.org.
Geocoder() - Constructor for class address.book.application.geocoding.Geocoder
 
GeoLocationService - Class in address.book.application.geocoding
The Class GeoLocationService is inspired from the internet (http://xebee.xebia.in/2010/10/28/working-with-geolocations/).
GeoLocationService() - Constructor for class address.book.application.geocoding.GeoLocationService
 
GeoPointZipcode - Class in address.book.application.model
The Class GeoPointZipcode associate a Zipcodes Object with a GeoHashPoint Object.
GeoPointZipcode(Zipcodes, GeoHashPoint) - Constructor for class address.book.application.model.GeoPointZipcode
Instantiates a new geo point zipcode.
getAddress() - Method in interface address.book.application.model.LocationModel
 
getAddressComment() - Method in class address.book.model.Addresses
Return the value associated with the column: addressComment
getAddressesService() - Method in class address.book.service.CountriesBusinessService
 
getAddressesService() - Method in interface address.book.service.locator.ServiceLocator
Gets the addresses business service.
getCity() - Method in class address.book.model.Zipcodes
Return the value associated with the column: city
getCountriesService() - Method in interface address.book.service.locator.ServiceLocator
Gets the countries business service.
getCountriesToFederalstatesAsStringMap() - Method in interface address.book.service.api.CountriesService
Gets a map with the mapping: the key is the name of the country and as value the corresponding federal states as a List of Iso3166A2code String objects.
getCountriesToFederalstatesAsStringMap() - Method in class address.book.service.CountriesBusinessService
Gets a map with the mapping: the key is the name of the country and as value the corresponding federal states as a List of Iso3166A2code String objects.
getCountriesToFederalstatesMap() - Method in interface address.book.service.api.CountriesService
Gets a map with the mapping: the key as Countries object and as value the corresponding federal states as a List of Federalstates objects.
getCountriesToFederalstatesMap() - Method in class address.book.service.CountriesBusinessService
Gets a map with the mapping: the key as Countries object and as value the corresponding federal states as a List of Federalstates objects.
getCountriesToZipcodesAndCitiesAsStringMap() - Method in interface address.book.service.api.CountriesService
Gets a map with the mapping: the key is the name of the country and as value the corresponding zipcodes and cities as a List of String objects.
getCountriesToZipcodesAndCitiesAsStringMap() - Method in class address.book.service.CountriesBusinessService
Gets a map with the mapping: the key is the name of the country and as value the corresponding zipcodes and cities as a List of String objects.
getCountriesToZipcodesAsStringMap() - Method in interface address.book.service.api.CountriesService
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.
getCountriesToZipcodesAsStringMap() - Method in class address.book.service.CountriesBusinessService
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.
getCountriesToZipcodesMap() - Method in interface address.book.service.api.CountriesService
Gets a map with the mapping: the key as Countries object and as value the corresponding Zipcodes as a List of Zipcodes objects.
getCountriesToZipcodesMap() - Method in class address.book.service.CountriesBusinessService
Gets a map with the mapping: the key as Countries object and as value the corresponding Zipcodes as a List of Zipcodes objects.
getCountry() - Method in class address.book.model.Federalstates
Return the value associated with the column: country
getCountry() - Method in class address.book.model.Zipcodes
Return the value associated with the column: country
getEntityManager() - Method in class address.book.daos.AddressesDao
 
getEntityManager() - Method in class address.book.daos.CountriesDao
 
getEntityManager() - Method in class address.book.daos.FederalstatesDao
 
getEntityManager() - Method in class address.book.daos.ZipcodesDao
 
getFederalstate() - Method in class address.book.model.Addresses
Return the value associated with the column: federalstate
getFederalstate(String) - Method in interface address.book.service.api.FederalstatesService
Gets the Federalstates from the given String object.
getFederalstate(String) - Method in class address.book.service.FederalstatesBusinessService
Gets the Federalstates from the given String object.
getFederalstatesService() - Method in class address.book.service.AddressesBusinessService
 
getFederalstatesService() - Method in class address.book.service.CountriesBusinessService
 
getFederalstatesService() - Method in interface address.book.service.locator.ServiceLocator
Gets the federalstates business service.
getFullLocation(Addresses) - Static method in class address.book.application.util.AddressesUtils
Gets the location in the format first 2 character from zipcode plus the city.
getGeocodingData(Zipcodes) - Static method in class address.book.application.geocoding.Geocoder
Gets the geo code data from the given Zipcodes Object.
getGeocodingData(String) - Static method in class address.book.application.geocoding.Geocoder
Gets the geo code data from the given String that represents an xml string that is returned from the google geo code service.
getGeohash() - Method in class address.book.model.Addresses
Return the value associated with the column: geohash
getGeohashFirstAndSecondRingQuery() - Static method in class address.book.service.utils.HqlStringCreator
 
getGeohashFirstAndSecondRingSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
 
getGeohashFirstRingQuery() - Static method in class address.book.service.utils.HqlStringCreator
 
getGeohashFirstRingSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
 
getGeoHashPoint() - Method in class address.book.application.model.GeoPointZipcode
Gets the geo hash point.
getGeohashQuery() - Static method in class address.book.service.utils.HqlStringCreator
 
getGeohashSubQuery() - Static method in class address.book.service.utils.HqlStringCreator
 
getGeolocationAsXml(String) - Static method in class address.book.application.geocoding.Geocoder
Gets the geolocation as xml.
getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in interface address.book.service.api.CountriesService
 
getGermanCountriesToZipcodesAndCitiesAsStringMap() - Method in class address.book.service.CountriesBusinessService
getGermanCountriesToZipcodesAsStringMap() - Method in interface address.book.service.api.CountriesService
 
getGermanCountriesToZipcodesAsStringMap() - Method in class address.book.service.CountriesBusinessService
getGermanCountriesToZipcodesMap() - Method in interface address.book.service.api.CountriesService
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.
getGermanCountriesToZipcodesMap() - Method in class address.book.service.CountriesBusinessService
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.
getGoogleXmlResponse(String) - Static method in class address.book.application.geocoding.Geocoder
Gets the google xml response.
getInstance() - Static method in class address.book.factories.AddressBookFactory
Gets the single instance of UserManagementFactory.
getIso3166A2code() - Method in class address.book.model.Federalstates
Return the value associated with the column: iso3166A2code
getIso3166A2name() - Method in class address.book.model.Countries
Return the value associated with the column: iso3166A2name.
getIso3166A3name() - Method in class address.book.model.Countries
Return the value associated with the column: iso3166A3name.
getIso3166Number() - Method in class address.book.model.Countries
Return the value associated with the column: iso3166Number.
getJsonResponse(String) - Static method in class address.book.application.geocoding.Geocoder
Gets the json response.
getLatitude() - Method in class address.book.model.Addresses
Return the value associated with the column: latitude
getLocation() - Method in interface address.book.application.model.LocationModel
 
getLocation(Addresses) - Static method in class address.book.application.util.AddressesUtils
Gets the location in the format first 2 character from zipcode plus the city.
getLongitude() - Method in class address.book.model.Addresses
Return the value associated with the column: longitude
getName() - Method in class address.book.model.Countries
Return the value associated with the column: name.
getName() - Method in class address.book.model.Federalstates
Return the value associated with the column: name
getPlainTextResponse(String) - Static method in class address.book.application.geocoding.Geocoder
Gets the plain text response.
getScriptFiles() - Method in class address.book.init.DatabaseInitialization
 
getSelectedCountryName() - Method in interface address.book.application.model.LocationModel
 
getStreet() - Method in class address.book.model.Addresses
Return the value associated with the column: street
getStreetnumber() - Method in class address.book.model.Addresses
Return the value associated with the column: streetnumber
getSubdivisionCategory() - Method in class address.book.model.Federalstates
Return the value associated with the column: subdivisionCategory
getSubdivisionName() - Method in class address.book.model.Federalstates
Return the value associated with the column: subdivisionName
getUrlParameters(Map<String, String>) - Static method in class address.book.application.geocoding.Geocoder
Gets the url parameters.
getUrlParams(String, boolean) - Static method in class address.book.application.geocoding.Geocoder
Gets the url params.
getZipcode() - Method in class address.book.application.model.GeoPointZipcode
Gets the zipcode.
getZipcode() - Method in class address.book.model.Addresses
Return the value associated with the column: zipcode
getZipcode() - Method in class address.book.model.Zipcodes
Return the value associated with the column: zipcode
getZipcode(String, String) - Method in interface address.book.service.api.ZipcodesService
Gets the Zipcodes object from the given zipcode string and city.
getZipcode(String, String) - Method in class address.book.service.ZipcodesBusinessService
Gets the Zipcodes object from the given zipcode string and city.
getZipcodesService() - Method in class address.book.service.AddressesBusinessService
 
getZipcodesService() - Method in class address.book.service.CountriesBusinessService
 
getZipcodesService() - Method in interface address.book.service.locator.ServiceLocator
Gets the zipcodes business service.
GoogleGeocodingHandler - Class in address.book.application.geocoding
 
GoogleGeocodingHandler(Map<String, String>) - Constructor for class address.book.application.geocoding.GoogleGeocodingHandler
 

H

HqlStringCreator - Class in address.book.service.utils
 
HqlStringCreator() - Constructor for class address.book.service.utils.HqlStringCreator
 
HTTP_GEOHASH_ORG - Static variable in class address.book.application.geocoding.Geocoder
The Constant HTTP_GEOHASH_ORG.
HTTP_MAPS_GOOGLE_COM_MAPS_API_GEOCODE_JSON - Static variable in class address.book.application.geocoding.Geocoder
The Constant HTTP_MAPS_GOOGLE_COM_MAPS_API_GEOCODE_JSON.
HTTP_MAPS_GOOGLE_COM_MAPS_API_GEOCODE_XML - Static variable in class address.book.application.geocoding.Geocoder
The Constant HTTP_MAPS_GOOGLE_COM_MAPS_API_GEOCODE_XML.

I

InitializeDbAddressbook - Class in address.book.init
 
InitializeDbAddressbook() - Constructor for class address.book.init.InitializeDbAddressbook
 

L

LAT - Static variable in class address.book.application.geocoding.GoogleGeocodingHandler
 
LNG - Static variable in class address.book.application.geocoding.GoogleGeocodingHandler
 
LOCATION - Static variable in class address.book.application.geocoding.GoogleGeocodingHandler
The Constant LOCATION.
LocationModel - Interface in address.book.application.model
 

M

main(String[]) - Static method in class address.book.application.geocoding.GeoLocationService
The main method.
main(String[]) - Static method in class address.book.application.geocoding.GoogleGeocodingHandler
 
main(String[]) - Static method in class address.book.init.InitializeDbAddressbook
 

N

newAddresses(String, Federalstates, String, Integer, String, String, String, String, Zipcodes) - Method in class address.book.factories.AddressBookFactory
Data pool factory for Addresses object.
newAddresses(String, Federalstates, String, BigDecimal, BigDecimal, String, String, Zipcodes) - Method in class address.book.factories.AddressBookFactory
Gets the addresses.
newAddresses(Integer, String, Federalstates, String, BigDecimal, BigDecimal, String, String, Zipcodes) - Method in class address.book.factories.AddressBookFactory
Gets the addresses.
newCountries(Integer, String, String, String, String) - Method in class address.book.factories.AddressBookFactory
Factory method for create an Countries object.
newFederalstates(Countries, Integer, String, String, String, String) - Method in class address.book.factories.AddressBookFactory
Data pool factory for Federalstates object.
newZipcodes(Integer, Countries, String, String) - Method in class address.book.factories.AddressBookFactory
Factory method for create an Zipcodes object.
newZipcodes(Countries, String, String) - Method in class address.book.factories.AddressBookFactory
Factory method for create an Zipcodes object.

S

ServiceLocator - Interface in address.book.service.locator
 
setAddress(Addresses) - Method in interface address.book.application.model.LocationModel
 
setAddressComment(String) - Method in class address.book.model.Addresses
Set the value related to the column: addressComment
setAddressesDao(AddressesDao) - Method in class address.book.service.AddressesBusinessService
 
setAddressesService(AddressesService) - Method in class address.book.service.CountriesBusinessService
 
setAddressesService(AddressesService) - Method in interface address.book.service.locator.ServiceLocator
Sets the addresses business service.
setCity(String) - Method in class address.book.model.Zipcodes
Set the value related to the column: city
setCountriesDao(CountriesDao) - Method in class address.book.service.CountriesBusinessService
 
setCountriesService(CountriesService) - Method in interface address.book.service.locator.ServiceLocator
Sets the countries business service.
setCountry(Countries) - Method in class address.book.model.Federalstates
Set the value related to the column: country
setCountry(Countries) - Method in class address.book.model.Zipcodes
Set the value related to the column: country
setEntityManager(EntityManager) - Method in class address.book.daos.AddressesDao
 
setEntityManager(EntityManager) - Method in class address.book.daos.CountriesDao
 
setEntityManager(EntityManager) - Method in class address.book.daos.FederalstatesDao
 
setEntityManager(EntityManager) - Method in class address.book.daos.ZipcodesDao
 
setFederalstate(Federalstates) - Method in class address.book.model.Addresses
Set the value related to the column: federalstate
setFederalstatesDao(FederalstatesDao) - Method in class address.book.service.FederalstatesBusinessService
 
setFederalstatesService(FederalstatesService) - Method in class address.book.service.AddressesBusinessService
 
setFederalstatesService(FederalstatesService) - Method in class address.book.service.CountriesBusinessService
 
setFederalstatesService(FederalstatesService) - Method in interface address.book.service.locator.ServiceLocator
Sets the federalstates business service.
setGeocodingData(Addresses) - Static method in class address.book.application.geocoding.Geocoder
Sets the geocoding data.
setGeohash(String) - Method in class address.book.model.Addresses
Set the value related to the column: geohash
setGeoHashPoint(GeoHashPoint) - Method in class address.book.application.model.GeoPointZipcode
Sets the geo hash point.
setIso3166A2code(String) - Method in class address.book.model.Federalstates
Set the value related to the column: iso3166A2code
setIso3166A2name(String) - Method in class address.book.model.Countries
Set the value related to the column: iso3166A2name.
setIso3166A3name(String) - Method in class address.book.model.Countries
Set the value related to the column: iso3166A3name.
setIso3166Number(String) - Method in class address.book.model.Countries
Set the value related to the column: iso3166Number.
setLatitude(String) - Method in class address.book.model.Addresses
Set the value related to the column: latitude
setLocation(String) - Method in interface address.book.application.model.LocationModel
 
setLocationModel(LocationModel, String) - Method in interface address.book.service.api.CountriesService
 
setLocationModel(LocationModel, String) - Method in class address.book.service.CountriesBusinessService
 
setLongitude(String) - Method in class address.book.model.Addresses
Set the value related to the column: longitude
setName(String) - Method in class address.book.model.Countries
Set the value related to the column: name.
setName(String) - Method in class address.book.model.Federalstates
Set the value related to the column: name
setSelectedCountryName(String) - Method in interface address.book.application.model.LocationModel
 
setStreet(String) - Method in class address.book.model.Addresses
Set the value related to the column: street
setStreetnumber(String) - Method in class address.book.model.Addresses
Set the value related to the column: streetnumber
setSubdivisionCategory(String) - Method in class address.book.model.Federalstates
Set the value related to the column: subdivisionCategory
setSubdivisionName(String) - Method in class address.book.model.Federalstates
Set the value related to the column: subdivisionName
setZipcode(Zipcodes) - Method in class address.book.application.model.GeoPointZipcode
Sets the zipcode.
setZipcode(Zipcodes) - Method in class address.book.model.Addresses
Set the value related to the column: zipcode
setZipcode(String) - Method in class address.book.model.Zipcodes
Set the value related to the column: zipcode
setZipcodesDao(ZipcodesDao) - Method in class address.book.service.ZipcodesBusinessService
 
setZipcodesService(ZipcodesService) - Method in class address.book.service.AddressesBusinessService
 
setZipcodesService(ZipcodesService) - Method in class address.book.service.CountriesBusinessService
 
setZipcodesService(ZipcodesService) - Method in interface address.book.service.locator.ServiceLocator
Sets the zipcodes business service.
startElement(String, String, String, Attributes) - Method in class address.book.application.geocoding.GoogleGeocodingHandler
Start element.

Z

Zipcodes - Class in address.book.model
The Entity class Zipcodes is keeping the information for the cities and the corresponding zipcodes.
Zipcodes() - Constructor for class address.book.model.Zipcodes
Default constructor.
ZipcodesBusinessService - Class in address.book.service
 
ZipcodesBusinessService() - Constructor for class address.book.service.ZipcodesBusinessService
 
ZipcodesDao - Class in address.book.daos
 
ZipcodesDao() - Constructor for class address.book.daos.ZipcodesDao
 
ZipcodesService - Interface in address.book.service.api
The Interface ZipcodesService.
A C D E F G H I L M N S Z 

Copyright © 2015. All rights reserved.