Class WeeklyEmailJob

java.lang.Object
org.kuali.rice.kew.mail.WeeklyEmailJob
All Implemented Interfaces:
org.quartz.Job

public class WeeklyEmailJob extends Object implements org.quartz.Job
Quartz job for sending weekly email reminders.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • WeeklyEmailJob

      public WeeklyEmailJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext ctx) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
    • shouldExecute

      protected boolean shouldExecute()