Uses of Class
fr.utc.miage.sporttrack.service.event.BadgeService
Packages that use BadgeService
-
Uses of BadgeService in fr.utc.miage.sporttrack.controller
Constructors in fr.utc.miage.sporttrack.controller with parameters of type BadgeServiceModifierConstructorDescriptionAdminBadgeController(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.AthleteController(AthleteService athleteService, BadgeService badgeService) Constructs anAthleteControllerwith the required services.BadgeController(BadgeService badgeService, AthleteRepository athleteRepository) Constructs aBadgeControllerwith the required dependencies.BaseController(AthleteService athleteService, AdminService adminService, BadgeService badgeService, FriendshipService friendshipService, ActivityService activityService) Constructs aBaseControllerwith the required services.FriendshipController(FriendshipService friendshipService, FriendshipRepository friendshipRepository, AthleteRepository athleteRepository, AthleteService athleteService, ActivityService activityService, WeatherReportService weatherReportService, BadgeService badgeService, CommentService commentService) Constructs aFriendshipControllerwith the required dependencies.