Class GamificationGenericListener
-
-
Field Summary
Fields Modifier and Type Field Description protected org.exoplatform.container.PortalContainercontainerstatic StringEVENT_NAMEprotected GamificationServicegamificationServiceprotected org.exoplatform.social.core.manager.IdentityManageridentityManagerprotected RuleServiceruleService
-
Constructor Summary
Constructors Constructor Description GamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<Map<String,String>,String> event)
-
-
-
Field Detail
-
EVENT_NAME
public static final String EVENT_NAME
- See Also:
- Constant Field Values
-
container
protected org.exoplatform.container.PortalContainer container
-
ruleService
protected RuleService ruleService
-
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager
-
gamificationService
protected GamificationService gamificationService
-
-
Constructor Detail
-
GamificationGenericListener
public GamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService)
-
-