org.kuali.kpme.tklm.common
Interface BatchJobService

All Known Implementing Classes:
BatchJobServiceImpl

public interface BatchJobService


Method Summary
 void scheduleEmployeeApprovalJobs(CalendarEntry calendarEntry)
           
 void scheduleEmployeeApprovalJobs(CalendarEntry calendarEntry, org.joda.time.DateTime scheduleDate)
           
 void scheduleEndPayPeriodJobs(CalendarEntry calendarEntry)
           
 void scheduleEndPayPeriodJobs(CalendarEntry calendarEntry, org.joda.time.DateTime scheduleDate)
           
 void scheduleEndReportingPeriodJobs(CalendarEntry calendarEntry)
           
 void scheduleEndReportingPeriodJobs(CalendarEntry calendarEntry, org.joda.time.DateTime scheduleDate)
           
 void scheduleInitiateJobs(CalendarEntry calendarEntry)
           
 void scheduleInitiateJobs(CalendarEntry calendarEntry, org.joda.time.DateTime scheduleDate)
           
 void scheduleLeaveCalendarDelinquencyJobs(CalendarEntry calendarEntry)
           
 void scheduleLeaveCalendarDelinquencyJobs(CalendarEntry calendarEntry, org.joda.time.DateTime scheduleDate)
           
 void scheduleLeaveCarryOverJobs(LeavePlan leavePlan)
           
 void scheduleLeaveCarryOverJobs(LeavePlan leavePlan, org.joda.time.DateTime scheduleDate)
           
 void scheduleMissedPunchApprovalJobs(CalendarEntry calendarEntry)
           
 void scheduleMissedPunchApprovalJobs(CalendarEntry calendarEntry, org.joda.time.DateTime scheduleDate)
           
 void schedulePayrollApprovalJobs(CalendarEntry calendarEntry)
           
 void schedulePayrollApprovalJobs(CalendarEntry calendarEntry, org.joda.time.DateTime scheduleDate)
           
 void scheduleSupervisorApprovalJobs(CalendarEntry calendarEntry)
           
 void scheduleSupervisorApprovalJobs(CalendarEntry calendarEntry, org.joda.time.DateTime scheduleDate)
           
 

Method Detail

scheduleInitiateJobs

void scheduleInitiateJobs(CalendarEntry calendarEntry)
                          throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleInitiateJobs

void scheduleInitiateJobs(CalendarEntry calendarEntry,
                          org.joda.time.DateTime scheduleDate)
                          throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleEndReportingPeriodJobs

void scheduleEndReportingPeriodJobs(CalendarEntry calendarEntry)
                                    throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleEndReportingPeriodJobs

void scheduleEndReportingPeriodJobs(CalendarEntry calendarEntry,
                                    org.joda.time.DateTime scheduleDate)
                                    throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleEndPayPeriodJobs

void scheduleEndPayPeriodJobs(CalendarEntry calendarEntry)
                              throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleEndPayPeriodJobs

void scheduleEndPayPeriodJobs(CalendarEntry calendarEntry,
                              org.joda.time.DateTime scheduleDate)
                              throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleEmployeeApprovalJobs

void scheduleEmployeeApprovalJobs(CalendarEntry calendarEntry)
                                  throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleEmployeeApprovalJobs

void scheduleEmployeeApprovalJobs(CalendarEntry calendarEntry,
                                  org.joda.time.DateTime scheduleDate)
                                  throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleMissedPunchApprovalJobs

void scheduleMissedPunchApprovalJobs(CalendarEntry calendarEntry)
                                     throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleMissedPunchApprovalJobs

void scheduleMissedPunchApprovalJobs(CalendarEntry calendarEntry,
                                     org.joda.time.DateTime scheduleDate)
                                     throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleSupervisorApprovalJobs

void scheduleSupervisorApprovalJobs(CalendarEntry calendarEntry)
                                    throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleSupervisorApprovalJobs

void scheduleSupervisorApprovalJobs(CalendarEntry calendarEntry,
                                    org.joda.time.DateTime scheduleDate)
                                    throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleLeaveCarryOverJobs

void scheduleLeaveCarryOverJobs(LeavePlan leavePlan)
                                throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleLeaveCarryOverJobs

void scheduleLeaveCarryOverJobs(LeavePlan leavePlan,
                                org.joda.time.DateTime scheduleDate)
                                throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

schedulePayrollApprovalJobs

void schedulePayrollApprovalJobs(CalendarEntry calendarEntry)
                                 throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

schedulePayrollApprovalJobs

void schedulePayrollApprovalJobs(CalendarEntry calendarEntry,
                                 org.joda.time.DateTime scheduleDate)
                                 throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleLeaveCalendarDelinquencyJobs

void scheduleLeaveCalendarDelinquencyJobs(CalendarEntry calendarEntry)
                                          throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException

scheduleLeaveCalendarDelinquencyJobs

void scheduleLeaveCalendarDelinquencyJobs(CalendarEntry calendarEntry,
                                          org.joda.time.DateTime scheduleDate)
                                          throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException


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