Uses of Class
fr.utc.miage.sporttrack.service.user.communication.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in fr.utc.miage.sporttrack.controller
Constructors in fr.utc.miage.sporttrack.controller with parameters of type NotificationServiceModifierConstructorDescriptionHeaderModelAdvice(AthleteRepository athleteRepository, NotificationService notificationService) Constructs aHeaderModelAdvicewith the required dependencies.NotificationController(NotificationService notificationService, AthleteRepository athleteRepository) Constructs aNotificationControllerwith the required dependencies. -
Uses of NotificationService in fr.utc.miage.sporttrack.service.activity
Constructors in fr.utc.miage.sporttrack.service.activity with parameters of type NotificationServiceModifierConstructorDescriptionActivityService(ActivityRepository activityRepository, SportRepository sportRepository, WeatherReportRepository weatherReportRepository, ChallengeRankingService challengeRankingService, FriendshipService friendshipService, NotificationService notificationService) Constructs anActivityServicewith full friendship and notification support. -
Uses of NotificationService in fr.utc.miage.sporttrack.service.event
Constructors in fr.utc.miage.sporttrack.service.event with parameters of type NotificationServiceModifierConstructorDescriptionBadgeService(BadgeRepository badgeRepository, ActivityRepository activityRepository, NotificationService notificationService) Constructs aBadgeServicewith full notification support.ChallengeNotificationScheduler(ChallengeRepository challengeRepository, NotificationService notificationService) ObjectiveService(ObjectiveRepository objectiveRepository, NotificationService notificationService) Constructs anObjectiveServicewith full notification support. -
Uses of NotificationService in fr.utc.miage.sporttrack.service.user.communication
Constructors in fr.utc.miage.sporttrack.service.user.communication with parameters of type NotificationServiceModifierConstructorDescriptionFriendshipService(FriendshipRepository friendshipRepository, AthleteRepository athleteRepository, NotificationService notificationService) Constructs aFriendshipServicewith full notification support.MessageService(MessageRepository messageRepository, AthleteRepository athleteRepository, FriendshipRepository friendshipRepository, NotificationService notificationService) Constructs aMessageServicewith full notification support.