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