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