| Package | Description |
|---|---|
| org.jasig.portlet.weather.dao | |
| org.jasig.portlet.weather.dao.worldwide | |
| org.jasig.portlet.weather.dao.yahoo | |
| org.jasig.portlet.weather.service |
| Modifier and Type | Method and Description |
|---|---|
Weather |
IWeatherDao.getWeather(String locationCode,
TemperatureUnit unit)
Gets the weather from an implemented source.
|
| Modifier and Type | Method and Description |
|---|---|
protected Weather |
WorldWeatherOnlineDaoImpl.deserializeWeatherResult(InputStream inputStream,
TemperatureUnit unit) |
Weather |
WorldWeatherOnlineDaoImpl.getWeather(String locationCode,
TemperatureUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Weather |
YahooWeatherDaoImpl.getWeather(String locationCode,
TemperatureUnit unit) |
Weather |
IYahooWeatherParsingService.parseWeather(InputStream xml) |
| Modifier and Type | Method and Description |
|---|---|
Weather |
IWeatherService.getWeather(String locationCode,
TemperatureUnit unit) |
Weather |
WeatherServiceImpl.getWeather(String locationCode,
TemperatureUnit unit) |
Copyright © 2015 Jasig. All Rights Reserved.