org.jasig.portlet.weather.service
Class WeatherServiceImpl
java.lang.Object
org.jasig.portlet.weather.service.AbstractWeatherService
org.jasig.portlet.weather.service.WeatherServiceImpl
- All Implemented Interfaces:
- IWeatherService
@Service
public class WeatherServiceImpl
- extends AbstractWeatherService
This service class completes the implementation of IWeatherService and makes
calls to IWeatherDao to retrieve weather information and find locations.
- Version:
- $Id: WeatherServiceImpl.java 22379 2010-11-15 22:19:56Z edalquist $
- Author:
- Dustin Schultz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeatherServiceImpl
public WeatherServiceImpl()
find
public java.util.Collection<Location> find(java.lang.String location)
getWeather
public Weather getWeather(java.lang.String locationCode,
TemperatureUnit unit)
setWeatherDao
public void setWeatherDao(IWeatherDao weatherDao)
getWeatherProviderLink
public java.lang.String getWeatherProviderLink()
getWeatherProviderName
public java.lang.String getWeatherProviderName()
Copyright © 2010 Jasig. All Rights Reserved.