org.springframework.osgi.samples.weather.service
Class WeatherServiceImpl

java.lang.Object
  extended by org.springframework.osgi.samples.weather.service.WeatherServiceImpl
All Implemented Interfaces:
WeatherService

public class WeatherServiceImpl
extends Object
implements WeatherService


Constructor Summary
WeatherServiceImpl()
           
 
Method Summary
 Double getHistoricalHigh(Date date)
           
 void setWeatherDao(WeatherDao weatherDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeatherServiceImpl

public WeatherServiceImpl()
Method Detail

setWeatherDao

public void setWeatherDao(WeatherDao weatherDao)

getHistoricalHigh

public Double getHistoricalHigh(Date date)
Specified by:
getHistoricalHigh in interface WeatherService


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