Uses of Class
fr.utc.miage.sporttrack.service.user.AthleteService
Packages that use AthleteService
-
Uses of AthleteService in fr.utc.miage.sporttrack.controller
Constructors in fr.utc.miage.sporttrack.controller with parameters of type AthleteServiceModifierConstructorDescriptionAthleteActivityController(ActivityService activityService, SportService sportService, WeatherReportService weatherReportService, AthleteService athleteService, BadgeService badgeService, CommentService commentService) Constructs anAthleteActivityControllerwith the required services.AthleteController(AthleteService athleteService, BadgeService badgeService) Constructs anAthleteControllerwith the required services.AuthController(AthleteService athleteService) Constructs anAuthControllerwith the required service.BaseController(AthleteService athleteService, AdminService adminService, BadgeService badgeService, FriendshipService friendshipService, ActivityService activityService) Constructs aBaseControllerwith the required services.CommentController(CommentService commentService, ActivityService activityService, AthleteService athleteService) Constructs a new CommentController with the specified services.FriendshipController(FriendshipService friendshipService, FriendshipRepository friendshipRepository, AthleteRepository athleteRepository, AthleteService athleteService, ActivityService activityService, WeatherReportService weatherReportService, BadgeService badgeService, CommentService commentService) Constructs aFriendshipControllerwith the required dependencies.UserController(AthleteService athleteService) Constructs aUserControllerwith the required service.