Uses of Class
web.sportflow.weather.WeatherStatsDTO
Packages that use WeatherStatsDTO
-
Uses of WeatherStatsDTO in web.sportflow.weather
Methods in web.sportflow.weather that return WeatherStatsDTOModifier and TypeMethodDescriptionWeatherService.getWeatherStats(String address, LocalDateTime startDate, Double duration) WeatherController.getWeatherStatsAtDate(String date, String address, Double duration) Get weather statistics for a specific date and duration. -
Uses of WeatherStatsDTO in web.sportflow.workout
Methods in web.sportflow.workout that return WeatherStatsDTOMethods in web.sportflow.workout with parameters of type WeatherStatsDTOModifier and TypeMethodDescriptionvoidWorkout.setWeather(WeatherStatsDTO weather) voidWorkoutDto.setWeather(WeatherStatsDTO weather) Constructors in web.sportflow.workout with parameters of type WeatherStatsDTOModifierConstructorDescriptionWorkout(String name, String description, LocalDateTime date, String address, Double durationSec, Double rating, Sport sport, WeatherStatsDTO weather, List<WorkoutExercise> exercises, User user) Workout(String name, LocalDateTime date, String address, WeatherStatsDTO weather, List<WorkoutExercise> exercises, Sport sport, User user) Workout(String name, LocalDateTime date, String address, WeatherStatsDTO weather, Sport sport, User user) Workout(String address, WeatherStatsDTO weather, Sport sport, User user) WorkoutDto(Long id, String name, String description, Sport sport, LocalDateTime date, Double rating, Double duration, Double distance, String address, WeatherStatsDTO weather)