Uses of Class
web.sportflow.notification.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in web.sportflow.friendship
Constructors in web.sportflow.friendship with parameters of type NotificationServiceModifierConstructorDescriptionFriendshipService(FriendshipRepository friendshipRepository, UserRepository userRepository, NotificationService notificationService) -
Uses of NotificationService in web.sportflow.notification
Constructors in web.sportflow.notification with parameters of type NotificationServiceModifierConstructorDescriptionNotificationController(NotificationService notificationService) NotificationModelAttributes(NotificationService notificationService) -
Uses of NotificationService in web.sportflow.workout
Constructors in web.sportflow.workout with parameters of type NotificationServiceModifierConstructorDescriptionWorkoutService(WorkoutRepository workoutRepository, WeatherService weatherService, FriendshipService friendshipService, NotificationService notificationService) -
Uses of NotificationService in web.sportflow.workout.comment
Constructors in web.sportflow.workout.comment with parameters of type NotificationServiceModifierConstructorDescriptionCommentService(CommentRepository commentRepo, WorkoutRepository workoutRepo, UserRepository userRepo, NotificationService notificationService)