Uses of Annotation Interface
web.sportflow.openapi.NotFoundApiDoc
Packages that use NotFoundApiDoc
-
Uses of NotFoundApiDoc in web.sportflow.admin
Methods in web.sportflow.admin with annotations of type NotFoundApiDocModifier and TypeMethodDescriptionAdminController.createChallenge(String title, String description, ChallengeType type, Double targetValue, LocalDate startDate, LocalDate endDate, Long creatorId, boolean official, List<Long> sportIds, List<Long> participantIds, List<Long> badgeIds, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.createFriendship(Long requesterId, Long addresseeId, FriendshipStatus status, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.createGoal(String label, GoalType type, Double targetValue, Double currentValue, String unit, Long userId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.createWorkout(String name, String description, LocalDateTime date, String address, String rating, List<WorkoutExercise> workoutExercises, Long sportId, Long userId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.deleteBadge(Long badgeId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.deleteChallenge(Long challengeId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.deleteFriendship(Long friendshipId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.deleteGoal(Long goalId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.deleteSport(Long sportId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.deleteUser(Long userId, User currentUser, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.deleteWorkout(Long workoutId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateBadge(Long badgeId, String name, String description, String iconPath, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateChallenge(Long challengeId, String title, String description, ChallengeType type, Double targetValue, LocalDate startDate, LocalDate endDate, Long creatorId, boolean official, List<Long> sportIds, List<Long> participantIds, List<Long> badgeIds, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateFriendship(Long friendshipId, Long requesterId, Long addresseeId, FriendshipStatus status, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateGoal(Long goalId, String label, GoalType type, Double targetValue, Double currentValue, String unit, Long userId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateSport(Long sportId, String name, Double caloriesPerMinute, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateUser(Long userId, String firstname, String lastname, String email, String password, Role role, Double weight, Double height, Sex sex, PracticeLevel level, LocalDate birthDate, String profileImagePath, List<Long> sportIds, List<Long> badgeIds, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateWorkout(Long workoutId, String name, String description, LocalDateTime date, String address, String rating, List<WorkoutExercise> workoutExercises, Long sportId, Long userId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of NotFoundApiDoc in web.sportflow.user
Methods in web.sportflow.user with annotations of type NotFoundApiDocModifier 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.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.showUserProfile(User currentUser, Long userId, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) UserController.unfriend(User currentUser, Long friendId, String returnTo, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of NotFoundApiDoc in web.sportflow.workout
Methods in web.sportflow.workout with annotations of type NotFoundApiDocModifier 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.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)