|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Location | |
|---|---|
| org.jasig.portlet.weather.dao | |
| org.jasig.portlet.weather.dao.worldwide | |
| org.jasig.portlet.weather.dao.yahoo | |
| org.jasig.portlet.weather.domain | |
| org.jasig.portlet.weather.service | |
| Uses of Location in org.jasig.portlet.weather.dao |
|---|
| Methods in org.jasig.portlet.weather.dao that return types with arguments of type Location | |
|---|---|
java.util.Collection<Location> |
IWeatherDao.find(java.lang.String location)
|
| Uses of Location in org.jasig.portlet.weather.dao.worldwide |
|---|
| Methods in org.jasig.portlet.weather.dao.worldwide that return types with arguments of type Location | |
|---|---|
protected java.util.List<Location> |
WorldWeatherOnlineDaoImpl.deserializeSearchResults(java.io.InputStream inputStream)
|
java.util.Collection<Location> |
WorldWeatherOnlineDaoImpl.find(java.lang.String location)
|
| Uses of Location in org.jasig.portlet.weather.dao.yahoo |
|---|
| Methods in org.jasig.portlet.weather.dao.yahoo that return types with arguments of type Location | |
|---|---|
java.util.Collection<Location> |
YahooWeatherDaoImpl.find(java.lang.String location)
|
java.util.List<Location> |
IYahooLocationParsingService.parseLocations(java.io.InputStream xml)
|
| Uses of Location in org.jasig.portlet.weather.domain |
|---|
| Methods in org.jasig.portlet.weather.domain that return Location | |
|---|---|
Location |
Weather.getLocation()
|
| Methods in org.jasig.portlet.weather.domain with parameters of type Location | |
|---|---|
void |
Weather.setLocation(Location location)
|
| Uses of Location in org.jasig.portlet.weather.service |
|---|
| Methods in org.jasig.portlet.weather.service that return types with arguments of type Location | |
|---|---|
java.util.Collection<Location> |
WeatherServiceImpl.find(java.lang.String location)
|
java.util.Collection<Location> |
IWeatherService.find(java.lang.String location)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||