public interface CountriesService extends hbm.service.jpa.BusinessService<Countries,Integer>
| Modifier and Type | Method and Description |
|---|---|
Countries |
find(String iso3166A2name) |
List<Countries> |
findAll(String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name) |
Countries |
findByName(String name) |
Map<String,List<String>> |
getCountriesToFederalstatesAsStringMap()
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.
|
Map<Countries,List<Federalstates>> |
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.
|
Map<String,List<String>> |
getCountriesToZipcodesAndCitiesAsStringMap()
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.
|
Map<String,List<String>> |
getCountriesToZipcodesAsStringMap()
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.
|
Map<Countries,List<Zipcodes>> |
getCountriesToZipcodesMap()
Gets a map with the mapping: the key as Countries object and as value the
corresponding Zipcodes as a List of Zipcodes objects.
|
Map<String,List<String>> |
getGermanCountriesToZipcodesAndCitiesAsStringMap() |
Map<String,List<String>> |
getGermanCountriesToZipcodesAsStringMap() |
Map<Countries,List<Zipcodes>> |
getGermanCountriesToZipcodesMap()
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.
|
String |
setLocationModel(LocationModel modelObject,
String zc) |
Map<Countries,List<Federalstates>> getCountriesToFederalstatesMap()
Map<String,List<String>> getCountriesToFederalstatesAsStringMap()
Map<Countries,List<Zipcodes>> getCountriesToZipcodesMap()
Map<String,List<String>> getCountriesToZipcodesAsStringMap()
Map<Countries,List<Zipcodes>> getGermanCountriesToZipcodesMap()
Map<String,List<String>> getGermanCountriesToZipcodesAsStringMap()
Map<String,List<String>> getCountriesToZipcodesAndCitiesAsStringMap()
Map<String,List<String>> getGermanCountriesToZipcodesAndCitiesAsStringMap()
List<Countries> findAll(String iso3166A2name, String iso3166A3name, String iso3166Number, String name)
String setLocationModel(LocationModel modelObject, String zc)
Copyright © 2015. All rights reserved.