Package org.exoplatform.agenda.listener
Class AgendaEventGamificationIntegrationListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class AgendaEventGamificationIntegrationListener
extends org.exoplatform.services.listener.Listener<Object,Object>
A listener that will be triggered when an event is created or updated. This
will add the user who created or updated the event the dedicated gamification
points.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionAgendaEventGamificationIntegrationListener(org.exoplatform.container.PortalContainer container, org.exoplatform.services.listener.ListenerService listenerService) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.agenda.service.AgendaEventServicevoidMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
GAMIFICATION_GENERIC_EVENT
- See Also:
-
GAMIFICATION_CREATE_EVENT_RULE_TITLE
- See Also:
-
GAMIFICATION_UPDATE_EVENT_RULE_TITLE
- See Also:
-
GAMIFICATION_CREATE_DATE_POLL_RULE_TITLE
- See Also:
-
GAMIFICATION_VOTE_RULE_TITLE
- See Also:
-
-
Constructor Details
-
AgendaEventGamificationIntegrationListener
public AgendaEventGamificationIntegrationListener(org.exoplatform.container.PortalContainer container, org.exoplatform.services.listener.ListenerService listenerService)
-
-
Method Details