Package org.exoplatform.agenda.listener
Class AgendaVotesNotificationListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<Long,Long>
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionAgendaVotesNotificationListener(org.exoplatform.container.PortalContainer container) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.agenda.service.AgendaEventServicevoidvoidsendVoteNotification(org.exoplatform.agenda.model.Event event, long participantId, org.exoplatform.agenda.constant.EventAttendeeResponse response) 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
-
Constructor Details
-
AgendaVotesNotificationListener
public AgendaVotesNotificationListener(org.exoplatform.container.PortalContainer container)
-
-
Method Details
-
onEvent
- Throws:
Exception
-
sendVoteNotification
public void sendVoteNotification(org.exoplatform.agenda.model.Event event, long participantId, org.exoplatform.agenda.constant.EventAttendeeResponse response) -
getAgendaEventService
public org.exoplatform.agenda.service.AgendaEventService getAgendaEventService()
-