Uses of Interface
com.gisgraphy.domain.repository.ICountryDao

Packages that use ICountryDao
com.gisgraphy.domain.repository   
com.gisgraphy.helper   
com.gisgraphy.importer   
com.gisgraphy.webapp.action   
 

Uses of ICountryDao in com.gisgraphy.domain.repository
 

Classes in com.gisgraphy.domain.repository that implement ICountryDao
 class CountryDao
          A data access object for Country
 

Uses of ICountryDao in com.gisgraphy.helper
 

Fields in com.gisgraphy.helper declared as ICountryDao
 ICountryDao GisFeatureHelper.countryDao
           
 

Uses of ICountryDao in com.gisgraphy.importer
 

Fields in com.gisgraphy.importer declared as ICountryDao
protected  ICountryDao GeonamesFeatureSimpleImporter.countryDao
           
 

Methods in com.gisgraphy.importer with parameters of type ICountryDao
 void GeonamesAlternateNamesExtracter.setCountryDao(ICountryDao countryDao)
           
 void GeonamesFeatureSimpleImporter.setCountryDao(ICountryDao countryDao)
           
 void GeonamesCountryImporter.setCountryDao(ICountryDao countryDao)
           
 

Uses of ICountryDao in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action with parameters of type ICountryDao
 void GeocodingAction.setCountryDao(ICountryDao countryDao)
           
 



Copyright © 2012. All Rights Reserved.