Uses of Interface
org.springframework.osgi.samples.weather.dao.WeatherDao

Packages that use WeatherDao
org.springframework.osgi.samples.weather.dao   
org.springframework.osgi.samples.weather.service   
 

Uses of WeatherDao in org.springframework.osgi.samples.weather.dao
 

Classes in org.springframework.osgi.samples.weather.dao that implement WeatherDao
 class StaticDataWeatherDaoImpl
          Implementation of WeatherDao
 

Uses of WeatherDao in org.springframework.osgi.samples.weather.service
 

Methods in org.springframework.osgi.samples.weather.service with parameters of type WeatherDao
 void WeatherServiceImpl.setWeatherDao(WeatherDao weatherDao)
           
 



Copyright © 2006-2007 Spring Framework. All Rights Reserved.