org.kuali.kpme.tklm.leave.batch
Class LeaveCalendarDelinquencyJob

java.lang.Object
  extended by org.kuali.kpme.core.batch.BatchJob
      extended by org.kuali.kpme.tklm.leave.batch.LeaveCalendarDelinquencyJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob

public class LeaveCalendarDelinquencyJob
extends BatchJob


Constructor Summary
LeaveCalendarDelinquencyJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
static int getCalendarEntriesPollingWindow()
           
static CalendarEntryService getCalendarEntryService()
           
static KPMENotificationService getKpmeNotificationService()
           
static LeaveCalendarDocumentHeaderService getLeaveCalendarDocumentHeaderService()
           
static PrincipalHRAttributesService getPrincipalHRAttributesService()
           
static void setCalendarEntriesPollingWindow(int calendarEntriesPollingWindow)
           
static void setCalendarEntryService(CalendarEntryService calendarEntryService)
           
static void setKpmeNotificationService(KPMENotificationService kpmeNotificationService)
           
static void setLeaveCalendarDocumentHeaderService(LeaveCalendarDocumentHeaderService leaveCalendarDocumentHeaderService)
           
static void setPrincipalHRAttributesService(PrincipalHRAttributesService principalHRAttributesService)
           
 
Methods inherited from class org.kuali.kpme.core.batch.BatchJob
getBatchUserPrincipalId, getBatchUserPrincipalName, getMachineName, jobDataMapToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaveCalendarDelinquencyJob

public LeaveCalendarDelinquencyJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Throws:
org.quartz.JobExecutionException

getCalendarEntriesPollingWindow

public static int getCalendarEntriesPollingWindow()

setCalendarEntriesPollingWindow

public static void setCalendarEntriesPollingWindow(int calendarEntriesPollingWindow)

getCalendarEntryService

public static CalendarEntryService getCalendarEntryService()

setCalendarEntryService

public static void setCalendarEntryService(CalendarEntryService calendarEntryService)

getKpmeNotificationService

public static KPMENotificationService getKpmeNotificationService()

setKpmeNotificationService

public static void setKpmeNotificationService(KPMENotificationService kpmeNotificationService)

getLeaveCalendarDocumentHeaderService

public static LeaveCalendarDocumentHeaderService getLeaveCalendarDocumentHeaderService()

setLeaveCalendarDocumentHeaderService

public static void setLeaveCalendarDocumentHeaderService(LeaveCalendarDocumentHeaderService leaveCalendarDocumentHeaderService)

getPrincipalHRAttributesService

public static PrincipalHRAttributesService getPrincipalHRAttributesService()

setPrincipalHRAttributesService

public static void setPrincipalHRAttributesService(PrincipalHRAttributesService principalHRAttributesService)


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