Class GamificationTaskCommentListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.exoplatform.task.service.TaskService,org.exoplatform.task.dto.CommentDto>
org.exoplatform.task.integration.gamification.GamificationTaskCommentListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class GamificationTaskCommentListener
extends org.exoplatform.services.listener.Listener<org.exoplatform.task.service.TaskService,org.exoplatform.task.dto.CommentDto>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.exoplatform.addons.gamification.service.effective.GamificationServiceprotected org.exoplatform.social.core.manager.IdentityManagerprotected org.exoplatform.addons.gamification.service.configuration.RuleServiceFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionGamificationTaskCommentListener(org.exoplatform.addons.gamification.service.configuration.RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.addons.gamification.service.effective.GamificationService gamificationService) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.task.service.TaskService, org.exoplatform.task.dto.CommentDto> event) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
ruleService
protected org.exoplatform.addons.gamification.service.configuration.RuleService ruleService -
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager -
gamificationService
protected org.exoplatform.addons.gamification.service.effective.GamificationService gamificationService
-
-
Constructor Details
-
GamificationTaskCommentListener
public GamificationTaskCommentListener(org.exoplatform.addons.gamification.service.configuration.RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.addons.gamification.service.effective.GamificationService gamificationService)
-
-
Method Details
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.task.service.TaskService, org.exoplatform.task.dto.CommentDto> event) throws Exception- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<org.exoplatform.task.service.TaskService,org.exoplatform.task.dto.CommentDto> - Throws:
Exception
-