Package io.meeds.gamification.listener
Class GamificationGenericListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<Map<String,String>, String>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected org.exoplatform.container.PortalContainerstatic final Stringstatic final Stringprotected org.exoplatform.social.core.manager.IdentityManagerprotected RealizationServiceprotected RuleServiceFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionGamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, RealizationService realizationService) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.listener.ListenerBase
getName
-
Field Details
-
GENERIC_EVENT_NAME
- See Also:
-
CANCEL_EVENT_NAME
- See Also:
-
DELETE_EVENT_NAME
- See Also:
-
container
protected org.exoplatform.container.PortalContainer container -
ruleService
-
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager -
realizationService
-
-
Constructor Details
-
GamificationGenericListener
public GamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, RealizationService realizationService)
-
-
Method Details