Uses of Class
org.exoplatform.addons.gamification.service.effective.GamificationService
Packages that use GamificationService
Package
Description
-
Uses of GamificationService in org.exoplatform.addons.gamification.listener.generic
Fields in org.exoplatform.addons.gamification.listener.generic declared as GamificationServiceModifier and TypeFieldDescriptionprotected GamificationServiceGamificationGenericListener.gamificationServiceConstructors in org.exoplatform.addons.gamification.listener.generic with parameters of type GamificationServiceModifierConstructorDescriptionGamificationGenericListener(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 GamificationServiceModifier and TypeFieldDescriptionprotected GamificationServiceGamificationProfileListener.gamificationService -
Uses of GamificationService in org.exoplatform.addons.gamification.listener.social.relationship
Fields in org.exoplatform.addons.gamification.listener.social.relationship declared as GamificationServiceModifier and TypeFieldDescriptionprotected GamificationServiceGamificationRelationshipListener.gamificationServiceConstructors in org.exoplatform.addons.gamification.listener.social.relationship with parameters of type GamificationServiceModifierConstructorDescriptionGamificationRelationshipListener(GamificationService gamificationService) -
Uses of GamificationService in org.exoplatform.addons.gamification.listener.user
Fields in org.exoplatform.addons.gamification.listener.user declared as GamificationServiceModifier and TypeFieldDescriptionprotected GamificationServiceGamificationUserLoginListener.gamificationServiceConstructors in org.exoplatform.addons.gamification.listener.user with parameters of type GamificationServiceModifierConstructorDescriptionGamificationUserLoginListener(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 GamificationServiceModifier and TypeFieldDescriptionprotected GamificationServiceGamificationInformationsEndpoint.gamificationServiceprotected GamificationServiceLeaderboardEndpoint.gamificationServiceprotected GamificationServiceSpaceLeaderboardEndpoint.gamificationServiceprotected GamificationServiceUserReputationEndpoint.gamificationServiceConstructors in org.exoplatform.addons.gamification.rest with parameters of type GamificationServiceModifierConstructorDescriptionGamificationInformationsEndpoint(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) -
Uses of GamificationService in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils that return GamificationService