Uses of Interface
org.exoplatform.addons.gamification.service.AnnouncementService
Packages that use AnnouncementService
Package
Description
-
Uses of AnnouncementService in org.exoplatform.addons.gamification.activity.processor
Constructors in org.exoplatform.addons.gamification.activity.processor with parameters of type AnnouncementServiceModifierConstructorDescriptionChallengeAnnouncementActivityProcessor(AnnouncementService announcementService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.container.xml.InitParams params) -
Uses of AnnouncementService in org.exoplatform.addons.gamification.listener.challenges
Method parameters in org.exoplatform.addons.gamification.listener.challenges with type arguments of type AnnouncementServiceModifier and TypeMethodDescriptionvoidAnnouncementActivityGeneratorListener.onEvent(org.exoplatform.services.listener.Event<AnnouncementService, AnnouncementActivity> event) Constructors in org.exoplatform.addons.gamification.listener.challenges with parameters of type AnnouncementServiceModifierConstructorDescriptionAnnouncementActivityUpdater(org.exoplatform.social.core.manager.ActivityManager activityManager, AnnouncementService announcementService) -
Uses of AnnouncementService in org.exoplatform.addons.gamification.listener.social.profile
Fields in org.exoplatform.addons.gamification.listener.social.profile declared as AnnouncementServiceModifier and TypeFieldDescriptionprotected AnnouncementServiceGamificationProfileListener.announcementServiceConstructors in org.exoplatform.addons.gamification.listener.social.profile with parameters of type AnnouncementServiceModifierConstructorDescriptionGamificationProfileListener(RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationService gamificationService, AnnouncementService announcementService, org.exoplatform.social.core.storage.api.ActivityStorage activityStorage) -
Uses of AnnouncementService in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type AnnouncementServiceModifier and TypeMethodDescriptionstatic ChallengeRestEntityEntityBuilder.fromChallenge(AnnouncementService announcementService, Challenge challenge, int announcementsPerChallenge, boolean noDomain, PeriodType periodType) Constructors in org.exoplatform.addons.gamification.rest with parameters of type AnnouncementServiceModifierConstructorDescriptionAnnouncementRest(AnnouncementService announcementService) ChallengeRest(ChallengeService challengeService, AnnouncementService announcementService, DomainService domainService) -
Uses of AnnouncementService in org.exoplatform.addons.gamification.service.configuration
Classes in org.exoplatform.addons.gamification.service.configuration that implement AnnouncementService