Uses of Interface
fr.utc.miage.sporttrack.repository.activity.ActivityRepository
Packages that use ActivityRepository
-
Uses of ActivityRepository in fr.utc.miage.sporttrack.service.activity
Constructors in fr.utc.miage.sporttrack.service.activity with parameters of type ActivityRepositoryModifierConstructorDescriptionActivityService(ActivityRepository activityRepository, SportRepository sportRepository, WeatherReportRepository weatherReportRepository, ChallengeRankingService challengeRankingService) Constructs anActivityServicewithout friendship/notification support.ActivityService(ActivityRepository activityRepository, SportRepository sportRepository, WeatherReportRepository weatherReportRepository, ChallengeRankingService challengeRankingService, FriendshipService friendshipService, NotificationService notificationService) Constructs anActivityServicewith full friendship and notification support. -
Uses of ActivityRepository in fr.utc.miage.sporttrack.service.event
Constructors in fr.utc.miage.sporttrack.service.event with parameters of type ActivityRepositoryModifierConstructorDescriptionBadgeService(BadgeRepository badgeRepository, ActivityRepository activityRepository) Constructs aBadgeServicewithout notification support.BadgeService(BadgeRepository badgeRepository, ActivityRepository activityRepository, NotificationService notificationService) Constructs aBadgeServicewith full notification support.ChallengeRankingService(ChallengeRepository challengeRepository, ActivityRepository activityRepository) Constructs a newChallengeRankingServicewith the required repositories.