Uses of Class
org.silverpeas.looks.aurora.service.weather.WeatherForecastData
-
Packages that use WeatherForecastData Package Description org.silverpeas.looks.aurora.service.weather -
-
Uses of WeatherForecastData in org.silverpeas.looks.aurora.service.weather
Methods in org.silverpeas.looks.aurora.service.weather that return WeatherForecastData Modifier and Type Method Description WeatherForecastData
WeatherCache. get(String cityId, Supplier<WeatherForecastData> supplier)
Gets the weather forecast data from the cache or invokes the specified supplier if no such data are in the cache or if the data is expired.WeatherForecastData
AccuWeatherRequester. request(String cityId)
WeatherForecastData
OpenWeatherMapRequester. request(String cityId)
WeatherForecastData
WeatherServiceRequester. request(String cityId)
Request weather forecast data of the specified city.WeatherForecastData
YahooWeatherRequester. request(String cityId)
Method parameters in org.silverpeas.looks.aurora.service.weather with type arguments of type WeatherForecastData Modifier and Type Method Description WeatherForecastData
WeatherCache. get(String cityId, Supplier<WeatherForecastData> supplier)
Gets the weather forecast data from the cache or invokes the specified supplier if no such data are in the cache or if the data is expired.
-