Class AgendaVotesNotificationListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<Long,Long>
org.exoplatform.agenda.listener.AgendaVotesNotificationListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class AgendaVotesNotificationListener extends org.exoplatform.services.listener.Listener<Long,Long>
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    AgendaVotesNotificationListener(org.exoplatform.container.PortalContainer container)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.agenda.service.AgendaEventService
     
    void
    onEvent(org.exoplatform.services.listener.Event<Long,Long> event)
     
    void
    sendVoteNotification(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AgendaVotesNotificationListener

      public AgendaVotesNotificationListener(org.exoplatform.container.PortalContainer container)
  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<Long,Long> event) throws Exception
      Specified by:
      onEvent in class org.exoplatform.services.listener.Listener<Long,Long>
      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()