Uses of Annotation Interface
web.sportflow.openapi.UnauthorizedApiDoc
Packages that use UnauthorizedApiDoc
-
Uses of UnauthorizedApiDoc in web.sportflow.admin
Classes in web.sportflow.admin with annotations of type UnauthorizedApiDoc -
Uses of UnauthorizedApiDoc in web.sportflow.user
Methods in web.sportflow.user with annotations of type UnauthorizedApiDocModifier and TypeMethodDescriptionUserController.acceptFriendRequest(User currentUser, Long friendshipId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) UserController.joinChallenge(User currentUser, Long challengeId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) UserController.leaveChallenge(User currentUser, Long challengeId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) UserController.manageFriends(User currentUser, String query, org.springframework.data.domain.Pageable pageable, org.springframework.ui.Model model) UserController.refuseFriendRequest(User currentUser, Long friendshipId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) UserController.sendFriendRequest(User currentUser, Long targetUserId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) UserController.showChallenges(User currentUser, String query, org.springframework.ui.Model model) UserController.showDashboard(User currentUser, org.springframework.ui.Model model) UserController.showEditProfile(User currentUser, org.springframework.ui.Model model) UserController.showProfile(User currentUser, org.springframework.ui.Model model) UserController.showStatistiquePage(User currentUser, org.springframework.ui.Model model) UserController.unfriend(User currentUser, Long friendId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) UserController.updateProfile(User currentUser, String firstname, String lastname, String email, Double weight, Double height, Sex sex, PracticeLevel level, LocalDate birthDate, org.springframework.web.multipart.MultipartFile avatarFile, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of UnauthorizedApiDoc in web.sportflow.workout
Methods in web.sportflow.workout with annotations of type UnauthorizedApiDocModifier 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.newWorkoutForm(org.springframework.ui.Model model, User currentUser) WorkoutController.postComment(Long workoutId, String content, User currentUser, org.springframework.ui.Model model) 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) WorkoutController.toggleKudo(Long id, User currentUser)