|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationVO | |
com.webalgorithm.weather.demo | |
com.webalgorithm.weather.service | |
com.webalgorithm.weather.vo |
Uses of LocationVO in com.webalgorithm.weather.demo |
Methods in com.webalgorithm.weather.demo that return LocationVO | |
static com.webalgorithm.weather.vo.LocationVO[] |
WeatherService.lookupLocations(java.lang.String location)
Location lookup is usefull when user does not have a zip code or location id, but still wishes to utilize the weather service. |
Uses of LocationVO in com.webalgorithm.weather.service |
Methods in com.webalgorithm.weather.service that return LocationVO | |
static com.webalgorithm.weather.vo.LocationVO[] |
ResponseDigester.digestLocationSearch(java.io.InputStream is)
This method parses location search results. |
static com.webalgorithm.weather.vo.LocationVO[] |
WeatherService.lookupLocations(java.lang.String location)
Location lookup is usefull when user does not have a zip code or location id, but still wishes to utilize the weather service. |
Uses of LocationVO in com.webalgorithm.weather.vo |
Fields in com.webalgorithm.weather.vo declared as LocationVO | |
private com.webalgorithm.weather.vo.LocationVO |
WeatherVO.location
Location information |
Methods in com.webalgorithm.weather.vo that return LocationVO | |
com.webalgorithm.weather.vo.LocationVO |
WeatherVO.getLocation()
|
Methods in com.webalgorithm.weather.vo with parameters of type LocationVO | |
void |
WeatherVO.setLocation(com.webalgorithm.weather.vo.LocationVO location)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |