org.kuali.kpme.tklm.common
Class BatchJobServiceImpl
java.lang.Object
org.kuali.kpme.tklm.common.BatchJobServiceImpl
- All Implemented Interfaces:
- BatchJobService
public class BatchJobServiceImpl
- extends Object
- implements BatchJobService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchJobServiceImpl
public BatchJobServiceImpl()
scheduleInitiateJobs
public void scheduleInitiateJobs(CalendarEntry calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleInitiateJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleInitiateJobs
public void scheduleInitiateJobs(CalendarEntry calendarEntry,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleInitiateJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEndReportingPeriodJobs
public void scheduleEndReportingPeriodJobs(CalendarEntry calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleEndReportingPeriodJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEndReportingPeriodJobs
public void scheduleEndReportingPeriodJobs(CalendarEntry calendarEntry,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleEndReportingPeriodJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEndPayPeriodJobs
public void scheduleEndPayPeriodJobs(CalendarEntry calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleEndPayPeriodJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEndPayPeriodJobs
public void scheduleEndPayPeriodJobs(CalendarEntry calendarEntry,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleEndPayPeriodJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEmployeeApprovalJobs
public void scheduleEmployeeApprovalJobs(CalendarEntry calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleEmployeeApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEmployeeApprovalJobs
public void scheduleEmployeeApprovalJobs(CalendarEntry calendarEntry,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleEmployeeApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleMissedPunchApprovalJobs
public void scheduleMissedPunchApprovalJobs(CalendarEntry calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleMissedPunchApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleMissedPunchApprovalJobs
public void scheduleMissedPunchApprovalJobs(CalendarEntry calendarEntry,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleMissedPunchApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleSupervisorApprovalJobs
public void scheduleSupervisorApprovalJobs(CalendarEntry calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleSupervisorApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleSupervisorApprovalJobs
public void scheduleSupervisorApprovalJobs(CalendarEntry calendarEntry,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleSupervisorApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleLeaveCarryOverJobs
public void scheduleLeaveCarryOverJobs(LeavePlan leavePlan)
throws org.quartz.SchedulerException
- Specified by:
scheduleLeaveCarryOverJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleLeaveCarryOverJobs
public void scheduleLeaveCarryOverJobs(LeavePlan leavePlan,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleLeaveCarryOverJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
schedulePayrollApprovalJobs
public void schedulePayrollApprovalJobs(CalendarEntry calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
schedulePayrollApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
schedulePayrollApprovalJobs
public void schedulePayrollApprovalJobs(CalendarEntry calendarEntry,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
schedulePayrollApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleLeaveCalendarDelinquencyJobs
public void scheduleLeaveCalendarDelinquencyJobs(CalendarEntry calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleLeaveCalendarDelinquencyJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleLeaveCalendarDelinquencyJobs
public void scheduleLeaveCalendarDelinquencyJobs(CalendarEntry calendarEntry,
org.joda.time.DateTime scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleLeaveCalendarDelinquencyJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
getScheduler
public org.quartz.Scheduler getScheduler()
setScheduler
public void setScheduler(org.quartz.Scheduler scheduler)
getAssignmentService
public AssignmentService getAssignmentService()
setAssignmentService
public void setAssignmentService(AssignmentService assignmentService)
getCalendarService
public CalendarService getCalendarService()
setCalendarService
public void setCalendarService(CalendarService calendarService)
getClockLogService
public ClockLogService getClockLogService()
setClockLogService
public void setClockLogService(ClockLogService clockLogService)
getLeaveCalendarDocumentHeaderService
public LeaveCalendarDocumentHeaderService getLeaveCalendarDocumentHeaderService()
setLeaveCalendarDocumentHeaderService
public void setLeaveCalendarDocumentHeaderService(LeaveCalendarDocumentHeaderService leaveCalendarDocumentHeaderService)
getMissedPunchService
public MissedPunchService getMissedPunchService()
setMissedPunchService
public void setMissedPunchService(MissedPunchService missedPunchService)
getPrincipalHRAttributesService
public PrincipalHRAttributesService getPrincipalHRAttributesService()
setPrincipalHRAttributesService
public void setPrincipalHRAttributesService(PrincipalHRAttributesService principalHRAttributesService)
getTimesheetDocumentHeaderService
public TimesheetDocumentHeaderService getTimesheetDocumentHeaderService()
setTimesheetDocumentHeaderService
public void setTimesheetDocumentHeaderService(TimesheetDocumentHeaderService timesheetDocumentHeaderService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.