Uses of Class
fr.utc.miage.sporttrack.service.user.AdminService
Packages that use AdminService
-
Uses of AdminService in fr.utc.miage.sporttrack.controller
Constructors in fr.utc.miage.sporttrack.controller with parameters of type AdminServiceModifierConstructorDescriptionAdminActivityController(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.AdminController(AdminService adminService) Constructs anAdminControllerwith the required service.BaseController(AthleteService athleteService, AdminService adminService, BadgeService badgeService, FriendshipService friendshipService, ActivityService activityService) Constructs aBaseControllerwith the required services.SportController(SportService sportService, AdminService adminService) Constructs aSportControllerwith the required services.