Uses of Class
org.jasig.portlet.weather.service.SavedLocation

Packages that use SavedLocation
org.jasig.portlet.weather.service   
 

Uses of SavedLocation in org.jasig.portlet.weather.service
 

Methods in org.jasig.portlet.weather.service that return SavedLocation
 SavedLocation IWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs, java.lang.String locationCode, java.lang.String location, TemperatureUnit unit)
           
 SavedLocation AbstractWeatherService.addWeatherLocation(javax.portlet.PortletPreferences prefs, java.lang.String locationCode, java.lang.String location, TemperatureUnit unit)
           
 

Methods in org.jasig.portlet.weather.service that return types with arguments of type SavedLocation
 java.util.List<SavedLocation> IWeatherService.getSavedLocations(javax.portlet.PortletPreferences prefs)
           
 java.util.List<SavedLocation> AbstractWeatherService.getSavedLocations(javax.portlet.PortletPreferences prefs)
           
 

Method parameters in org.jasig.portlet.weather.service with type arguments of type SavedLocation
 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 © 2009 Jasig. All Rights Reserved.