Uses of Class
fr.utc.miage.sporttrack.service.activity.SportService
Packages that use SportService
-
Uses of SportService in fr.utc.miage.sporttrack.controller
Constructors in fr.utc.miage.sporttrack.controller with parameters of type SportServiceModifierConstructorDescriptionAdminActivityController(ActivityService activityService, SportService sportService, WeatherReportService weatherReportService, AdminService adminService) Constructs anAdminActivityControllerwith the required services.AdminBadgeController(BadgeService badgeService, SportService sportService, AdminService adminService, SportRepository sportRepository) Constructs anAdminBadgeControllerwith the required dependencies.AthleteActivityController(ActivityService activityService, SportService sportService, WeatherReportService weatherReportService, AthleteService athleteService, BadgeService badgeService, CommentService commentService) Constructs anAthleteActivityControllerwith the required services.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.ObjectiveController(ObjectiveService objectiveService, SportRepository sportRepository, AthleteRepository athleteRepository, SportService sportService) Constructs anObjectiveControllerwith the required dependencies.SportController(SportService sportService, AdminService adminService) Constructs aSportControllerwith the required services.