Uses of Class
web.sportflow.sport.Sport
Packages that use Sport
Package
Description
-
Uses of Sport in web.sportflow.challenge
Methods in web.sportflow.challenge that return types with arguments of type SportMethod parameters in web.sportflow.challenge with type arguments of type Sport -
Uses of Sport in web.sportflow.exercise
Methods in web.sportflow.exercise that return types with arguments of type SportMethod parameters in web.sportflow.exercise with type arguments of type Sport -
Uses of Sport in web.sportflow.sport
Methods in web.sportflow.sport that return SportMethods in web.sportflow.sport that return types with arguments of type SportModifier and TypeMethodDescriptionSportService.findAll()SportRepository.findByName(String name) SportService.getAll()Methods in web.sportflow.sport with parameters of type SportModifier and TypeMethodDescriptionSportService.buildFieldProfile(Sport sport) SportService.createSport(Sport sport) Method parameters in web.sportflow.sport with type arguments of type Sport -
Uses of Sport in web.sportflow.user
Methods in web.sportflow.user that return types with arguments of type SportMethods in web.sportflow.user with parameters of type SportMethod parameters in web.sportflow.user with type arguments of type Sport -
Uses of Sport in web.sportflow.workout
Methods in web.sportflow.workout that return SportMethods in web.sportflow.workout with parameters of type SportModifier and TypeMethodDescriptionvoidvoidConstructors in web.sportflow.workout with parameters of type SportModifierConstructorDescriptionWorkout(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)