Uses of Interface
fr.utc.miage.sporttrack.repository.user.AthleteRepository
Packages that use AthleteRepository
Package
Description
-
Uses of AthleteRepository in fr.utc.miage.sporttrack.controller
Constructors in fr.utc.miage.sporttrack.controller with parameters of type AthleteRepositoryModifierConstructorDescriptionBadgeController(BadgeService badgeService, AthleteRepository athleteRepository) Constructs aBadgeControllerwith the required dependencies.ChallengeController(SportRepository sportRepository, AthleteRepository athleteRepository, ChallengeRepository challengeRepository, SportService sportService, ChallengeRankingService challengeRankingService) Constructs aChallengeControllerwith the required dependencies.DashboardController(ActivityService activityService, ObjectiveService objectiveService, SportService sportService, AthleteRepository athleteRepository) Constructs aDashboardControllerwith the required dependencies.FriendshipController(FriendshipService friendshipService, FriendshipRepository friendshipRepository, AthleteRepository athleteRepository, AthleteService athleteService, ActivityService activityService, WeatherReportService weatherReportService, BadgeService badgeService, CommentService commentService) Constructs aFriendshipControllerwith the required dependencies.HeaderModelAdvice(AthleteRepository athleteRepository, NotificationService notificationService) Constructs aHeaderModelAdvicewith the required dependencies.MessageController(MessageService messageService, FriendshipService friendshipService, AthleteRepository athleteRepository) Constructs aMessageControllerwith the required dependencies.NotificationController(NotificationService notificationService, AthleteRepository athleteRepository) Constructs aNotificationControllerwith the required dependencies.ObjectiveController(ObjectiveService objectiveService, SportRepository sportRepository, AthleteRepository athleteRepository, SportService sportService) Constructs anObjectiveControllerwith the required dependencies. -
Uses of AthleteRepository in fr.utc.miage.sporttrack.service.user
Constructors in fr.utc.miage.sporttrack.service.user with parameters of type AthleteRepositoryModifierConstructorDescriptionAthleteService(AthleteRepository athleteRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) Constructs a newAthleteServicewith the required dependencies.UserService(AthleteRepository athleteRepository, AdminRepository adminRepository) Constructs a newUserServicewith the required repositories. -
Uses of AthleteRepository in fr.utc.miage.sporttrack.service.user.communication
Constructors in fr.utc.miage.sporttrack.service.user.communication with parameters of type AthleteRepositoryModifierConstructorDescriptionFriendshipService(FriendshipRepository friendshipRepository, AthleteRepository athleteRepository) Constructs aFriendshipServicewithout notification support.FriendshipService(FriendshipRepository friendshipRepository, AthleteRepository athleteRepository, NotificationService notificationService) Constructs aFriendshipServicewith full notification support.MessageService(MessageRepository messageRepository, AthleteRepository athleteRepository, FriendshipRepository friendshipRepository) Constructs aMessageServicewithout notification support.MessageService(MessageRepository messageRepository, AthleteRepository athleteRepository, FriendshipRepository friendshipRepository, NotificationService notificationService) Constructs aMessageServicewith full notification support.