Index
All Classes and Interfaces|All Packages
F
- findColdestCity() - Method in interface gr.unipi.weather_app.repository.WeatherRepository
-
Finds the city with the lowest recorded temperature.
- findColdestCity() - Method in class gr.unipi.weather_app.service.WeatherService
-
Finds and returns the coldest city recorded in the database.
- findHottestCity() - Method in interface gr.unipi.weather_app.repository.WeatherRepository
-
Finds the city with the highest recorded temperature.
- findHottestCity() - Method in class gr.unipi.weather_app.service.WeatherService
-
Finds and returns the hottest city recorded in the database.
- findMostSearchedCities() - Method in interface gr.unipi.weather_app.repository.WeatherRepository
-
Retrieves a list of cities ordered by the number of times they have been searched.
- formatAverageWeather(String, Object[]) - Method in class gr.unipi.weather_app.service.WeatherService
-
Formats average weather data into a human-readable string.
All Classes and Interfaces|All Packages