Uses of Annotation Interface
web.sportflow.openapi.ForbiddenApiDoc
Packages that use ForbiddenApiDoc
-
Uses of ForbiddenApiDoc in web.sportflow.user
Methods in web.sportflow.user with annotations of type ForbiddenApiDocModifier and TypeMethodDescriptionUserController.acceptFriendRequest(User currentUser, Long friendshipId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) UserController.refuseFriendRequest(User currentUser, Long friendshipId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of ForbiddenApiDoc in web.sportflow.workout
Methods in web.sportflow.workout with annotations of type ForbiddenApiDocModifier and TypeMethodDescriptionWorkoutController.deleteComment(Long workoutId, Long commentId, User currentUser, org.springframework.ui.Model model) WorkoutController.deleteWorkout(Long workoutId, User currentUser) WorkoutController.editWorkoutForm(Long workoutId, org.springframework.ui.Model model, User currentUser) WorkoutController.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)