| Package | Description |
|---|---|
| org.jasig.portlet.weather.service |
| Modifier and Type | Method and Description |
|---|---|
SavedLocation |
IWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode,
String location,
TemperatureUnit unit)
Adds a weather location.
|
SavedLocation |
AbstractWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs,
String locationCode,
String location,
TemperatureUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
List<SavedLocation> |
IWeatherService.getSavedLocations(javax.portlet.PortletPreferences prefs) |
List<SavedLocation> |
AbstractWeatherService.getSavedLocations(javax.portlet.PortletPreferences prefs) |
| Modifier and Type | Method and Description |
|---|---|
void |
IWeatherService.saveLocations(List<SavedLocation> savedLocations,
javax.portlet.PortletPreferences prefs) |
void |
AbstractWeatherService.saveLocations(List<SavedLocation> savedLocations,
javax.portlet.PortletPreferences prefs) |
Copyright © 2015 Jasig. All Rights Reserved.