org.kuali.kpme.tklm.common
Interface BatchJobService
- All Known Implementing Classes:
- BatchJobServiceImpl
public interface BatchJobService
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.