Uses of Class
org.jasig.portlet.weather.domain.Weather

Packages that use Weather
org.jasig.portlet.weather.dao   
org.jasig.portlet.weather.dao.worldwide   
org.jasig.portlet.weather.dao.yahoo   
org.jasig.portlet.weather.service   
 

Uses of Weather in org.jasig.portlet.weather.dao
 

Methods in org.jasig.portlet.weather.dao that return Weather
 Weather IWeatherDao.getWeather(java.lang.String locationCode, TemperatureUnit unit)
          Gets the weather from an implemented source.
 

Uses of Weather in org.jasig.portlet.weather.dao.worldwide
 

Methods in org.jasig.portlet.weather.dao.worldwide that return Weather
protected  Weather WorldWeatherOnlineDaoImpl.deserializeWeatherResult(java.io.InputStream inputStream, TemperatureUnit unit)
           
 Weather WorldWeatherOnlineDaoImpl.getWeather(java.lang.String locationCode, TemperatureUnit unit)
           
 

Uses of Weather in org.jasig.portlet.weather.dao.yahoo
 

Methods in org.jasig.portlet.weather.dao.yahoo that return Weather
 Weather YahooWeatherDaoImpl.getWeather(java.lang.String locationCode, TemperatureUnit unit)
           
 Weather IYahooWeatherParsingService.parseWeather(java.io.InputStream xml)
           
 

Uses of Weather in org.jasig.portlet.weather.service
 

Methods in org.jasig.portlet.weather.service that return Weather
 Weather WeatherServiceImpl.getWeather(java.lang.String locationCode, TemperatureUnit unit)
           
 Weather IWeatherService.getWeather(java.lang.String locationCode, TemperatureUnit unit)
           
 



Copyright © 2010 Jasig. All Rights Reserved.