public interface CountriesService extends de.alpharogroup.db.service.api.BusinessService<de.alpharogroup.address.book.entities.Countries,Integer>
CountriesService.| Modifier and Type | Method and Description |
|---|---|
de.alpharogroup.address.book.entities.Countries |
find(String iso3166A2name)
Find the
Countries object from the given ISO 3166 String object. |
List<de.alpharogroup.address.book.entities.Countries> |
findAll(String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name)
Find all
Countries from the given arguments. |
de.alpharogroup.address.book.entities.Countries |
findByName(String name)
Find the
Countries object by name. |
List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> |
getCountriesToFederalstatesAsStringList()
Gets a list with the mapping-class: the key is the name of the country and as value the
corresponding federal states as a List of Iso3166A2code String objects.
|
Map<String,List<String>> |
getCountriesToFederalstatesAsStringMap()
Deprecated.
use instead
getCountriesToFederalstatesAsStringList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<de.alpharogroup.address.book.entities.Countries,de.alpharogroup.address.book.entities.Federalstates>> |
getCountriesToFederalstatesList()
Gets a list with the mapping-class: the key as Countries object and as value the
corresponding federal states as a List of Federalstates objects.
|
Map<de.alpharogroup.address.book.entities.Countries,List<de.alpharogroup.address.book.entities.Federalstates>> |
getCountriesToFederalstatesMap()
Deprecated.
use instead
getCountriesToFederalstatesList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> |
getCountriesToZipcodesAndCitiesAsStringList()
Gets a list with the mapping-class: the key is the name of the country and as value the
corresponding zipcodes and cities as a List of String objects.
|
Map<String,List<String>> |
getCountriesToZipcodesAndCitiesAsStringMap()
Deprecated.
use instead
getCountriesToZipcodesAndCitiesAsStringList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> |
getCountriesToZipcodesAsStringList()
Gets a list with the mapping-class: the key is the name of the country and as value the
corresponding zipcodes as a List of String objects.
|
Map<String,List<String>> |
getCountriesToZipcodesAsStringMap()
Deprecated.
use instead
getCountriesToZipcodesAsStringList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<de.alpharogroup.address.book.entities.Countries,de.alpharogroup.address.book.entities.Zipcodes>> |
getCountriesToZipcodesList()
Gets a list with the mapping-class: the key as Countries object and as value the
corresponding Zipcodes as a List of Zipcodes objects.
|
Map<de.alpharogroup.address.book.entities.Countries,List<de.alpharogroup.address.book.entities.Zipcodes>> |
getCountriesToZipcodesMap()
Deprecated.
use instead
getCountriesToZipcodesList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> |
getGermanCountriesToZipcodesAndCitiesAsStringList()
Gets the german countries to zipcodes and cities as string list.
|
Map<String,List<String>> |
getGermanCountriesToZipcodesAndCitiesAsStringMap()
Deprecated.
|
List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> |
getGermanCountriesToZipcodesAsStringList()
Gets a list with the mapping-class: the key is the name of the german speaking country and as
value the corresponding zipcodes as a List of String objects.
|
Map<String,List<String>> |
getGermanCountriesToZipcodesAsStringMap()
Deprecated.
use instead
getGermanCountriesToZipcodesAsStringList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<de.alpharogroup.address.book.entities.Countries,de.alpharogroup.address.book.entities.Zipcodes>> |
getGermanCountriesToZipcodesList()
Gets a list with the mapping-class: the key is the name of the country and as value the
corresponding zipcodes as a List of String objects.
|
Map<de.alpharogroup.address.book.entities.Countries,List<de.alpharogroup.address.book.entities.Zipcodes>> |
getGermanCountriesToZipcodesMap()
Deprecated.
use instead
getGermanCountriesToZipcodesList() |
String |
setLocationModel(LocationModel<de.alpharogroup.address.book.entities.Addresses> modelObject,
String zc)
Deprecated.
use instead
setLocationSearchModel(AddressesSearchModel) |
AddressesSearchModel |
setLocationSearchModel(AddressesSearchModel modelObject)
Sets the given
AddressesSearchModel object and returns it. |
de.alpharogroup.address.book.entities.Countries find(String iso3166A2name)
Countries object from the given ISO 3166 String object.iso3166A2name - the iso3166 a2nameCountries objectList<de.alpharogroup.address.book.entities.Countries> findAll(String iso3166A2name, String iso3166A3name, String iso3166Number, String name)
Countries from the given arguments.iso3166A2name - the iso3166 a2nameiso3166A3name - the iso3166 a3nameiso3166Number - the iso3166 numbername - the nameCountriesde.alpharogroup.address.book.entities.Countries findByName(String name)
Countries object by name.name - the nameList<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> getCountriesToFederalstatesAsStringList()
@Deprecated Map<String,List<String>> getCountriesToFederalstatesAsStringMap()
getCountriesToFederalstatesAsStringList()List<de.alpharogroup.collections.pairs.KeyValuesPair<de.alpharogroup.address.book.entities.Countries,de.alpharogroup.address.book.entities.Federalstates>> getCountriesToFederalstatesList()
@Deprecated Map<de.alpharogroup.address.book.entities.Countries,List<de.alpharogroup.address.book.entities.Federalstates>> getCountriesToFederalstatesMap()
getCountriesToFederalstatesList()List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> getCountriesToZipcodesAndCitiesAsStringList()
@Deprecated Map<String,List<String>> getCountriesToZipcodesAndCitiesAsStringMap()
getCountriesToZipcodesAndCitiesAsStringList()List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> getCountriesToZipcodesAsStringList()
@Deprecated Map<String,List<String>> getCountriesToZipcodesAsStringMap()
getCountriesToZipcodesAsStringList()List<de.alpharogroup.collections.pairs.KeyValuesPair<de.alpharogroup.address.book.entities.Countries,de.alpharogroup.address.book.entities.Zipcodes>> getCountriesToZipcodesList()
Map<de.alpharogroup.address.book.entities.Countries,List<de.alpharogroup.address.book.entities.Zipcodes>> getCountriesToZipcodesMap()
getCountriesToZipcodesList()List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> getGermanCountriesToZipcodesAndCitiesAsStringList()
@Deprecated Map<String,List<String>> getGermanCountriesToZipcodesAndCitiesAsStringMap()
getGermanCountriesToZipcodesAndCitiesAsStringList()List<de.alpharogroup.collections.pairs.KeyValuesPair<String,String>> getGermanCountriesToZipcodesAsStringList()
@Deprecated Map<String,List<String>> getGermanCountriesToZipcodesAsStringMap()
getGermanCountriesToZipcodesAsStringList()List<de.alpharogroup.collections.pairs.KeyValuesPair<de.alpharogroup.address.book.entities.Countries,de.alpharogroup.address.book.entities.Zipcodes>> getGermanCountriesToZipcodesList()
KeyValuesPair for german speeking
countries only@Deprecated Map<de.alpharogroup.address.book.entities.Countries,List<de.alpharogroup.address.book.entities.Zipcodes>> getGermanCountriesToZipcodesMap()
getGermanCountriesToZipcodesList()@Deprecated String setLocationModel(LocationModel<de.alpharogroup.address.book.entities.Addresses> modelObject, String zc)
setLocationSearchModel(AddressesSearchModel)modelObject - the model objectzc - the zipcode as stringAddressesSearchModel setLocationSearchModel(AddressesSearchModel modelObject)
AddressesSearchModel object and returns it.modelObject - the model objectAddressesSearchModel object.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.