Uses of Class
org.jasig.portlet.weather.TemperatureUnit

Packages that use TemperatureUnit
org.jasig.portlet.weather   
org.jasig.portlet.weather.dao   
org.jasig.portlet.weather.dao.accuweather.xstream   
org.jasig.portlet.weather.portlet   
org.jasig.portlet.weather.service   
 

Uses of TemperatureUnit in org.jasig.portlet.weather
 

Methods in org.jasig.portlet.weather that return TemperatureUnit
static TemperatureUnit TemperatureUnit.safeValueOf(java.lang.String s)
           
static TemperatureUnit TemperatureUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TemperatureUnit[] TemperatureUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

Uses of TemperatureUnit in org.jasig.portlet.weather.dao.accuweather.xstream
 

Methods in org.jasig.portlet.weather.dao.accuweather.xstream with parameters of type TemperatureUnit
 Weather WeatherDaoImpl.getWeather(java.lang.String locationCode, TemperatureUnit unit)
           
 

Uses of TemperatureUnit in org.jasig.portlet.weather.portlet
 

Methods in org.jasig.portlet.weather.portlet with parameters of type TemperatureUnit
 void WeatherEditController.addCity(java.lang.String location, java.lang.String locationCode, TemperatureUnit unit, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void WeatherEditController.updateCityUnits(java.lang.String locationCode, TemperatureUnit unit, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 

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

Fields in org.jasig.portlet.weather.service declared as TemperatureUnit
 TemperatureUnit SavedLocation.temperatureUnit
           
 

Methods in org.jasig.portlet.weather.service that return TemperatureUnit
 TemperatureUnit SavedLocation.getTemperatureUnit()
           
 

Methods in org.jasig.portlet.weather.service with parameters of type TemperatureUnit
 SavedLocation IWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs, java.lang.String locationCode, java.lang.String location, TemperatureUnit unit)
           
 SavedLocation AbstractWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs, java.lang.String locationCode, java.lang.String location, TemperatureUnit unit)
           
 Weather WeatherServiceImpl.getWeather(java.lang.String locationCode, TemperatureUnit unit)
           
 Weather IWeatherService.getWeather(java.lang.String locationCode, TemperatureUnit unit)
           
 

Constructors in org.jasig.portlet.weather.service with parameters of type TemperatureUnit
SavedLocation(java.lang.String code, java.lang.String name, TemperatureUnit temperatureUnit)
           
 



Copyright © 2009 Jasig. All Rights Reserved.