Uses of Class
org.exoplatform.addons.gamification.service.effective.GamificationService
-
-
Uses of GamificationService in org.exoplatform.addons.gamification.listener.generic
Fields in org.exoplatform.addons.gamification.listener.generic declared as GamificationService Modifier and Type Field Description protected GamificationServiceGamificationGenericListener. gamificationServiceConstructors in org.exoplatform.addons.gamification.listener.generic with parameters of type GamificationService Constructor Description GamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService) -
Uses of GamificationService in org.exoplatform.addons.gamification.listener.social.profile
Fields in org.exoplatform.addons.gamification.listener.social.profile declared as GamificationService Modifier and Type Field Description protected GamificationServiceGamificationProfileListener. gamificationService -
Uses of GamificationService in org.exoplatform.addons.gamification.listener.social.relationship
Fields in org.exoplatform.addons.gamification.listener.social.relationship declared as GamificationService Modifier and Type Field Description protected GamificationServiceGamificationRelationshipListener. gamificationService -
Uses of GamificationService in org.exoplatform.addons.gamification.listener.user
Fields in org.exoplatform.addons.gamification.listener.user declared as GamificationService Modifier and Type Field Description protected GamificationServiceGamificationUserLoginListener. gamificationServiceConstructors in org.exoplatform.addons.gamification.listener.user with parameters of type GamificationService Constructor Description GamificationUserLoginListener(RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService) -
Uses of GamificationService in org.exoplatform.addons.gamification.rest
Fields in org.exoplatform.addons.gamification.rest declared as GamificationService Modifier and Type Field Description protected GamificationServiceGamificationInformationsEndpoint. gamificationServiceprotected GamificationServiceLeaderboardEndpoint. gamificationServiceprotected GamificationServiceSpaceLeaderboardEndpoint. gamificationServiceprotected GamificationServiceUserReputationEndpoint. gamificationServiceConstructors in org.exoplatform.addons.gamification.rest with parameters of type GamificationService Constructor Description GamificationInformationsEndpoint(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, GamificationService gamificationService)GamificationRestEndpoint(GamificationService gamificationService, org.exoplatform.social.core.manager.IdentityManager identityManager, DomainService domainService, RuleService ruleService)SpaceLeaderboardEndpoint(GamificationService gamificationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService)
-