Package org.exoplatform.agenda.listener
Class AgendaVotesNotificationListener
-
-
Constructor Summary
Constructors Constructor Description AgendaVotesNotificationListener(org.exoplatform.container.PortalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.agenda.service.AgendaEventServicegetAgendaEventService()voidonEvent(org.exoplatform.services.listener.Event<Long,Long> event)voidsendVoteNotification(org.exoplatform.agenda.model.Event event, long participantId, org.exoplatform.agenda.constant.EventAttendeeResponse response)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<Long,Long> event) 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()
-
-