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

Packages that use Weather
org.jasig.portlet.weather.dao   
org.jasig.portlet.weather.dao.accuweather.xstream   
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.accuweather.xstream
 

Methods in org.jasig.portlet.weather.dao.accuweather.xstream that return Weather
 Weather WeatherDaoImpl.getWeather(java.lang.String locationCode, TemperatureUnit unit)
           
 

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 © 2009 Jasig. All Rights Reserved.