public abstract class AbstractWeatherService extends Object implements IWeatherService
| Constructor and Description |
|---|
AbstractWeatherService() |
| Modifier and Type | Method and Description |
|---|---|
SavedLocation |
addWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode,
String location,
TemperatureUnit unit) |
void |
deleteWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode) |
List<SavedLocation> |
getSavedLocations(javax.portlet.PortletPreferences prefs) |
void |
saveLocations(List<SavedLocation> savedLocations,
javax.portlet.PortletPreferences prefs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfind, getWeather, getWeatherProviderLink, getWeatherProviderNamepublic List<SavedLocation> getSavedLocations(javax.portlet.PortletPreferences prefs)
getSavedLocations in interface IWeatherServicepublic void saveLocations(List<SavedLocation> savedLocations, javax.portlet.PortletPreferences prefs)
saveLocations in interface IWeatherServicepublic SavedLocation addWeatherLocation(javax.portlet.PortletPreferences prefs, String locationCode, String location, TemperatureUnit unit)
addWeatherLocation in interface IWeatherServicepublic void deleteWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode)
deleteWeatherLocation in interface IWeatherServiceCopyright © 2013 Jasig. All Rights Reserved.