Package org.exoplatform.agenda.listener
Class AgendaVotesNotificationListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
-
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, setName
-
Constructor Details
-
AgendaVotesNotificationListener
public AgendaVotesNotificationListener(org.exoplatform.container.PortalContainer container)
-
-
Method Details
-
onEvent
-
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()
-