|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Country | |
---|---|
com.gisgraphy.domain.geoloc.entity | |
com.gisgraphy.domain.repository | |
com.gisgraphy.domain.valueobject | Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. |
com.gisgraphy.webapp.action |
Uses of Country in com.gisgraphy.domain.geoloc.entity |
---|
Methods in com.gisgraphy.domain.geoloc.entity that return Country | |
---|---|
Country |
GisFeature.getCountry()
|
Methods in com.gisgraphy.domain.geoloc.entity with parameters of type Country | |
---|---|
int |
Country.compareTo(Country country)
compare the name of the country |
Uses of Country in com.gisgraphy.domain.repository |
---|
Methods in com.gisgraphy.domain.repository that return Country | |
---|---|
Country |
CountryDao.getByIso3166Alpha2Code(java.lang.String iso3166Alpha2Code)
|
Country |
ICountryDao.getByIso3166Alpha2Code(java.lang.String iso3166Alpha2Code)
Get By ISO 3166 Alpha 2 (2-letter) code NOTE : The country code will be automaticaly converted in upperCase |
Country |
CountryDao.getByIso3166Alpha3Code(java.lang.String iso3166Alpha3Code)
|
Country |
ICountryDao.getByIso3166Alpha3Code(java.lang.String iso3166Alpha3Code)
Get by ISO 639 Alpha 3 (3-letter) code NOTE : The country code will be automaticaly converted in upperCase |
Country |
CountryDao.getByIso3166Code(java.lang.String iso3166Code)
|
Country |
ICountryDao.getByIso3166Code(java.lang.String iso3166Code)
Wrapper method around ICountryDao.getByIso3166Alpha2Code(String) and
ICountryDao.getByIso3166Alpha3Code(String) . |
Country |
CountryDao.getByName(java.lang.String name)
|
Country |
ICountryDao.getByName(java.lang.String name)
returns the country for the specified name |
Country |
CountryDao.save(Country country)
|
Methods in com.gisgraphy.domain.repository that return types with arguments of type Country | |
---|---|
java.util.List<Country> |
CountryDao.getAllSortedByName()
|
java.util.List<Country> |
ICountryDao.getAllSortedByName()
|
Methods in com.gisgraphy.domain.repository with parameters of type Country | |
---|---|
Country |
CountryDao.save(Country country)
|
Uses of Country in com.gisgraphy.domain.valueobject |
---|
Constructors in com.gisgraphy.domain.valueobject with parameters of type Country | |
---|---|
GisFeatureDistance(Country country,
java.lang.Double distance)
|
Uses of Country in com.gisgraphy.webapp.action |
---|
Methods in com.gisgraphy.webapp.action that return types with arguments of type Country | |
---|---|
java.util.List<Country> |
GeocodingAction.getCountries()
|
java.util.List<Country> |
FulltextSearchAction.getCountries()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |