Class EmailReminderLifecycle

java.lang.Object
org.kuali.rice.kew.mail.EmailReminderLifecycle
All Implemented Interfaces:
org.kuali.rice.core.api.lifecycle.Lifecycle

public class EmailReminderLifecycle extends Object implements org.kuali.rice.core.api.lifecycle.Lifecycle
A Lifecycle which is initialized on system startup that sets up the daily and weekly email reminders.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • EmailReminderLifecycle

      public EmailReminderLifecycle()
  • Method Details

    • isStarted

      public boolean isStarted()
      Specified by:
      isStarted in interface org.kuali.rice.core.api.lifecycle.Lifecycle
    • start

      public void start() throws Exception
      Specified by:
      start in interface org.kuali.rice.core.api.lifecycle.Lifecycle
      Throws:
      Exception
    • stop

      public void stop() throws Exception
      Specified by:
      stop in interface org.kuali.rice.core.api.lifecycle.Lifecycle
      Throws:
      Exception