Uses of Class
web.sportflow.workout.Workout
Packages that use Workout
Package
Description
-
Uses of Workout in web.sportflow.notification
Methods in web.sportflow.notification with parameters of type WorkoutModifier and TypeMethodDescriptionvoidNotificationService.notifyCommentOnWorkout(Workout workout, User actor) voidNotificationService.notifyKudoOnWorkout(Workout workout, User actor) -
Uses of Workout in web.sportflow.sport
Methods in web.sportflow.sport that return types with arguments of type WorkoutMethod parameters in web.sportflow.sport with type arguments of type Workout -
Uses of Workout in web.sportflow.user
Methods in web.sportflow.user that return types with arguments of type Workout -
Uses of Workout in web.sportflow.workout
Methods in web.sportflow.workout that return WorkoutModifier and TypeMethodDescriptionWorkoutService.createWorkout(Workout workout) WorkoutDashboardDisplay.getWorkout()WorkoutExercise.getWorkout()WorkoutService.saveWorkout(Workout workout, User currentUser) Methods in web.sportflow.workout that return types with arguments of type WorkoutModifier and TypeMethodDescriptionWorkoutRepository.findAllByOrderByDateDesc()WorkoutRepository.findById(int id) WorkoutRepository.findByUser(User user) WorkoutRepository.findByUserAndDateBetween(User user, LocalDateTime start, LocalDateTime end) WorkoutRepository.findByUserIdInOrderByDateDesc(List<Long> userIds) WorkoutRepository.findByUserOrderByDateDesc(User user) WorkoutService.getAll()WorkoutService.getAllForUsers(List<Long> userIds) WorkoutService.getAllStatutsForUser()WorkoutService.getFriendsWorkout(long userId) WorkoutService.getIncompleteForUser(User user) Methods in web.sportflow.workout with parameters of type WorkoutModifier and TypeMethodDescriptionWorkoutService.createWorkout(Workout workout) voidWorkoutService.deleteWorkout(Workout workout) booleanWorkoutService.isDisplayable(Workout workout) booleanWorkoutService.isPublishable(Workout workout) WorkoutService.saveWorkout(Workout workout, User currentUser) voidWorkoutExercise.setWorkout(Workout workout) Constructors in web.sportflow.workout with parameters of type WorkoutModifierConstructorDescriptionWorkoutDashboardDisplay(Workout workout) WorkoutExercise(Double averageBps, Double distanceM, Double durationSec, Integer reps, Integer sets, Double weightG, Workout workout, Exercise exercise) WorkoutExercise(Double averageBps, Double distanceM, Double durationSec, Integer reps, Integer sets, Workout workout, Exercise exercise) WorkoutExercise(Double averageBps, Double distanceM, Double durationSec, Workout workout, Exercise exercise) WorkoutExercise(Double averageBps, Double durationSec, Integer reps, Integer sets, Double weightG, Workout workout, Exercise exercise) -
Uses of Workout in web.sportflow.workout.comment
Methods in web.sportflow.workout.comment that return WorkoutMethods in web.sportflow.workout.comment with parameters of type WorkoutConstructors in web.sportflow.workout.comment with parameters of type Workout