public interface IWeatherDao
| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
find(String location) |
Weather |
getWeather(String locationCode,
TemperatureUnit unit)
Gets the weather from an implemented source.
|
String |
getWeatherProviderLink() |
String |
getWeatherProviderName() |
Weather getWeather(String locationCode, TemperatureUnit unit)
locationCode - A string value representing the location to retrieve weather from.Collection<Location> find(String location)
location - A String representing a location to findString getWeatherProviderName()
String getWeatherProviderLink()
Copyright © 2015 Jasig. All Rights Reserved.