| Interface | Description |
|---|---|
| IWeatherService |
Weather Service interface.
|
| Class | Description |
|---|---|
| AbstractWeatherService |
Provides partial implementation of service methods.
|
| SavedLocation | |
| WeatherServiceImpl |
This service class completes the implementation of IWeatherService and makes
calls to IWeatherDao to retrieve weather information and find locations.
|
Copyright © 2015 Jasig. All Rights Reserved.