Uses of Interface
org.jasig.portlet.weather.service.IWeatherService

Packages that use IWeatherService
org.jasig.portlet.weather.portlet   
org.jasig.portlet.weather.service   
org.jasig.portlet.weather.servlet   
 

Uses of IWeatherService in org.jasig.portlet.weather.portlet
 

Methods in org.jasig.portlet.weather.portlet with parameters of type IWeatherService
 void WeatherViewController.setWeatherService(IWeatherService weatherService)
           
 void WeatherEditController.setWeatherService(IWeatherService weatherService)
           
 

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

Classes in org.jasig.portlet.weather.service that implement IWeatherService
 class AbstractWeatherService
          Provides partial implementation of service methods.
 class WeatherServiceImpl
          This service class completes the implementation of IWeatherService and makes calls to IWeatherDao to retrieve weather information and find locations.
 

Uses of IWeatherService in org.jasig.portlet.weather.servlet
 

Methods in org.jasig.portlet.weather.servlet with parameters of type IWeatherService
 void FindCityController.setWeatherService(IWeatherService weatherService)
           
 



Copyright © 2010 Jasig. All Rights Reserved.