| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
IWeatherDao.find(String location) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Location> |
WorldWeatherOnlineDaoImpl.deserializeSearchResults(InputStream inputStream) |
Collection<Location> |
WorldWeatherOnlineDaoImpl.find(String location) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
YahooWeatherDaoImpl.find(String location) |
List<Location> |
IYahooLocationParsingService.parseLocations(InputStream xml) |
| Modifier and Type | Method and Description |
|---|---|
Location |
Weather.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Weather.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Location> |
IWeatherService.find(String location) |
Collection<Location> |
WeatherServiceImpl.find(String location) |
Copyright © 2015 Jasig. All Rights Reserved.