org.jasig.portlet.weather.service
Class AbstractWeatherService
java.lang.Object
org.jasig.portlet.weather.service.AbstractWeatherService
- All Implemented Interfaces:
- IWeatherService
- Direct Known Subclasses:
- WeatherServiceImpl
public abstract class AbstractWeatherService
- extends Object
- implements IWeatherService
Provides partial implementation of service methods. Delegates remaining
methods to be implemented by subclass.
- Version:
- $Id$
- Author:
- Dustin Schultz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWeatherService
public AbstractWeatherService()
getSavedLocations
public List<SavedLocation> getSavedLocations(javax.portlet.PortletPreferences prefs)
- Specified by:
getSavedLocations in interface IWeatherService
saveLocations
public void saveLocations(List<SavedLocation> savedLocations,
javax.portlet.PortletPreferences prefs)
- Specified by:
saveLocations in interface IWeatherService
addWeatherLocation
public SavedLocation addWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode,
String location,
TemperatureUnit unit)
- Specified by:
addWeatherLocation in interface IWeatherService
deleteWeatherLocation
public void deleteWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode)
- Specified by:
deleteWeatherLocation in interface IWeatherService
Copyright © 2011 Jasig. All Rights Reserved.