Uses of Class
org.parancoe.plugins.world.Country

Uses of Country in org.parancoe.plugins.world
 

Methods in org.parancoe.plugins.world that return Country
 Country CountryDao.findByEnglishName(java.lang.String englishName)
           
 Country CountryDao.findByIsoCode(java.lang.String isocode)
          Search Country by isoCode
 

Methods in org.parancoe.plugins.world that return types with arguments of type Country
 java.util.List<Country> CountryDao.findByOrderByEnglishName()
           
 java.util.List<Country> CountryDao.findByPartialEnglishName(java.lang.String partialEnglishName)
           
 java.util.List<Country> CountryDao.findByPartialEnglishNameAndContinent(java.lang.String partialLocalName, java.lang.String continent)
           
 java.util.List<Country> CountryDao.findByPartialLocalName(java.lang.String partialLocalName)
           
 java.util.List<Country> CountryDao.findByPartialLocalNameAndContinent(java.lang.String partialLocalName, java.lang.String continent)
           
 java.util.List<Country> Continent.getCountries()
           
 

Methods in org.parancoe.plugins.world with parameters of type Country
 void Continent.addCountry(Country country)
           
 void Continent.removeCountry(Country country)
           
 

Method parameters in org.parancoe.plugins.world with type arguments of type Country
 void Continent.setCountries(java.util.List<Country> countries)
           
 



Copyright © 2007. All Rights Reserved.