Uses of Class
com.gisgraphy.domain.geoloc.entity.Country

Packages that use Country
com.gisgraphy.domain.geoloc.entity   
com.gisgraphy.domain.repository   
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.webapp.action
 

Methods in com.gisgraphy.webapp.action that return types with arguments of type Country
 java.util.List<Country> FulltextSearchAction.getCountries()
           
 



Copyright © 2009. All Rights Reserved.