Uses of Class
web.sportflow.workout.WorkoutDto
Packages that use WorkoutDto
-
Uses of WorkoutDto in web.sportflow.workout
Methods in web.sportflow.workout with parameters of type WorkoutDtoModifier and TypeMethodDescriptionWorkoutController.saveWorkout(WorkoutDto workoutDto, List<String> exerciseIds, List<String> sets, List<String> reps, List<String> weightKg, List<String> durationMin, List<String> distanceM, List<String> averageBpm, List<String> elevationGainM, List<String> maxSpeedKmh, List<String> score, List<String> attempts, List<String> successfulAttempts, List<String> accuracyPercent, List<String> heightM, List<String> depthM, List<String> laps, List<String> rounds, String submitAction, User currentUser, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)