Uses of Class
fr.utc.miage.sporttrack.entity.activity.WeatherReport
Packages that use WeatherReport
Package
Description
-
Uses of WeatherReport in fr.utc.miage.sporttrack.entity.activity
Methods in fr.utc.miage.sporttrack.entity.activity that return WeatherReportModifier and TypeMethodDescriptionActivity.getWeatherReport()Returns the weather report associated with this activity.Methods in fr.utc.miage.sporttrack.entity.activity with parameters of type WeatherReportModifier and TypeMethodDescriptionvoidActivity.setWeatherReport(WeatherReport weatherReport) Sets the weather report associated with this activity. -
Uses of WeatherReport in fr.utc.miage.sporttrack.repository.activity
Methods in fr.utc.miage.sporttrack.repository.activity that return types with arguments of type WeatherReportModifier and TypeMethodDescriptionWeatherReportRepository.findByActivity_Id(int activityId) Finds the weather report associated with the specified activity. -
Uses of WeatherReport in fr.utc.miage.sporttrack.service.activity
Methods in fr.utc.miage.sporttrack.service.activity that return WeatherReportModifier and TypeMethodDescriptionWeatherReportService.refreshWeatherReport(Activity activity) Refreshes (or creates) the weather report for the given activity by fetching live data from the external API and persisting the result.Methods in fr.utc.miage.sporttrack.service.activity that return types with arguments of type WeatherReportModifier and TypeMethodDescriptionWeatherReportService.findByActivityId(int activityId) Finds the weather report associated with the specified activity.