| 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(java.lang.String locationCode,
TemperatureUnit unit)
Gets the weather from an implemented source.
|
| Modifier and Type | Method and Description |
|---|---|
protected Weather |
WorldWeatherOnlineDaoImpl.deserializeWeatherResult(java.io.InputStream inputStream,
TemperatureUnit unit) |
Weather |
WorldWeatherOnlineDaoImpl.getWeather(java.lang.String locationCode,
TemperatureUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Weather |
YahooWeatherDaoImpl.getWeather(java.lang.String locationCode,
TemperatureUnit unit) |
Weather |
IYahooWeatherParsingService.parseWeather(java.io.InputStream xml) |
| Modifier and Type | Method and Description |
|---|---|
Weather |
IWeatherService.getWeather(java.lang.String locationCode,
TemperatureUnit unit) |
Weather |
WeatherServiceImpl.getWeather(java.lang.String locationCode,
TemperatureUnit unit) |
Copyright © 2018 Jasig. All Rights Reserved.