|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.weather.service.AbstractWeatherService
org.jasig.portlet.weather.service.WeatherServiceImpl
@Service public class WeatherServiceImpl
This service class completes the implementation of IWeatherService and makes calls to IWeatherDao to retrieve weather information and find locations.
| Constructor Summary | |
|---|---|
WeatherServiceImpl()
|
|
| Method Summary | |
|---|---|
java.util.Collection<Location> |
find(java.lang.String location)
|
Weather |
getWeather(java.lang.String locationCode,
TemperatureUnit unit)
|
void |
setWeatherDao(IWeatherDao weatherDao)
|
| Methods inherited from class org.jasig.portlet.weather.service.AbstractWeatherService |
|---|
addWeatherLocation, deleteWeatherLocation, getSavedLocations, saveLocations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeatherServiceImpl()
| Method Detail |
|---|
public java.util.Collection<Location> find(java.lang.String location)
public Weather getWeather(java.lang.String locationCode,
TemperatureUnit unit)
public void setWeatherDao(IWeatherDao weatherDao)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||