A B C D E F G H I L M N O P Q R S T U V W

A

AbstractWeatherService - Class in org.jasig.portlet.weather.service
Provides partial implementation of service methods.
AbstractWeatherService() - Constructor for class org.jasig.portlet.weather.service.AbstractWeatherService
 
addCity(String, String, TemperatureUnit, ActionRequest, ActionResponse) - Method in class org.jasig.portlet.weather.portlet.WeatherEditController
 
AddInitParamsInterceptor - Class in org.jasig.portlet.weather.portlet.interceptor
Interceptor that adds init-params defined in portlet.xml prefixed by default with model: for use in the model.
AddInitParamsInterceptor() - Constructor for class org.jasig.portlet.weather.portlet.interceptor.AddInitParamsInterceptor
 
addWeatherLocation(PortletPreferences, String, String, TemperatureUnit) - Method in class org.jasig.portlet.weather.service.AbstractWeatherService
 
addWeatherLocation(PortletPreferences, String, String, TemperatureUnit) - Method in interface org.jasig.portlet.weather.service.IWeatherService
 
afterPropertiesSet() - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
AjaxResponseController - Class in org.jasig.portlet.weather.servlet
 
AjaxResponseController() - Constructor for class org.jasig.portlet.weather.servlet.AjaxResponseController
 

B

BASE_FIND_URL - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
BASE_GET_URL - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 

C

canConvert(Class) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.CurrentConverter
 
canConvert(Class) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.FinderConverter
 
canConvert(Class) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastConverter
 
canConvert(Class) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastsConverter
 
canConvert(Class) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.LocationConverter
 
canConvert(Class) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ResultConverter
 
canConvert(Class) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.UnitsConverter
 
canConvert(Class) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherConverter
 
checkCachedException(Map<String, Object>) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
CITY_ATTR - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CITY_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CITYLIST_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
code - Variable in class org.jasig.portlet.weather.service.SavedLocation
 
Constants - Interface in org.jasig.portlet.weather.dao.accuweather.constants
Constants interface to hold all constant information such as tag names, attribute names, or image sizes/paths.
createEntry(Object) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
CURR_COND_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CURR_HUMIDITY_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CURR_ICON_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CURR_PRESSURE_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CURR_TEMP_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CURR_WIND_DIR_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CURR_WIND_SPEED_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
Current - Class in org.jasig.portlet.weather.domain
This class models current weather.
Current() - Constructor for class org.jasig.portlet.weather.domain.Current
 
CURRENT_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
CurrentConverter - Class in org.jasig.portlet.weather.dao.accuweather.xstream
Converter class to convert current conditions XML into a current object.
CurrentConverter() - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.CurrentConverter
 

D

dateFormatterPatterns - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
DAYTIME_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
deleteCity(String, ActionRequest, ActionResponse) - Method in class org.jasig.portlet.weather.portlet.WeatherEditController
 
deleteWeatherLocation(PortletPreferences, String) - Method in class org.jasig.portlet.weather.service.AbstractWeatherService
 
deleteWeatherLocation(PortletPreferences, String) - Method in interface org.jasig.portlet.weather.service.IWeatherService
 
destroy() - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
DuplicateLocationException - Exception in org.jasig.portlet.weather
 
DuplicateLocationException(String, Throwable) - Constructor for exception org.jasig.portlet.weather.DuplicateLocationException
 
DuplicateLocationException(String) - Constructor for exception org.jasig.portlet.weather.DuplicateLocationException
 

E

encode(String, String) - Static method in class org.jasig.portlet.weather.QuietUrlCodec
 
equals(Object) - Method in class org.jasig.portlet.weather.service.SavedLocation
 

F

find(String) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
find(String) - Method in interface org.jasig.portlet.weather.dao.IWeatherDao
 
find(String) - Method in interface org.jasig.portlet.weather.service.IWeatherService
 
find(String) - Method in class org.jasig.portlet.weather.service.WeatherServiceImpl
 
findCity(String, HttpServletRequest, HttpServletResponse) - Method in class org.jasig.portlet.weather.servlet.FindCityController
 
FindCityController - Class in org.jasig.portlet.weather.servlet
 
FindCityController() - Constructor for class org.jasig.portlet.weather.servlet.FindCityController
 
FinderConverter - Class in org.jasig.portlet.weather.dao.accuweather.xstream
Main converter class for finding a location and building the collection of locations.
FinderConverter() - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.FinderConverter
 
Forecast - Class in org.jasig.portlet.weather.domain
This class models forecasted weather.
Forecast() - Constructor for class org.jasig.portlet.weather.domain.Forecast
 
FORECAST_COND_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
FORECAST_DAY_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
FORECAST_DAYCODE_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
FORECAST_HIGH_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
FORECAST_IMG_ICON_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
FORECAST_LOW_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
FORECAST_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
ForecastConverter - Class in org.jasig.portlet.weather.dao.accuweather.xstream
Converter class to convert forecast XML into forecast objects.
ForecastConverter() - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastConverter
 
ForecastConverter(String) - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastConverter
 
ForecastsConverter - Class in org.jasig.portlet.weather.dao.accuweather.xstream
Converter class to convert forecast objects into a forecast collection.
ForecastsConverter(String) - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastsConverter
 

G

getAndDeserialize(String, XStream) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
getCity() - Method in class org.jasig.portlet.weather.domain.Location
 
getCode() - Method in class org.jasig.portlet.weather.service.SavedLocation
 
getCondition() - Method in class org.jasig.portlet.weather.domain.Current
 
getCondition() - Method in class org.jasig.portlet.weather.domain.Forecast
 
getCurrentWeather() - Method in class org.jasig.portlet.weather.domain.Weather
 
getDay() - Method in class org.jasig.portlet.weather.domain.Forecast
 
getForecast() - Method in class org.jasig.portlet.weather.domain.Weather
 
getHighTemperature() - Method in class org.jasig.portlet.weather.domain.Forecast
 
getHumidity() - Method in class org.jasig.portlet.weather.domain.Current
 
getImgName() - Method in class org.jasig.portlet.weather.domain.Current
 
getImgName() - Method in class org.jasig.portlet.weather.domain.Forecast
 
getLatitude() - Method in class org.jasig.portlet.weather.domain.Location
 
getLocation() - Method in class org.jasig.portlet.weather.domain.Weather
 
getLocationCode() - Method in class org.jasig.portlet.weather.domain.Location
 
getLongitude() - Method in class org.jasig.portlet.weather.domain.Location
 
getLowTemperature() - Method in class org.jasig.portlet.weather.domain.Forecast
 
getMoreInformationLink() - Method in class org.jasig.portlet.weather.domain.Weather
 
getName() - Method in class org.jasig.portlet.weather.service.SavedLocation
 
getPressure() - Method in class org.jasig.portlet.weather.domain.Current
 
getPressureUnit() - Method in class org.jasig.portlet.weather.domain.Weather
 
getSavedLocations(PortletPreferences) - Method in class org.jasig.portlet.weather.service.AbstractWeatherService
 
getSavedLocations(PortletPreferences) - Method in interface org.jasig.portlet.weather.service.IWeatherService
 
getStateOrCountry() - Method in class org.jasig.portlet.weather.domain.Location
 
getTemperature() - Method in class org.jasig.portlet.weather.domain.Current
 
getTemperatureUnit() - Method in class org.jasig.portlet.weather.domain.Weather
 
getTemperatureUnit() - Method in class org.jasig.portlet.weather.service.SavedLocation
 
getWeather(String, TemperatureUnit) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
getWeather(String, TemperatureUnit) - Method in interface org.jasig.portlet.weather.dao.IWeatherDao
Gets the weather from an implemented source.
getWeather(String, TemperatureUnit) - Method in interface org.jasig.portlet.weather.service.IWeatherService
 
getWeather(String, TemperatureUnit) - Method in class org.jasig.portlet.weather.service.WeatherServiceImpl
 
getWindDirection() - Method in class org.jasig.portlet.weather.domain.Current
 
getWindSpeed() - Method in class org.jasig.portlet.weather.domain.Current
 
getWindUnit() - Method in class org.jasig.portlet.weather.domain.Weather
 

H

hashCode() - Method in class org.jasig.portlet.weather.service.SavedLocation
 

I

IWeatherDao - Interface in org.jasig.portlet.weather.dao
Weather data access interface.
IWeatherService - Interface in org.jasig.portlet.weather.service
Weather Service interface.

L

LAT_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
LOCAL_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
Location - Class in org.jasig.portlet.weather.domain
This class models an international location.
Location() - Constructor for class org.jasig.portlet.weather.domain.Location
 
LOCATION_ATTR - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
LocationConverter - Class in org.jasig.portlet.weather.dao.accuweather.xstream
Converter class to convert location XML into the location object.
LocationConverter() - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.LocationConverter
 
LocationConverter(String) - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.LocationConverter
 
logger - Variable in class org.jasig.portlet.weather.portlet.WeatherViewController
 
LON_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 

M

marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.CurrentConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.FinderConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastsConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.LocationConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ResultConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.UnitsConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherConverter
 

N

name - Variable in class org.jasig.portlet.weather.service.SavedLocation
 
NIGHTTIME_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 

O

OBS_TIME_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
org.jasig.portlet.weather - package org.jasig.portlet.weather
 
org.jasig.portlet.weather.dao - package org.jasig.portlet.weather.dao
 
org.jasig.portlet.weather.dao.accuweather.constants - package org.jasig.portlet.weather.dao.accuweather.constants
 
org.jasig.portlet.weather.dao.accuweather.xstream - package org.jasig.portlet.weather.dao.accuweather.xstream
 
org.jasig.portlet.weather.domain - package org.jasig.portlet.weather.domain
 
org.jasig.portlet.weather.portlet - package org.jasig.portlet.weather.portlet
 
org.jasig.portlet.weather.portlet.interceptor - package org.jasig.portlet.weather.portlet.interceptor
 
org.jasig.portlet.weather.service - package org.jasig.portlet.weather.service
 
org.jasig.portlet.weather.servlet - package org.jasig.portlet.weather.servlet
 

P

PLANETS_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in class org.jasig.portlet.weather.portlet.interceptor.AddInitParamsInterceptor
Adds init-params to the model.
PRES_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
PRESSURE_UNKNOWN - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 

Q

QuietUrlCodec - Class in org.jasig.portlet.weather
Wrapper for URLEncoder that converts the checked exception to a runtime exception
QuietUrlCodec() - Constructor for class org.jasig.portlet.weather.QuietUrlCodec
 

R

renderAjaxResponse(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.portlet.weather.servlet.AjaxResponseController
 
renderEditView(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.weather.portlet.WeatherEditController
 
ResultConverter - Class in org.jasig.portlet.weather.dao.accuweather.xstream
Converter class to convert location results from searching for a city.
ResultConverter() - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.ResultConverter
 

S

safeValueOf(String) - Static method in enum org.jasig.portlet.weather.TemperatureUnit
 
saveCityOrder(String[], ActionRequest, ActionResponse) - Method in class org.jasig.portlet.weather.portlet.WeatherEditController
 
SavedLocation - Class in org.jasig.portlet.weather.service
 
SavedLocation(String, String, TemperatureUnit) - Constructor for class org.jasig.portlet.weather.service.SavedLocation
 
saveLocations(List<SavedLocation>, PortletPreferences) - Method in class org.jasig.portlet.weather.service.AbstractWeatherService
 
saveLocations(List<SavedLocation>, PortletPreferences) - Method in interface org.jasig.portlet.weather.service.IWeatherService
 
setAjaxPortletSupport(AjaxPortletSupport) - Method in class org.jasig.portlet.weather.portlet.WeatherEditController
 
setAjaxPortletSupport(AjaxPortletSupport) - Method in class org.jasig.portlet.weather.servlet.AjaxResponseController
 
setCity(String) - Method in class org.jasig.portlet.weather.domain.Location
 
setCondition(String) - Method in class org.jasig.portlet.weather.domain.Current
 
setCondition(String) - Method in class org.jasig.portlet.weather.domain.Forecast
 
setConnectionTimeout(int) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
setCurrentWeather(Current) - Method in class org.jasig.portlet.weather.domain.Weather
 
setDay(String) - Method in class org.jasig.portlet.weather.domain.Forecast
 
setForecast(Collection<Forecast>) - Method in class org.jasig.portlet.weather.domain.Weather
 
setHighTemperature(Integer) - Method in class org.jasig.portlet.weather.domain.Forecast
 
setHumidity(Double) - Method in class org.jasig.portlet.weather.domain.Current
 
setImgName(String) - Method in class org.jasig.portlet.weather.domain.Current
 
setImgName(String) - Method in class org.jasig.portlet.weather.domain.Forecast
 
setLatitude(Double) - Method in class org.jasig.portlet.weather.domain.Location
 
setLocation(Location) - Method in class org.jasig.portlet.weather.domain.Weather
 
setLocationCode(String) - Method in class org.jasig.portlet.weather.domain.Location
 
setLongitude(Double) - Method in class org.jasig.portlet.weather.domain.Location
 
setLowTemperature(Integer) - Method in class org.jasig.portlet.weather.domain.Forecast
 
setModelPrefix(String) - Method in class org.jasig.portlet.weather.portlet.interceptor.AddInitParamsInterceptor
Allows for overriding the default modelPrefix
setMoreInformationLink(String) - Method in class org.jasig.portlet.weather.domain.Weather
 
setPortletConfig(PortletConfig) - Method in class org.jasig.portlet.weather.portlet.interceptor.AddInitParamsInterceptor
 
setPressure(Double) - Method in class org.jasig.portlet.weather.domain.Current
 
setPressureUnit(String) - Method in class org.jasig.portlet.weather.domain.Weather
 
setReadTimeout(int) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
setStateOrCountry(String) - Method in class org.jasig.portlet.weather.domain.Location
 
setTemperature(Integer) - Method in class org.jasig.portlet.weather.domain.Current
 
setTemperatureUnit(String) - Method in class org.jasig.portlet.weather.domain.Weather
 
setTimesToRetry(int) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
setWeatherDao(IWeatherDao) - Method in class org.jasig.portlet.weather.service.WeatherServiceImpl
 
setWeatherDataCache(Ehcache) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
setWeatherDataErrorCache(Ehcache) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
setWeatherService(IWeatherService) - Method in class org.jasig.portlet.weather.portlet.WeatherEditController
 
setWeatherService(IWeatherService) - Method in class org.jasig.portlet.weather.portlet.WeatherViewController
 
setWeatherService(IWeatherService) - Method in class org.jasig.portlet.weather.servlet.FindCityController
 
setWindDirection(String) - Method in class org.jasig.portlet.weather.domain.Current
 
setWindSpeed(Double) - Method in class org.jasig.portlet.weather.domain.Current
 
setWindUnit(String) - Method in class org.jasig.portlet.weather.domain.Weather
 
SPEED_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
STATE_ATTR - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
STATE_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
SUN_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
SUNSET_ATTR - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 

T

TEMP_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
temperatureUnit - Variable in class org.jasig.portlet.weather.service.SavedLocation
 
TemperatureUnit - Enum in org.jasig.portlet.weather
 
toString() - Method in class org.jasig.portlet.weather.service.SavedLocation
 

U

UNITS_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
UnitsConverter - Class in org.jasig.portlet.weather.dao.accuweather.xstream
Converter class to convert unit XML into weather object.
UnitsConverter() - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.UnitsConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.CurrentConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.FinderConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ForecastsConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.LocationConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.ResultConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.UnitsConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherConverter
 
updateCityUnits(String, TemperatureUnit, ActionRequest, ActionResponse) - Method in class org.jasig.portlet.weather.portlet.WeatherEditController
 
URL_ENCODING - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 
URL_TAG - Static variable in interface org.jasig.portlet.weather.dao.accuweather.constants.Constants
 

V

valueOf(String) - Static method in enum org.jasig.portlet.weather.TemperatureUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jasig.portlet.weather.TemperatureUnit
Returns an array containing the constants of this enum type, in the order they are declared.
viewWeather(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.weather.portlet.WeatherViewController
 

W

Weather - Class in org.jasig.portlet.weather.domain
This class models general weather for a certain location including the current weather and optional forecast weather.
Weather() - Constructor for class org.jasig.portlet.weather.domain.Weather
 
WeatherConverter - Class in org.jasig.portlet.weather.dao.accuweather.xstream
Main converter class for building the weather object.
WeatherConverter(String) - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherConverter
 
WeatherDaoImpl - Class in org.jasig.portlet.weather.dao.accuweather.xstream
AccuWeather.com weather data implementation using Xstream to parse XML.
WeatherDaoImpl() - Constructor for class org.jasig.portlet.weather.dao.accuweather.xstream.WeatherDaoImpl
 
WeatherEditController - Class in org.jasig.portlet.weather.portlet
This class handles navigation from the edit form.
WeatherEditController() - Constructor for class org.jasig.portlet.weather.portlet.WeatherEditController
 
WeatherServiceImpl - Class in org.jasig.portlet.weather.service
This service class completes the implementation of IWeatherService and makes calls to IWeatherDao to retrieve weather information and find locations.
WeatherServiceImpl() - Constructor for class org.jasig.portlet.weather.service.WeatherServiceImpl
 
WeatherViewController - Class in org.jasig.portlet.weather.portlet
This class handles retrieves information and displays the view page.
WeatherViewController() - Constructor for class org.jasig.portlet.weather.portlet.WeatherViewController
 

A B C D E F G H I L M N O P Q R S T U V W

Copyright © 2009 Jasig. All Rights Reserved.