Class AgendaEventReminderCleanerListener

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

public class AgendaEventReminderCleanerListener extends org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.AgendaEventModification,Object>
A listener that will be triggered when updating or creating an agenda event. It will delete all attached reminders of a cancelled event.
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.agenda.service.AgendaEventReminderService
     
    org.exoplatform.agenda.service.AgendaEventService
     
    void
    onEvent(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.AgendaEventModification,Object> event)
     

    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

    • AgendaEventReminderCleanerListener

      public AgendaEventReminderCleanerListener()
  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.AgendaEventModification,Object> event) throws Exception
      Specified by:
      onEvent in class org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.AgendaEventModification,Object>
      Throws:
      Exception
    • getAgendaEventReminderService

      public org.exoplatform.agenda.service.AgendaEventReminderService getAgendaEventReminderService()
    • getAgendaEventService

      public org.exoplatform.agenda.service.AgendaEventService getAgendaEventService()