public interface CountryService extends de.alpharogroup.service.domain.DomainService<Integer,Country>
| Modifier and Type | Method and Description |
|---|---|
Country |
find(String iso3166A2name)
|
List<Country> |
findAll(String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name)
Find all
Country from the given arguments. |
Country |
findByName(String name)
Find the
Country 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<Country,Federalstate>> |
getCountriesToFederalstatesList()
Gets a list with the mapping-class: the key as Country object and as value the corresponding
federal states as a List of Federalstate objects.
|
Map<Country,List<Federalstate>> |
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<Country,Zipcode>> |
getCountriesToZipcodesList()
Gets a list with the mapping-class: the key as Country object and as value the corresponding
Zipcodes as a List of Zipcode objects.
|
Map<Country,List<Zipcode>> |
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 the german countries to zipcodes as string list.
|
Map<String,List<String>> |
getGermanCountriesToZipcodesAsStringMap()
Deprecated.
use instead
getGermanCountriesToZipcodesAsStringList() |
List<de.alpharogroup.collections.pairs.KeyValuesPair<Country,Zipcode>> |
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<Country,List<Zipcode>> |
getGermanCountriesToZipcodesMap()
Deprecated.
use instead
getGermanCountriesToZipcodesList() |
String |
setLocationModel(de.alpharogroup.address.book.application.model.LocationModel<Address> modelObject,
String zc)
Deprecated.
use instead
setLocationSearchModel(AddressSearchModel) |
AddressSearchModel |
setLocationSearchModel(AddressSearchModel modelObject)
Sets the given
AddressSearchModel object and returns it. |
Country find(String iso3166A2name)
iso3166A2name - the iso3166 a2nameCountry objectList<Country> findAll(String iso3166A2name, String iso3166A3name, String iso3166Number, String name)
Country from the given arguments.iso3166A2name - the iso3166 a2nameiso3166A3name - the iso3166 a3nameiso3166Number - the iso3166 numbername - the nameCountryCountry findByName(String name)
Country 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<Country,Federalstate>> getCountriesToFederalstatesList()
@Deprecated Map<Country,List<Federalstate>> 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<Country,Zipcode>> getCountriesToZipcodesList()
@Deprecated Map<Country,List<Zipcode>> 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<Country,Zipcode>> getGermanCountriesToZipcodesList()
@Deprecated Map<Country,List<Zipcode>> getGermanCountriesToZipcodesMap()
getGermanCountriesToZipcodesList()@Deprecated String setLocationModel(de.alpharogroup.address.book.application.model.LocationModel<Address> modelObject, String zc)
setLocationSearchModel(AddressSearchModel)modelObject - the model objectzc - the zipcode as stringAddressSearchModel setLocationSearchModel(AddressSearchModel modelObject)
AddressSearchModel object and returns it.modelObject - the model objectAddressSearchModel object.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.