Uses of Class
fr.utc.miage.sporttrack.service.activity.ActivityService
Packages that use ActivityService
-
Uses of ActivityService in fr.utc.miage.sporttrack.controller
Constructors in fr.utc.miage.sporttrack.controller with parameters of type ActivityServiceModifierConstructorDescriptionAdminActivityController(ActivityService activityService, SportService sportService, WeatherReportService weatherReportService, AdminService adminService) Constructs anAdminActivityControllerwith the required services.AthleteActivityController(ActivityService activityService, SportService sportService, WeatherReportService weatherReportService, AthleteService athleteService, BadgeService badgeService, CommentService commentService) Constructs anAthleteActivityControllerwith the required services.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.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.