Index

A B C D E F G H I J K L M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCEPTED - Enum constant in enum class web.sportflow.friendship.FriendshipStatus
 
acceptFriendRequest(User, Long, String, RedirectAttributes) - Method in class web.sportflow.user.UserController
 
acceptRequest(Long, Long) - Method in class web.sportflow.friendship.FriendshipService
 
addComment(Long, String, String) - Method in class web.sportflow.workout.comment.CommentService
 
addComment(Comment) - Method in class web.sportflow.workout.Workout
 
addKudo(User) - Method in class web.sportflow.workout.Workout
 
addNotificationAttributes(Model) - Method in class web.sportflow.notification.NotificationModelAttributes
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class web.sportflow.config.AppConfig
 
addSport(Sport) - Method in class web.sportflow.user.User
 
ADMIN - Enum constant in enum class web.sportflow.user.Role
 
AdminController - Class in web.sportflow.admin
 
AdminController(UserRepository, SportRepository, WorkoutRepository, WorkoutExerciseRepository, ExerciseRepository, SportService, BadgeRepository, GoalRepository, ChallengeRepository, FriendshipRepository, PasswordEncoder) - Constructor for class web.sportflow.admin.AdminController
 
AdminForbiddenApiDoc - Annotation Interface in web.sportflow.openapi
 
ADVANCED - Enum constant in enum class web.sportflow.user.PracticeLevel
 
AppConfig - Class in web.sportflow.config
 
AppConfig() - Constructor for class web.sportflow.config.AppConfig
 
AuthController - Class in web.sportflow
 
AuthController(UserService) - Constructor for class web.sportflow.AuthController
 
authenticate(String, String) - Method in class web.sportflow.user.UserService
 

B

Badge - Class in web.sportflow.badge
 
Badge() - Constructor for class web.sportflow.badge.Badge
 
Badge(String, String) - Constructor for class web.sportflow.badge.Badge
 
Badge(String, String, String) - Constructor for class web.sportflow.badge.Badge
 
BadgeRepository - Interface in web.sportflow.badge
 
BadgeService - Class in web.sportflow.badge
 
BadgeService(BadgeRepository) - Constructor for class web.sportflow.badge.BadgeService
 
BadRequestApiDoc - Annotation Interface in web.sportflow.openapi
 
BEGINNER - Enum constant in enum class web.sportflow.user.PracticeLevel
 
buildFieldProfile(Sport) - Method in class web.sportflow.sport.SportService
 
buildFieldProfiles(List<Sport>) - Method in class web.sportflow.sport.SportService
 
buildProgressByChallenge(List<Challenge>, User) - Method in class web.sportflow.challenge.ChallengeService
 

C

calculateBMI(User) - Method in class web.sportflow.user.UserService
 
calculateBMR(User) - Method in class web.sportflow.user.UserService
 
CALORIE - Enum constant in enum class web.sportflow.challenge.ChallengeType
 
CALORIES - Enum constant in enum class web.sportflow.goal.GoalType
 
Challenge - Class in web.sportflow.challenge
 
Challenge() - Constructor for class web.sportflow.challenge.Challenge
 
Challenge(String, String, ChallengeType, Double, LocalDate, LocalDate, User) - Constructor for class web.sportflow.challenge.Challenge
 
Challenge(String, String, ChallengeType, Double, LocalDate, LocalDate, User, boolean) - Constructor for class web.sportflow.challenge.Challenge
 
ChallengeDto - Record Class in web.sportflow.challenge
 
ChallengeDto(double, double, int, boolean, String) - Constructor for record class web.sportflow.challenge.ChallengeDto
Creates an instance of a ChallengeDto record class.
ChallengeRepository - Interface in web.sportflow.challenge
 
ChallengeService - Class in web.sportflow.challenge
 
ChallengeService(ChallengeRepository, FriendshipService, UserRepository, WorkoutRepository) - Constructor for class web.sportflow.challenge.ChallengeService
 
ChallengeType - Enum Class in web.sportflow.challenge
 
CityResultDTO - Class in web.sportflow.weather
 
CityResultDTO() - Constructor for class web.sportflow.weather.CityResultDTO
 
Comment - Class in web.sportflow.workout.comment
 
Comment() - Constructor for class web.sportflow.workout.comment.Comment
 
Comment(String, Workout, User) - Constructor for class web.sportflow.workout.comment.Comment
 
COMMENT - Enum constant in enum class web.sportflow.notification.NotificationType
 
CommentRepository - Interface in web.sportflow.workout.comment
 
CommentService - Class in web.sportflow.workout.comment
 
CommentService(CommentRepository, WorkoutRepository, UserRepository, NotificationService) - Constructor for class web.sportflow.workout.comment.CommentService
 
completed() - Method in record class web.sportflow.challenge.ChallengeDto
Returns the value of the completed record component.
countByRecipientIdAndReadFalse(Long) - Method in interface web.sportflow.notification.NotificationRepository
 
countUnread(User) - Method in class web.sportflow.notification.NotificationService
 
createAcceptedFriendship(Long, Long) - Method in class web.sportflow.friendship.FriendshipService
 
createBadge(String, String, String, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
createChallenge(String, String, ChallengeType, Double, LocalDate, LocalDate, Long, boolean, List<Long>, List<Long>, List<Long>, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
createChallenge(Challenge) - Method in class web.sportflow.challenge.ChallengeService
 
createExercise(Exercise) - Method in class web.sportflow.exercise.ExerciseService
 
createFriendship(Long, Long, FriendshipStatus, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
createGoal(String, GoalType, Double, Double, String, Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
createGoal(Goal) - Method in class web.sportflow.goal.GoalService
 
createSport(String, Double, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
createSport(Sport) - Method in class web.sportflow.sport.SportService
 
createUser(String, String, String, String, Role, Double, Double, Sex, PracticeLevel, LocalDate, String, List<Long>, List<Long>, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
createUser(User, String, String, Collection<Long>, Collection<Long>) - Method in class web.sportflow.user.UserService
 
createUser(User, String, String, List<Long>, List<Long>, Model) - Method in class web.sportflow.user.UserController
 
createWorkout(String, String, LocalDateTime, String, String, List<WorkoutExercise>, Long, Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
createWorkout(Workout) - Method in class web.sportflow.workout.WorkoutService
 
createWorkout(WorkoutExercise) - Method in class web.sportflow.workout.WorkoutExerciseService
 
currentValue() - Method in record class web.sportflow.challenge.ChallengeDto
Returns the value of the currentValue record component.

D

date() - Method in record class web.sportflow.weather.Weather
Returns the value of the date record component.
deleteBadge(Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
deleteChallenge(Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
deleteComment(Long, Long, User) - Method in class web.sportflow.workout.comment.CommentService
 
deleteComment(Long, Long, User, Model) - Method in class web.sportflow.workout.WorkoutController
 
deleteFriendship(Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
deleteGoal(Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
deleteSport(Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
deleteUser(Long, User, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
deleteWorkout(Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
deleteWorkout(Long, User) - Method in class web.sportflow.workout.WorkoutController
 
deleteWorkout(Workout) - Method in class web.sportflow.workout.WorkoutService
 
DISTANCE - Enum constant in enum class web.sportflow.challenge.ChallengeType
 
DISTANCE - Enum constant in enum class web.sportflow.goal.GoalType
 
DUREE - Enum constant in enum class web.sportflow.challenge.ChallengeType
 
DUREE - Enum constant in enum class web.sportflow.goal.GoalType
 

E

editWorkoutForm(Long, Model, User) - Method in class web.sportflow.workout.WorkoutController
 
elevation() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the elevation record component.
email() - Method in record class web.sportflow.user.RegistrationDTO
Returns the value of the email record component.
ENDURENCE - Enum constant in enum class web.sportflow.challenge.ChallengeType
 
equals(Object) - Method in record class web.sportflow.challenge.ChallengeDto
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class web.sportflow.user.RegistrationDTO
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class web.sportflow.weather.Weather
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class web.sportflow.weather.WeatherDTO
Indicates whether some other object is "equal to" this one.
ErrorController - Class in web.sportflow
 
ErrorController() - Constructor for class web.sportflow.ErrorController
 
Exercise - Class in web.sportflow.exercise
 
Exercise() - Constructor for class web.sportflow.exercise.Exercise
 
Exercise(String, Double) - Constructor for class web.sportflow.exercise.Exercise
 
Exercise(String, Double, List<WorkoutExercise>, List<Sport>) - Constructor for class web.sportflow.exercise.Exercise
 
ExerciseRepository - Interface in web.sportflow.exercise
 
ExerciseService - Class in web.sportflow.exercise
 
ExerciseService(ExerciseRepository) - Constructor for class web.sportflow.exercise.ExerciseService
 
existsByEmail(String) - Method in interface web.sportflow.user.UserRepository
 
existsById(int) - Method in interface web.sportflow.workout.WorkoutExerciseRepository
 
existsById(int) - Method in interface web.sportflow.workout.WorkoutRepository
 
existsByLabel(String) - Method in interface web.sportflow.goal.GoalRepository
 
existsByName(String) - Method in interface web.sportflow.badge.BadgeRepository
 
existsByName(String) - Method in interface web.sportflow.exercise.ExerciseRepository
 
existsByName(String) - Method in interface web.sportflow.sport.SportRepository
 
existsByTitle(String) - Method in interface web.sportflow.challenge.ChallengeRepository
 

F

FEMALE - Enum constant in enum class web.sportflow.user.Sex
 
FIELD_ACCURACY - Static variable in class web.sportflow.sport.SportService
 
FIELD_ATTEMPTS - Static variable in class web.sportflow.sport.SportService
 
FIELD_CARDIO - Static variable in class web.sportflow.sport.SportService
 
FIELD_DEPTH - Static variable in class web.sportflow.sport.SportService
 
FIELD_DISTANCE - Static variable in class web.sportflow.sport.SportService
 
FIELD_DURATION - Static variable in class web.sportflow.sport.SportService
 
FIELD_ELEVATION - Static variable in class web.sportflow.sport.SportService
 
FIELD_HEIGHT - Static variable in class web.sportflow.sport.SportService
 
FIELD_LAPS - Static variable in class web.sportflow.sport.SportService
 
FIELD_LOAD - Static variable in class web.sportflow.sport.SportService
 
FIELD_MOBILITY - Static variable in class web.sportflow.sport.SportService
 
FIELD_REPETITIONS - Static variable in class web.sportflow.sport.SportService
 
FIELD_ROUNDS - Static variable in class web.sportflow.sport.SportService
 
FIELD_SCORE - Static variable in class web.sportflow.sport.SportService
 
FIELD_SPEED - Static variable in class web.sportflow.sport.SportService
 
filterChain(HttpSecurity) - Method in class web.sportflow.config.SecurityBeansConfig
 
findAcceptedForUser(Long) - Method in interface web.sportflow.friendship.FriendshipRepository
 
findAll() - Method in class web.sportflow.sport.SportService
 
findAllByOrderByDateDesc() - Method in interface web.sportflow.workout.WorkoutRepository
 
findAllNames() - Method in interface web.sportflow.sport.SportRepository
 
findAllNames() - Method in class web.sportflow.sport.SportService
 
findAllUsers() - Method in class web.sportflow.user.UserService
 
findByAddresseeIdAndStatus(Long, FriendshipStatus) - Method in interface web.sportflow.friendship.FriendshipRepository
 
findByCreatorIdIn(List<Long>) - Method in interface web.sportflow.challenge.ChallengeRepository
 
findByCreatorIn(List<User>) - Method in interface web.sportflow.challenge.ChallengeRepository
 
findByEmail(String) - Method in interface web.sportflow.user.UserRepository
 
findByFirstnameContainingIgnoreCaseOrLastnameContainingIgnoreCase(String, String, Pageable) - Method in interface web.sportflow.user.UserRepository
 
findById(int) - Method in interface web.sportflow.workout.WorkoutExerciseRepository
 
findById(int) - Method in interface web.sportflow.workout.WorkoutRepository
 
findById(Long) - Method in class web.sportflow.exercise.ExerciseService
 
findById(Long) - Method in class web.sportflow.user.UserService
 
findById(Long) - Method in class web.sportflow.workout.WorkoutService
 
findByIdAndRecipientId(Long, Long) - Method in interface web.sportflow.notification.NotificationRepository
 
findByIdIn(List<Long>) - Method in interface web.sportflow.user.UserRepository
 
findByLabel(String) - Method in interface web.sportflow.goal.GoalRepository
 
findByName(String) - Method in interface web.sportflow.badge.BadgeRepository
 
findByName(String) - Method in interface web.sportflow.exercise.ExerciseRepository
 
findByName(String) - Method in interface web.sportflow.sport.SportRepository
 
findByRecipientIdOrderByCreatedAtDesc(Long, Pageable) - Method in interface web.sportflow.notification.NotificationRepository
 
findByRequesterIdAndStatus(Long, FriendshipStatus) - Method in interface web.sportflow.friendship.FriendshipRepository
 
findByTitle(String) - Method in interface web.sportflow.challenge.ChallengeRepository
 
findByUser(User) - Method in interface web.sportflow.workout.WorkoutRepository
 
findByUserAndDateBetween(User, LocalDateTime, LocalDateTime) - Method in interface web.sportflow.workout.WorkoutRepository
 
findByUserIdInOrderByDateDesc(List<Long>) - Method in interface web.sportflow.workout.WorkoutRepository
 
findByUserIn(List<User>) - Method in interface web.sportflow.goal.GoalRepository
 
findByUserOrderByDateDesc(User) - Method in interface web.sportflow.workout.WorkoutRepository
 
findByWorkoutIdOrderByCreatedAtAsc(Long) - Method in interface web.sportflow.workout.comment.CommentRepository
 
findRelationshipBetween(Long, Long) - Method in interface web.sportflow.friendship.FriendshipRepository
 
findRelationshipBetween(Long, Long) - Method in class web.sportflow.friendship.FriendshipService
 
firstname() - Method in record class web.sportflow.user.RegistrationDTO
Returns the value of the firstname record component.
ForbiddenApiDoc - Annotation Interface in web.sportflow.openapi
 
FRIEND_REQUEST_ACCEPTED - Enum constant in enum class web.sportflow.notification.NotificationType
 
FRIEND_REQUEST_RECEIVED - Enum constant in enum class web.sportflow.notification.NotificationType
 
FRIEND_REQUEST_REFUSED - Enum constant in enum class web.sportflow.notification.NotificationType
 
Friendship - Class in web.sportflow.friendship
 
Friendship() - Constructor for class web.sportflow.friendship.Friendship
 
Friendship(User, User, FriendshipStatus) - Constructor for class web.sportflow.friendship.Friendship
 
FriendshipRepository - Interface in web.sportflow.friendship
 
FriendshipService - Class in web.sportflow.friendship
 
FriendshipService(FriendshipRepository, UserRepository, NotificationService) - Constructor for class web.sportflow.friendship.FriendshipService
 
FriendshipStatus - Enum Class in web.sportflow.friendship
 

G

generationTimeMs() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the generationTimeMs record component.
getAcceptedFriendships(Long) - Method in class web.sportflow.friendship.FriendshipService
 
getAccuracyPercent() - Method in class web.sportflow.workout.WorkoutExercise
 
getActor() - Method in class web.sportflow.notification.Notification
 
getAddress() - Method in class web.sportflow.workout.Workout
 
getAddress() - Method in class web.sportflow.workout.WorkoutDto
 
getAddressee() - Method in class web.sportflow.friendship.Friendship
 
getAll() - Method in class web.sportflow.badge.BadgeService
 
getAll() - Method in class web.sportflow.challenge.ChallengeService
 
getAll() - Method in class web.sportflow.exercise.ExerciseService
 
getAll() - Method in class web.sportflow.goal.GoalService
 
getAll() - Method in class web.sportflow.sport.SportService
 
getAll() - Method in class web.sportflow.user.UserService
 
getAll() - Method in class web.sportflow.workout.WorkoutExerciseService
 
getAll() - Method in class web.sportflow.workout.WorkoutService
 
getAll(Pageable) - Method in class web.sportflow.user.UserService
 
getAllForUser(User) - Method in class web.sportflow.workout.WorkoutExerciseService
 
getAllForUsers(List<Long>) - Method in class web.sportflow.workout.WorkoutService
 
getAllStatutsForUser() - Method in class web.sportflow.workout.WorkoutService
 
getAttempts() - Method in class web.sportflow.workout.WorkoutExercise
 
getAuthor() - Method in class web.sportflow.workout.comment.Comment
 
getAuthorities() - Method in class web.sportflow.user.User
 
getAuthority() - Method in enum class web.sportflow.user.Role
 
getAverageAccuracyPercent() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getAverageApparentTemperature() - Method in class web.sportflow.weather.WeatherStatsDTO
 
getAverageBpm() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getAverageBpm() - Method in class web.sportflow.workout.WorkoutExercise
 
getAverageMonthlyDistanceThisYear(User) - Method in class web.sportflow.workout.WorkoutService
 
getAveragePaceMinPerKm() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getAveragePrecipitation() - Method in class web.sportflow.weather.WeatherStatsDTO
 
getAverageSpeedKmh() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getAverageTemperature() - Method in class web.sportflow.weather.WeatherStatsDTO
 
getAverageWindSpeed() - Method in class web.sportflow.weather.WeatherStatsDTO
 
getBadgeNames() - Method in class web.sportflow.challenge.Challenge
 
getBadges() - Method in class web.sportflow.challenge.Challenge
 
getBadges() - Method in class web.sportflow.user.User
 
getBestSpeedKmh() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getBirthDate() - Method in class web.sportflow.user.User
 
getCalorieBurn() - Method in class web.sportflow.workout.Workout
 
getCalories() - Method in class web.sportflow.workout.Workout
 
getCalories() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getCaloriesPerMin() - Method in class web.sportflow.exercise.Exercise
 
getCaloriesPerSec() - Method in class web.sportflow.exercise.Exercise
 
getCityFromCoordinates(Double, Double) - Method in class web.sportflow.weather.WeatherController
 
getCityFromCoordinates(Double, Double) - Method in class web.sportflow.weather.WeatherService
 
getComments() - Method in class web.sportflow.workout.Workout
 
getCommentsForWorkout(Long) - Method in class web.sportflow.workout.comment.CommentService
 
getCommunityChallenges(List<Challenge>) - Method in class web.sportflow.challenge.ChallengeService
 
getContent() - Method in class web.sportflow.workout.comment.Comment
 
getCoordinates(String) - Method in class web.sportflow.weather.WeatherService
 
getCreatedAt() - Method in class web.sportflow.friendship.Friendship
 
getCreatedAt() - Method in class web.sportflow.notification.Notification
 
getCreatedAt() - Method in class web.sportflow.workout.comment.Comment
 
getCreator() - Method in class web.sportflow.challenge.Challenge
 
getCurrentMonthCurve(User) - Method in class web.sportflow.workout.WorkoutService
 
getCurrentUserAndFriend(User) - Method in class web.sportflow.friendship.FriendshipService
 
getCurrentUserAndFriendIds(Long) - Method in class web.sportflow.friendship.FriendshipService
 
getCurrentValue() - Method in class web.sportflow.goal.Goal
 
getCurrentWeather(String) - Method in class web.sportflow.weather.WeatherController
 
getDate() - Method in class web.sportflow.workout.Workout
 
getDate() - Method in class web.sportflow.workout.WorkoutDto
 
getDepthM() - Method in class web.sportflow.workout.WorkoutExercise
 
getDescription() - Method in class web.sportflow.badge.Badge
 
getDescription() - Method in class web.sportflow.challenge.Challenge
 
getDescription() - Method in class web.sportflow.workout.Workout
 
getDescription() - Method in class web.sportflow.workout.WorkoutDto
 
getDisplayName() - Method in class web.sportflow.sport.Sport
 
getDistance() - Method in class web.sportflow.workout.WorkoutDto
 
getDistanceGapVsAverageMonthly(User) - Method in class web.sportflow.workout.WorkoutService
 
getDistanceKm() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getDistanceM() - Method in class web.sportflow.workout.WorkoutExercise
 
getDuration() - Method in class web.sportflow.workout.WorkoutDto
 
getDurationMin() - Method in class web.sportflow.workout.Workout
 
getDurationMin() - Method in class web.sportflow.workout.WorkoutExercise
 
getDurationMinutes() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getDurationSec() - Method in class web.sportflow.workout.Workout
 
getDurationSec() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getDurationSec() - Method in class web.sportflow.workout.WorkoutExercise
 
getElevationGainM() - Method in class web.sportflow.workout.WorkoutExercise
 
getEmail() - Method in class web.sportflow.user.User
 
getEndDate() - Method in class web.sportflow.challenge.Challenge
 
getEndDateShortUs() - Method in class web.sportflow.challenge.Challenge
 
getExercise() - Method in class web.sportflow.workout.WorkoutExercise
 
getExercises() - Method in class web.sportflow.sport.Sport
 
getFirstname() - Method in class web.sportflow.user.User
 
getFriendsAndUserChallenge(User) - Method in class web.sportflow.challenge.ChallengeService
 
getFriendsAndUserGoal(User) - Method in class web.sportflow.goal.GoalService
 
getFriendsWorkout(long) - Method in class web.sportflow.workout.WorkoutService
 
getGoals() - Method in class web.sportflow.user.User
 
getHeight() - Method in class web.sportflow.user.User
 
getHeight() - Method in class web.sportflow.workout.statistique.MonthlyBarView
 
getHeightM() - Method in class web.sportflow.workout.WorkoutExercise
 
getIconPath() - Method in class web.sportflow.badge.Badge
 
getId() - Method in class web.sportflow.badge.Badge
 
getId() - Method in class web.sportflow.challenge.Challenge
 
getId() - Method in class web.sportflow.exercise.Exercise
 
getId() - Method in class web.sportflow.friendship.Friendship
 
getId() - Method in class web.sportflow.goal.Goal
 
getId() - Method in class web.sportflow.notification.Notification
 
getId() - Method in class web.sportflow.sport.Sport
 
getId() - Method in class web.sportflow.user.User
 
getId() - Method in class web.sportflow.workout.comment.Comment
 
getId() - Method in class web.sportflow.workout.Workout
 
getId() - Method in class web.sportflow.workout.WorkoutDto
 
getId() - Method in class web.sportflow.workout.WorkoutExercise
 
getIncomingPendingRequests(Long) - Method in class web.sportflow.friendship.FriendshipService
 
getIncompleteForUser(User) - Method in class web.sportflow.workout.WorkoutService
 
getKudosCount() - Method in class web.sportflow.workout.Workout
 
getLabel() - Method in class web.sportflow.goal.Goal
 
getLabel() - Method in class web.sportflow.workout.statistique.MonthlyBarView
 
getLabelFr() - Method in enum class web.sportflow.challenge.ChallengeType
 
getLabelFr() - Method in enum class web.sportflow.friendship.FriendshipStatus
 
getLabelFr() - Method in enum class web.sportflow.goal.GoalType
 
getLabelFr() - Method in enum class web.sportflow.user.PracticeLevel
 
getLabelFr() - Method in enum class web.sportflow.user.Role
 
getLabelFr() - Method in enum class web.sportflow.user.Sex
 
getLaps() - Method in class web.sportflow.workout.WorkoutExercise
 
getLastname() - Method in class web.sportflow.user.User
 
getLatitude() - Method in class web.sportflow.weather.CityResultDTO
 
getLevel() - Method in class web.sportflow.user.User
 
getLongitude() - Method in class web.sportflow.weather.CityResultDTO
 
getMaxDepthM() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getMaxHeightM() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getMaxSpeedKmh() - Method in class web.sportflow.workout.WorkoutExercise
 
getMaxTemperature() - Method in class web.sportflow.weather.WeatherStatsDTO
 
getMaxWeightKg() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getMessage() - Method in class web.sportflow.notification.Notification
 
getMET() - Method in class web.sportflow.sport.Sport
 
getMinTemperature() - Method in class web.sportflow.weather.WeatherStatsDTO
 
getMonthDayLabels() - Method in class web.sportflow.workout.WorkoutService
 
getMonthDistancesForChart(User) - Method in class web.sportflow.workout.WorkoutService
 
getMonthLabelsForChart() - Method in class web.sportflow.workout.WorkoutService
 
getMonthlyBarViewsCurrentYear(User) - Method in class web.sportflow.workout.WorkoutService
 
getMonthlyDistancesCurrentYear(User) - Method in class web.sportflow.workout.WorkoutService
 
getMonthlyProgressPercent(User, double) - Method in class web.sportflow.workout.WorkoutService
 
getName() - Method in class web.sportflow.badge.Badge
 
getName() - Method in class web.sportflow.exercise.Exercise
 
getName() - Method in class web.sportflow.sport.Sport
 
getName() - Method in class web.sportflow.weather.CityResultDTO
 
getName() - Method in class web.sportflow.workout.Workout
 
getName() - Method in class web.sportflow.workout.WorkoutDto
 
getOfficialChallenges(List<Challenge>) - Method in class web.sportflow.challenge.ChallengeService
 
getOthersWhoKudoed(User) - Method in class web.sportflow.workout.Workout
 
getOutgoingPendingRequests(Long) - Method in class web.sportflow.friendship.FriendshipService
 
getParticipantNames() - Method in class web.sportflow.challenge.Challenge
 
getParticipants() - Method in class web.sportflow.challenge.Challenge
 
getPassword() - Method in class web.sportflow.user.User
 
getPrimaryMetricLabel() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getPrimaryMetricValue() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getProfileImagePath() - Method in class web.sportflow.user.User
 
getProgressPercent() - Method in class web.sportflow.goal.Goal
 
getRating() - Method in class web.sportflow.workout.Workout
 
getRating() - Method in class web.sportflow.workout.WorkoutDto
 
getRecentForUser(User, int) - Method in class web.sportflow.notification.NotificationService
 
getRecipient() - Method in class web.sportflow.notification.Notification
 
getRemainingDays() - Method in class web.sportflow.challenge.Challenge
 
getRemainingTimePercent() - Method in class web.sportflow.challenge.Challenge
 
getReps() - Method in class web.sportflow.workout.WorkoutExercise
 
getRequester() - Method in class web.sportflow.friendship.Friendship
 
getRole() - Method in class web.sportflow.user.User
 
getRounds() - Method in class web.sportflow.workout.WorkoutExercise
 
getScore() - Method in class web.sportflow.workout.WorkoutExercise
 
getSecondaryMetricLabel() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getSecondaryMetricValue() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getSets() - Method in class web.sportflow.workout.WorkoutExercise
 
getSex() - Method in class web.sportflow.user.User
 
getSport() - Method in class web.sportflow.workout.Workout
 
getSport() - Method in class web.sportflow.workout.WorkoutDto
 
getSportName() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getSportNameLabel() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getSportNames() - Method in class web.sportflow.challenge.Challenge
 
getSports() - Method in class web.sportflow.challenge.Challenge
 
getSports() - Method in class web.sportflow.exercise.Exercise
 
getSports() - Method in class web.sportflow.user.User
 
getStartDate() - Method in class web.sportflow.challenge.Challenge
 
getStartDateShortUs() - Method in class web.sportflow.challenge.Challenge
 
getStatus() - Method in class web.sportflow.friendship.Friendship
 
getSuccessfulAttempts() - Method in class web.sportflow.workout.WorkoutExercise
 
getTargetUrl() - Method in class web.sportflow.notification.Notification
 
getTargetValue() - Method in class web.sportflow.challenge.Challenge
 
getTargetValue() - Method in class web.sportflow.goal.Goal
 
getTitle() - Method in class web.sportflow.challenge.Challenge
 
getTotalAttempts() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getTotalCaloriesThisWeek(User) - Method in class web.sportflow.workout.WorkoutService
 
getTotalDistanceThisMonth(User) - Method in class web.sportflow.workout.WorkoutService
 
getTotalDistanceThisWeek(User) - Method in class web.sportflow.workout.WorkoutService
 
getTotalDistanceThisYear(User) - Method in class web.sportflow.workout.WorkoutService
 
getTotalDurationThisWeek(User) - Method in class web.sportflow.workout.WorkoutService
 
getTotalElevationGainM() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getTotalLaps() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getTotalReps() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getTotalRounds() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getTotalScore() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getTotalSets() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getTotalSuccessfulAttempts() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getType() - Method in class web.sportflow.challenge.Challenge
 
getType() - Method in class web.sportflow.goal.Goal
 
getType() - Method in class web.sportflow.notification.Notification
 
getUnit() - Method in class web.sportflow.goal.Goal
 
getUpdatedAt() - Method in class web.sportflow.friendship.Friendship
 
getUser() - Method in class web.sportflow.goal.Goal
 
getUser() - Method in class web.sportflow.workout.Workout
 
getUserById(Long) - Method in class web.sportflow.user.UserService
 
getUsername() - Method in class web.sportflow.user.User
 
getUsersWhoKudoed() - Method in class web.sportflow.workout.Workout
 
getValue() - Method in class web.sportflow.workout.statistique.MonthlyBarView
 
getWeather() - Method in class web.sportflow.workout.Workout
 
getWeather() - Method in class web.sportflow.workout.WorkoutDto
 
getWeather(Double, Double, LocalDate) - Method in class web.sportflow.weather.WeatherService
 
getWeather(Double, Double, LocalDate, LocalDate) - Method in class web.sportflow.weather.WeatherService
 
getWeather(String, LocalDate) - Method in class web.sportflow.weather.WeatherService
 
getWeatherAtDate(String, String) - Method in class web.sportflow.weather.WeatherController
 
getWeatherIndicator() - Method in class web.sportflow.weather.WeatherStatsDTO
 
getWeatherStats(String, LocalDateTime, Double) - Method in class web.sportflow.weather.WeatherService
 
getWeatherStatsAtDate(String, String, Double) - Method in class web.sportflow.weather.WeatherController
Get weather statistics for a specific date and duration.
getWeekDistances(User) - Method in class web.sportflow.workout.WorkoutService
 
getWeekLabels() - Method in class web.sportflow.workout.WorkoutService
 
getWeight() - Method in class web.sportflow.user.User
 
getWeightKg() - Method in class web.sportflow.workout.WorkoutExercise
 
getWorkout() - Method in class web.sportflow.workout.comment.Comment
 
getWorkout() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
getWorkout() - Method in class web.sportflow.workout.WorkoutExercise
 
getWorkoutExercises() - Method in class web.sportflow.exercise.Exercise
 
getWorkoutExercises() - Method in class web.sportflow.workout.Workout
 
getWorkoutRecommendation(User) - Method in class web.sportflow.user.UserService
 
getWorkouts() - Method in class web.sportflow.sport.Sport
 
getWorkouts() - Method in class web.sportflow.user.User
 
getYearAverageCurve(User) - Method in class web.sportflow.workout.WorkoutService
 
getYearDistancesForChart(User) - Method in class web.sportflow.workout.WorkoutService
 
getYearLabelsForChart() - Method in class web.sportflow.workout.WorkoutService
 
Goal - Class in web.sportflow.goal
 
Goal() - Constructor for class web.sportflow.goal.Goal
 
Goal(String, GoalType, Double, Double, String, User) - Constructor for class web.sportflow.goal.Goal
 
GoalRepository - Interface in web.sportflow.goal
 
GoalService - Class in web.sportflow.goal
 
GoalService(GoalRepository, FriendshipService, UserRepository) - Constructor for class web.sportflow.goal.GoalService
 
GoalType - Enum Class in web.sportflow.goal
 

H

handleException(Throwable, Model, HttpServletResponse) - Method in class web.sportflow.ErrorController
 
handleNoResource(NoResourceFoundException, Model, HttpServletResponse) - Method in class web.sportflow.ErrorController
 
hasBadgeId(Long) - Method in class web.sportflow.challenge.Challenge
 
hashCode() - Method in record class web.sportflow.challenge.ChallengeDto
Returns a hash code value for this object.
hashCode() - Method in record class web.sportflow.user.RegistrationDTO
Returns a hash code value for this object.
hashCode() - Method in record class web.sportflow.weather.Weather
Returns a hash code value for this object.
hashCode() - Method in record class web.sportflow.weather.WeatherDTO
Returns a hash code value for this object.
hasParticipantId(Long) - Method in class web.sportflow.challenge.Challenge
 
hasSecondaryMetric() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 
hasSportId(Long) - Method in class web.sportflow.challenge.Challenge
 
height() - Method in record class web.sportflow.user.RegistrationDTO
Returns the value of the height record component.
HomeController - Class in web.sportflow
 
HomeController() - Constructor for class web.sportflow.HomeController
 
hourly() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the hourly record component.
hourlyUnits() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the hourlyUnits record component.
HtmlFragmentApiDoc - Annotation Interface in web.sportflow.openapi
 
HtmlRedirectApiDoc - Annotation Interface in web.sportflow.openapi
 
HtmlViewApiDoc - Annotation Interface in web.sportflow.openapi
 

I

INTERMEDIATE - Enum constant in enum class web.sportflow.user.PracticeLevel
 
InternalServerErrorApiDoc - Annotation Interface in web.sportflow.openapi
 
isAccountNonExpired() - Method in class web.sportflow.user.User
 
isAccountNonLocked() - Method in class web.sportflow.user.User
 
isActive() - Method in class web.sportflow.challenge.Challenge
 
isCredentialsNonExpired() - Method in class web.sportflow.user.User
 
isCurrentMonth() - Method in class web.sportflow.workout.statistique.MonthlyBarView
 
isDisplayable(Workout) - Method in class web.sportflow.workout.WorkoutService
 
isEnabled() - Method in class web.sportflow.user.User
 
isKudoedBy(User) - Method in class web.sportflow.workout.Workout
 
isOfficial() - Method in class web.sportflow.challenge.Challenge
 
isPublishable(Workout) - Method in class web.sportflow.workout.WorkoutService
 
isPublished() - Method in class web.sportflow.workout.Workout
 
isRead() - Method in class web.sportflow.notification.Notification
 
isSecondaryMetric() - Method in class web.sportflow.workout.WorkoutDashboardDisplay
 

J

joinChallenge(Long, User) - Method in class web.sportflow.challenge.ChallengeService
 
joinChallenge(User, Long, String, RedirectAttributes) - Method in class web.sportflow.user.UserController
 
JsonSuccessApiDoc - Annotation Interface in web.sportflow.openapi
 

K

KUDO - Enum constant in enum class web.sportflow.notification.NotificationType
 

L

lastname() - Method in record class web.sportflow.user.RegistrationDTO
Returns the value of the lastname record component.
latitude() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the latitude record component.
leaveChallenge(Long, User) - Method in class web.sportflow.challenge.ChallengeService
 
leaveChallenge(User, Long, String, RedirectAttributes) - Method in class web.sportflow.user.UserController
 
listWorkouts(Model) - Method in class web.sportflow.workout.WorkoutController
 
loadUserByUsername(String) - Method in class web.sportflow.user.UserService
 
login() - Method in class web.sportflow.AuthController
 
longitude() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the longitude record component.

M

main(String[]) - Static method in class web.sportflow.SportflowApplication
 
MALE - Enum constant in enum class web.sportflow.user.Sex
 
manageFriends(User, String, Pageable, Model) - Method in class web.sportflow.user.UserController
 
mapWeatherCode(String) - Method in class web.sportflow.weather.WeatherService
 
markAllAsRead(Long) - Method in interface web.sportflow.notification.NotificationRepository
 
markAllAsRead(User) - Method in class web.sportflow.notification.NotificationService
 
markAllNotificationsAsRead(User, String) - Method in class web.sportflow.notification.NotificationController
 
markAsRead(Long, User) - Method in class web.sportflow.notification.NotificationService
 
markNotificationAsRead(User, Long, String) - Method in class web.sportflow.notification.NotificationController
 
MonthlyBarView - Class in web.sportflow.workout.statistique
 
MonthlyBarView(String, double, int, boolean) - Constructor for class web.sportflow.workout.statistique.MonthlyBarView
 

N

newWorkoutForm(Model, User) - Method in class web.sportflow.workout.WorkoutController
 
nom() - Method in record class web.sportflow.weather.Weather
Returns the value of the nom record component.
NotFoundApiDoc - Annotation Interface in web.sportflow.openapi
 
Notification - Class in web.sportflow.notification
 
Notification() - Constructor for class web.sportflow.notification.Notification
 
Notification(User, User, NotificationType, String, String) - Constructor for class web.sportflow.notification.Notification
 
NotificationController - Class in web.sportflow.notification
 
NotificationController(NotificationService) - Constructor for class web.sportflow.notification.NotificationController
 
NotificationModelAttributes - Class in web.sportflow.notification
 
NotificationModelAttributes(NotificationService) - Constructor for class web.sportflow.notification.NotificationModelAttributes
 
NotificationRepository - Interface in web.sportflow.notification
 
NotificationService - Class in web.sportflow.notification
 
NotificationService(NotificationRepository) - Constructor for class web.sportflow.notification.NotificationService
 
NotificationType - Enum Class in web.sportflow.notification
 
notifyCommentOnWorkout(Workout, User) - Method in class web.sportflow.notification.NotificationService
 
notifyFriendRequestAccepted(Friendship, User) - Method in class web.sportflow.notification.NotificationService
 
notifyFriendRequestReceived(Friendship) - Method in class web.sportflow.notification.NotificationService
 
notifyFriendRequestRefused(Friendship, User) - Method in class web.sportflow.notification.NotificationService
 
notifyKudoOnWorkout(Workout, User) - Method in class web.sportflow.notification.NotificationService
 

P

password() - Method in record class web.sportflow.user.RegistrationDTO
Returns the value of the password record component.
passwordEncoder() - Method in class web.sportflow.config.SecurityBeansConfig
 
PENDING - Enum constant in enum class web.sportflow.friendship.FriendshipStatus
 
percentage() - Method in record class web.sportflow.challenge.ChallengeDto
Returns the value of the percentage record component.
postComment(Long, String, User, Model) - Method in class web.sportflow.workout.WorkoutController
 
PracticeLevel - Enum Class in web.sportflow.user
 
prePersist() - Method in class web.sportflow.notification.Notification
 

R

redirectGoalsPage() - Method in class web.sportflow.user.UserController
 
redirectToDashboard() - Method in class web.sportflow.HomeController
 
redirectToDashboardHome() - Method in class web.sportflow.HomeController
 
redirectTypoDashbord() - Method in class web.sportflow.HomeController
 
redirectUsersPage() - Method in class web.sportflow.user.UserController
 
ReferenceDataInitializer - Class in web.sportflow.config
 
ReferenceDataInitializer(UserRepository, SportRepository, BadgeRepository, ChallengeRepository, GoalRepository, PasswordEncoder, WorkoutRepository, FriendshipService, ExerciseRepository) - Constructor for class web.sportflow.config.ReferenceDataInitializer
 
REFUSED - Enum constant in enum class web.sportflow.friendship.FriendshipStatus
 
refuseFriendRequest(User, Long, String, RedirectAttributes) - Method in class web.sportflow.user.UserController
 
refuseRequest(Long, Long) - Method in class web.sportflow.friendship.FriendshipService
 
registerUser(RegistrationDTO) - Method in class web.sportflow.AuthController
 
registerUser(RegistrationDTO) - Method in class web.sportflow.user.UserService
 
registerUser(RegistrationDTO, boolean) - Method in class web.sportflow.user.UserService
Master registration method.
registerUser(RegistrationDTO, Model) - Method in class web.sportflow.user.UserController
 
RegistrationDTO - Record Class in web.sportflow.user
 
RegistrationDTO(String, String, String, String, Sex, Double, Double) - Constructor for record class web.sportflow.user.RegistrationDTO
Creates an instance of a RegistrationDTO record class.
removeKudo(User) - Method in class web.sportflow.workout.Workout
 
removeSport(Sport) - Method in class web.sportflow.user.User
 
REPETITION - Enum constant in enum class web.sportflow.challenge.ChallengeType
 
REPETITIONS - Enum constant in enum class web.sportflow.goal.GoalType
 
restClient(String) - Method in class web.sportflow.config.AppConfig
 
restTemplate() - Method in class web.sportflow.config.AppConfig
 
Role - Enum Class in web.sportflow.user
 
run(String...) - Method in class web.sportflow.config.ReferenceDataInitializer
 

S

save(User) - Method in class web.sportflow.user.UserService
 
saveWorkout(WorkoutDto, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, String, User, RedirectAttributes) - Method in class web.sportflow.workout.WorkoutController
 
saveWorkout(Workout, User) - Method in class web.sportflow.workout.WorkoutService
 
searchAddress(String) - Method in class web.sportflow.weather.WeatherService
 
searchChallenges(String) - Method in class web.sportflow.challenge.ChallengeService
 
searchUsers(String, Pageable) - Method in class web.sportflow.user.UserService
 
SecurityBeansConfig - Class in web.sportflow.config
 
SecurityBeansConfig() - Constructor for class web.sportflow.config.SecurityBeansConfig
 
sendFriendRequest(User, Long, String, RedirectAttributes) - Method in class web.sportflow.user.UserController
 
sendRequest(Long, Long) - Method in class web.sportflow.friendship.FriendshipService
 
setAccuracyPercent(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setActor(User) - Method in class web.sportflow.notification.Notification
 
setAddress(String) - Method in class web.sportflow.workout.Workout
 
setAddress(String) - Method in class web.sportflow.workout.WorkoutDto
 
setAddressee(User) - Method in class web.sportflow.friendship.Friendship
 
setAttempts(Integer) - Method in class web.sportflow.workout.WorkoutExercise
 
setAuthor(User) - Method in class web.sportflow.workout.comment.Comment
 
setAverageApparentTemperature(String) - Method in class web.sportflow.weather.WeatherStatsDTO
 
setAverageBpm(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setAveragePrecipitation(String) - Method in class web.sportflow.weather.WeatherStatsDTO
 
setAverageTemperature(String) - Method in class web.sportflow.weather.WeatherStatsDTO
 
setAverageWindSpeed(String) - Method in class web.sportflow.weather.WeatherStatsDTO
 
setBadges(List<Badge>) - Method in class web.sportflow.challenge.Challenge
 
setBirthDate(LocalDate) - Method in class web.sportflow.user.User
 
setCaloriesPerMin(Double) - Method in class web.sportflow.exercise.Exercise
 
setCaloriesPerSec(Double) - Method in class web.sportflow.exercise.Exercise
 
setContent(String) - Method in class web.sportflow.workout.comment.Comment
 
setCreatedAt(LocalDateTime) - Method in class web.sportflow.friendship.Friendship
 
setCreatedAt(LocalDateTime) - Method in class web.sportflow.notification.Notification
 
setCreator(User) - Method in class web.sportflow.challenge.Challenge
 
setCurrentValue(Double) - Method in class web.sportflow.goal.Goal
 
setDate(LocalDateTime) - Method in class web.sportflow.workout.Workout
 
setDate(LocalDateTime) - Method in class web.sportflow.workout.WorkoutDto
 
setDepthM(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setDescription(String) - Method in class web.sportflow.badge.Badge
 
setDescription(String) - Method in class web.sportflow.challenge.Challenge
 
setDescription(String) - Method in class web.sportflow.workout.Workout
 
setDescription(String) - Method in class web.sportflow.workout.WorkoutDto
 
setDistance(Double) - Method in class web.sportflow.workout.WorkoutDto
 
setDistanceM(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setDuration(Double) - Method in class web.sportflow.workout.WorkoutDto
 
setDurationMin(Double) - Method in class web.sportflow.workout.Workout
 
setDurationMin(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setDurationSec(Double) - Method in class web.sportflow.workout.Workout
 
setDurationSec(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setElevationGainM(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setEmail(String) - Method in class web.sportflow.user.User
 
setEndDate(LocalDate) - Method in class web.sportflow.challenge.Challenge
 
setExercise(Exercise) - Method in class web.sportflow.workout.WorkoutExercise
 
setExercises(List<Exercise>) - Method in class web.sportflow.sport.Sport
 
setFirstname(String) - Method in class web.sportflow.user.User
 
setHeight(Double) - Method in class web.sportflow.user.User
 
setHeightM(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setIconPath(String) - Method in class web.sportflow.badge.Badge
 
setId(Long) - Method in class web.sportflow.badge.Badge
 
setId(Long) - Method in class web.sportflow.challenge.Challenge
 
setId(Long) - Method in class web.sportflow.exercise.Exercise
 
setId(Long) - Method in class web.sportflow.friendship.Friendship
 
setId(Long) - Method in class web.sportflow.goal.Goal
 
setId(Long) - Method in class web.sportflow.notification.Notification
 
setId(Long) - Method in class web.sportflow.sport.Sport
 
setId(Long) - Method in class web.sportflow.user.User
 
setId(Long) - Method in class web.sportflow.workout.Workout
 
setId(Long) - Method in class web.sportflow.workout.WorkoutDto
 
setId(Long) - Method in class web.sportflow.workout.WorkoutExercise
 
setLabel(String) - Method in class web.sportflow.goal.Goal
 
setLaps(Integer) - Method in class web.sportflow.workout.WorkoutExercise
 
setLastname(String) - Method in class web.sportflow.user.User
 
setLatitude(double) - Method in class web.sportflow.weather.CityResultDTO
 
setLevel(PracticeLevel) - Method in class web.sportflow.user.User
 
setLongitude(double) - Method in class web.sportflow.weather.CityResultDTO
 
setMaxSpeedKmh(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setMaxTemperature(String) - Method in class web.sportflow.weather.WeatherStatsDTO
 
setMessage(String) - Method in class web.sportflow.notification.Notification
 
setMET(Double) - Method in class web.sportflow.sport.Sport
 
setMinTemperature(String) - Method in class web.sportflow.weather.WeatherStatsDTO
 
setName(String) - Method in class web.sportflow.badge.Badge
 
setName(String) - Method in class web.sportflow.exercise.Exercise
 
setName(String) - Method in class web.sportflow.sport.Sport
 
setName(String) - Method in class web.sportflow.weather.CityResultDTO
 
setName(String) - Method in class web.sportflow.workout.Workout
 
setName(String) - Method in class web.sportflow.workout.WorkoutDto
 
setOfficial(boolean) - Method in class web.sportflow.challenge.Challenge
 
setParticipants(List<User>) - Method in class web.sportflow.challenge.Challenge
 
setPassword(String) - Method in class web.sportflow.user.User
 
setProfileImagePath(String) - Method in class web.sportflow.user.User
 
setPublished(boolean) - Method in class web.sportflow.workout.Workout
 
setRating(Double) - Method in class web.sportflow.workout.Workout
 
setRating(Double) - Method in class web.sportflow.workout.WorkoutDto
 
setRead(boolean) - Method in class web.sportflow.notification.Notification
 
setRecipient(User) - Method in class web.sportflow.notification.Notification
 
setReps(Integer) - Method in class web.sportflow.workout.WorkoutExercise
 
setRequester(User) - Method in class web.sportflow.friendship.Friendship
 
setRole(Role) - Method in class web.sportflow.user.User
 
setRounds(Integer) - Method in class web.sportflow.workout.WorkoutExercise
 
setScore(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setSets(Integer) - Method in class web.sportflow.workout.WorkoutExercise
 
setSex(Sex) - Method in class web.sportflow.user.User
 
setSport(Sport) - Method in class web.sportflow.workout.Workout
 
setSport(Sport) - Method in class web.sportflow.workout.WorkoutDto
 
setSports(List<Sport>) - Method in class web.sportflow.challenge.Challenge
 
setSports(List<Sport>) - Method in class web.sportflow.exercise.Exercise
 
setSports(List<Sport>) - Method in class web.sportflow.user.User
 
setStartDate(LocalDate) - Method in class web.sportflow.challenge.Challenge
 
setStatus(FriendshipStatus) - Method in class web.sportflow.friendship.Friendship
 
setSuccessfulAttempts(Integer) - Method in class web.sportflow.workout.WorkoutExercise
 
setTargetUrl(String) - Method in class web.sportflow.notification.Notification
 
setTargetValue(Double) - Method in class web.sportflow.challenge.Challenge
 
setTargetValue(Double) - Method in class web.sportflow.goal.Goal
 
setTitle(String) - Method in class web.sportflow.challenge.Challenge
 
setType(ChallengeType) - Method in class web.sportflow.challenge.Challenge
 
setType(GoalType) - Method in class web.sportflow.goal.Goal
 
setType(NotificationType) - Method in class web.sportflow.notification.Notification
 
setUnit(String) - Method in class web.sportflow.goal.Goal
 
setUpdatedAt(LocalDateTime) - Method in class web.sportflow.friendship.Friendship
 
setUser(User) - Method in class web.sportflow.goal.Goal
 
setUser(User) - Method in class web.sportflow.workout.Workout
 
setWeather(WeatherStatsDTO) - Method in class web.sportflow.workout.Workout
 
setWeather(WeatherStatsDTO) - Method in class web.sportflow.workout.WorkoutDto
 
setWeatherIndicator(String) - Method in class web.sportflow.weather.WeatherStatsDTO
 
setWeight(Double) - Method in class web.sportflow.user.User
 
setWeightG(Double) - Method in class web.sportflow.workout.WorkoutExercise
 
setWorkout(Workout) - Method in class web.sportflow.workout.comment.Comment
 
setWorkout(Workout) - Method in class web.sportflow.workout.WorkoutExercise
 
setWorkoutExercises(List<WorkoutExercise>) - Method in class web.sportflow.exercise.Exercise
 
setWorkoutExercises(List<WorkoutExercise>) - Method in class web.sportflow.workout.Workout
 
setWorkouts(List<Workout>) - Method in class web.sportflow.sport.Sport
 
sex() - Method in record class web.sportflow.user.RegistrationDTO
Returns the value of the sex record component.
Sex - Enum Class in web.sportflow.user
 
showBadgesPage(Model) - Method in class web.sportflow.admin.AdminController
 
showChallenges(User, String, Model) - Method in class web.sportflow.user.UserController
 
showChallengesPage(Model) - Method in class web.sportflow.admin.AdminController
 
showCreateForm(Model) - Method in class web.sportflow.user.UserController
 
showDashboard(User, Model) - Method in class web.sportflow.user.UserController
 
showEditProfile(User, Model) - Method in class web.sportflow.user.UserController
 
showFriendshipsPage(Model) - Method in class web.sportflow.admin.AdminController
 
showGoalsPage(Model) - Method in class web.sportflow.admin.AdminController
 
showMenu() - Method in class web.sportflow.user.UserController
 
showPanel(Model) - Method in class web.sportflow.admin.AdminController
 
showProfile(User, Model) - Method in class web.sportflow.user.UserController
 
showRegistrationForm(Model) - Method in class web.sportflow.AuthController
 
showSportsPage(Model) - Method in class web.sportflow.admin.AdminController
 
showStatistiquePage(User, Model) - Method in class web.sportflow.user.UserController
 
showUserProfile(User, Long, Model, RedirectAttributes) - Method in class web.sportflow.user.UserController
 
showUsersPage(Model) - Method in class web.sportflow.admin.AdminController
 
showWorkout(Model) - Method in class web.sportflow.user.UserController
 
showWorkoutsPage(Model) - Method in class web.sportflow.admin.AdminController
 
Sport - Class in web.sportflow.sport
 
Sport() - Constructor for class web.sportflow.sport.Sport
 
Sport(String, Double) - Constructor for class web.sportflow.sport.Sport
 
SportflowApplication - Class in web.sportflow
 
SportflowApplication() - Constructor for class web.sportflow.SportflowApplication
 
SportRepository - Interface in web.sportflow.sport
 
SportService - Class in web.sportflow.sport
 
SportService(SportRepository) - Constructor for class web.sportflow.sport.SportService
 
springSecurityDialect() - Method in class web.sportflow.config.AppConfig
 
syncChallengeBadgesForUser(List<Challenge>, User) - Method in class web.sportflow.challenge.ChallengeService
 

T

targetValue() - Method in record class web.sportflow.challenge.ChallengeDto
Returns the value of the targetValue record component.
TestController - Class in web.sportflow.weather
 
TestController() - Constructor for class web.sportflow.weather.TestController
 
testWeather(Model) - Method in class web.sportflow.weather.TestController
 
timezone() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the timezone record component.
timezoneAbbreviation() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the timezoneAbbreviation record component.
toggleKudo(Long, User) - Method in class web.sportflow.workout.WorkoutController
 
toggleKudo(Long, User) - Method in class web.sportflow.workout.WorkoutService
 
toString() - Method in record class web.sportflow.challenge.ChallengeDto
Returns a string representation of this record class.
toString() - Method in record class web.sportflow.user.RegistrationDTO
Returns a string representation of this record class.
toString() - Method in class web.sportflow.user.User
 
toString() - Method in record class web.sportflow.weather.Weather
Returns a string representation of this record class.
toString() - Method in record class web.sportflow.weather.WeatherDTO
Returns a string representation of this record class.

U

UnauthorizedApiDoc - Annotation Interface in web.sportflow.openapi
 
unfriend(Long, Long) - Method in class web.sportflow.friendship.FriendshipService
 
unfriend(User, Long, String, RedirectAttributes) - Method in class web.sportflow.user.UserController
 
unitLabel() - Method in record class web.sportflow.challenge.ChallengeDto
Returns the value of the unitLabel record component.
updateBadge(Long, String, String, String, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
updateChallenge(Long, String, String, ChallengeType, Double, LocalDate, LocalDate, Long, boolean, List<Long>, List<Long>, List<Long>, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
updateCurrentUserProfile(User, String, String, String, Double, Double, Sex, LocalDate, PracticeLevel) - Method in class web.sportflow.user.UserService
 
updateFriendship(Long, Long, Long, FriendshipStatus, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
updateGoal(Long, String, GoalType, Double, Double, String, Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
updateProfile(User, String, String, String, Double, Double, Sex, PracticeLevel, LocalDate, MultipartFile, Model, RedirectAttributes) - Method in class web.sportflow.user.UserController
 
updateSport(Long, String, Double, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
updateUser(Long, String, String, String, String, Role, Double, Double, Sex, PracticeLevel, LocalDate, String, List<Long>, List<Long>, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
updateWorkout(Long, String, String, LocalDateTime, String, String, List<WorkoutExercise>, Long, Long, RedirectAttributes) - Method in class web.sportflow.admin.AdminController
 
User - Class in web.sportflow.user
 
User() - Constructor for class web.sportflow.user.User
 
User(String, String, String, Double, Double, Sex) - Constructor for class web.sportflow.user.User
 
User(String, String, String, Double, Double, Sex, LocalDate, PracticeLevel) - Constructor for class web.sportflow.user.User
 
User(String, String, String, String, Double, Double, Sex, LocalDate, PracticeLevel) - Constructor for class web.sportflow.user.User
 
USER - Enum constant in enum class web.sportflow.user.Role
 
UserController - Class in web.sportflow.user
 
UserController(UserService, WorkoutService, GoalService, ChallengeService, BadgeService, FriendshipService) - Constructor for class web.sportflow.user.UserController
 
UserRepository - Interface in web.sportflow.user
 
UserService - Class in web.sportflow.user
 
UserService(UserRepository, PasswordEncoder) - Constructor for class web.sportflow.user.UserService
 
utcOffsetSeconds() - Method in record class web.sportflow.weather.WeatherDTO
Returns the value of the utcOffsetSeconds record component.

V

valueOf(String) - Static method in enum class web.sportflow.challenge.ChallengeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class web.sportflow.friendship.FriendshipStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class web.sportflow.goal.GoalType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class web.sportflow.notification.NotificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class web.sportflow.user.PracticeLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class web.sportflow.user.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class web.sportflow.user.Sex
Returns the enum constant of this class with the specified name.
values() - Static method in enum class web.sportflow.challenge.ChallengeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class web.sportflow.friendship.FriendshipStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class web.sportflow.goal.GoalType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class web.sportflow.notification.NotificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class web.sportflow.user.PracticeLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class web.sportflow.user.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class web.sportflow.user.Sex
Returns an array containing the constants of this enum class, in the order they are declared.

W

Weather - Record Class in web.sportflow.weather
 
Weather(LocalDate, String) - Constructor for record class web.sportflow.weather.Weather
Creates an instance of a Weather record class.
WeatherController - Class in web.sportflow.weather
 
WeatherController(WeatherService) - Constructor for class web.sportflow.weather.WeatherController
 
WeatherDTO - Record Class in web.sportflow.weather
 
WeatherDTO(double, double, double, int, String, String, double, HourlyUnits, Hourly) - Constructor for record class web.sportflow.weather.WeatherDTO
Creates an instance of a WeatherDTO record class.
WeatherService - Class in web.sportflow.weather
 
WeatherService(RestTemplate, RestClient) - Constructor for class web.sportflow.weather.WeatherService
 
WeatherStatsDTO - Class in web.sportflow.weather
 
WeatherStatsDTO() - Constructor for class web.sportflow.weather.WeatherStatsDTO
 
WeatherStatsDTO(String, String, String, String, String, String, String) - Constructor for class web.sportflow.weather.WeatherStatsDTO
 
web.sportflow - package web.sportflow
 
web.sportflow.admin - package web.sportflow.admin
 
web.sportflow.badge - package web.sportflow.badge
 
web.sportflow.challenge - package web.sportflow.challenge
 
web.sportflow.config - package web.sportflow.config
 
web.sportflow.exercise - package web.sportflow.exercise
 
web.sportflow.friendship - package web.sportflow.friendship
 
web.sportflow.goal - package web.sportflow.goal
 
web.sportflow.notification - package web.sportflow.notification
 
web.sportflow.openapi - package web.sportflow.openapi
 
web.sportflow.sport - package web.sportflow.sport
 
web.sportflow.user - package web.sportflow.user
 
web.sportflow.weather - package web.sportflow.weather
 
web.sportflow.workout - package web.sportflow.workout
 
web.sportflow.workout.comment - package web.sportflow.workout.comment
 
web.sportflow.workout.statistique - package web.sportflow.workout.statistique
 
weight() - Method in record class web.sportflow.user.RegistrationDTO
Returns the value of the weight record component.
Workout - Class in web.sportflow.workout
 
Workout() - Constructor for class web.sportflow.workout.Workout
 
Workout(String, String, LocalDateTime, String, Double, Double, Sport, WeatherStatsDTO, List<WorkoutExercise>, User) - Constructor for class web.sportflow.workout.Workout
 
Workout(String, LocalDateTime, String, WeatherStatsDTO, List<WorkoutExercise>, Sport, User) - Constructor for class web.sportflow.workout.Workout
 
Workout(String, LocalDateTime, String, WeatherStatsDTO, Sport, User) - Constructor for class web.sportflow.workout.Workout
 
Workout(String, WeatherStatsDTO, Sport, User) - Constructor for class web.sportflow.workout.Workout
 
WorkoutController - Class in web.sportflow.workout
 
WorkoutController(WorkoutService, CommentService, SportService, ExerciseService) - Constructor for class web.sportflow.workout.WorkoutController
 
WorkoutDashboardDisplay - Class in web.sportflow.workout
 
WorkoutDashboardDisplay(Workout) - Constructor for class web.sportflow.workout.WorkoutDashboardDisplay
 
WorkoutDto - Class in web.sportflow.workout
 
WorkoutDto() - Constructor for class web.sportflow.workout.WorkoutDto
 
WorkoutDto(Long, String, String, Sport, LocalDateTime, Double, Double, Double, String, WeatherStatsDTO) - Constructor for class web.sportflow.workout.WorkoutDto
 
WorkoutExercise - Class in web.sportflow.workout
 
WorkoutExercise() - Constructor for class web.sportflow.workout.WorkoutExercise
 
WorkoutExercise(Double, Double, Double, Integer, Integer, Double, Workout, Exercise) - Constructor for class web.sportflow.workout.WorkoutExercise
 
WorkoutExercise(Double, Double, Double, Integer, Integer, Workout, Exercise) - Constructor for class web.sportflow.workout.WorkoutExercise
 
WorkoutExercise(Double, Double, Double, Workout, Exercise) - Constructor for class web.sportflow.workout.WorkoutExercise
 
WorkoutExercise(Double, Double, Integer, Integer, Double, Workout, Exercise) - Constructor for class web.sportflow.workout.WorkoutExercise
 
WorkoutExerciseRepository - Interface in web.sportflow.workout
 
WorkoutExerciseService - Class in web.sportflow.workout
 
WorkoutExerciseService(WorkoutExerciseRepository) - Constructor for class web.sportflow.workout.WorkoutExerciseService
 
WorkoutRepository - Interface in web.sportflow.workout
 
WorkoutService - Class in web.sportflow.workout
 
WorkoutService(WorkoutRepository, WeatherService, FriendshipService, NotificationService) - Constructor for class web.sportflow.workout.WorkoutService
 
A B C D E F G H I J K L M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form