Uses of Interface
org.exoplatform.addons.gamification.service.AnnouncementService
-
-
Uses of AnnouncementService in org.exoplatform.addons.gamification.activity.processor
Constructors in org.exoplatform.addons.gamification.activity.processor with parameters of type AnnouncementService Constructor Description ChallengeAnnouncementActivityProcessor(org.exoplatform.container.xml.InitParams params, AnnouncementService announcementService) -
Uses of AnnouncementService in org.exoplatform.addons.gamification.listener.challenges
Method parameters in org.exoplatform.addons.gamification.listener.challenges with type arguments of type AnnouncementService Modifier and Type Method Description voidAnnouncementActivityGeneratorListener. onEvent(org.exoplatform.services.listener.Event<AnnouncementService,Announcement> event) -
Uses of AnnouncementService in org.exoplatform.addons.gamification.rest
Constructors in org.exoplatform.addons.gamification.rest with parameters of type AnnouncementService Constructor Description AnnouncementRest(AnnouncementService announcementService)ChallengeRest(ChallengeService challengeService, AnnouncementService announcementService) -
Uses of AnnouncementService in org.exoplatform.addons.gamification.service.configuration
Classes in org.exoplatform.addons.gamification.service.configuration that implement AnnouncementService Modifier and Type Class Description classAnnouncementServiceImpl
-