org.kuali.hr.time.batch
Class CalendarEntrySchedulerJob

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by org.kuali.hr.time.batch.CalendarEntrySchedulerJob
All Implemented Interfaces:
org.quartz.Job

public class CalendarEntrySchedulerJob
extends org.springframework.scheduling.quartz.QuartzJobBean


Constructor Summary
CalendarEntrySchedulerJob()
           
 
Method Summary
protected  void executeInternal(org.quartz.JobExecutionContext context)
           
static BatchJobService getBatchJobService()
           
 int getCalendarEntriesPollingWindow()
           
 void setBatchJobService(BatchJobService batchJobService)
           
 void setCalendarEntriesPollingWindow(int calendarEntriesPollingWindow)
           
 
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEntrySchedulerJob

public CalendarEntrySchedulerJob()
Method Detail

executeInternal

protected void executeInternal(org.quartz.JobExecutionContext context)
                        throws org.quartz.JobExecutionException
Specified by:
executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean
Throws:
org.quartz.JobExecutionException

getCalendarEntriesPollingWindow

public int getCalendarEntriesPollingWindow()

setCalendarEntriesPollingWindow

public void setCalendarEntriesPollingWindow(int calendarEntriesPollingWindow)

getBatchJobService

public static BatchJobService getBatchJobService()

setBatchJobService

public void setBatchJobService(BatchJobService batchJobService)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.