org.kuali.hr.time.batch.service
Class BatchJobServiceImpl
java.lang.Object
org.kuali.hr.time.batch.service.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(CalendarEntries calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleInitiateJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleInitiateJobs
public void scheduleInitiateJobs(CalendarEntries calendarEntry,
Date scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleInitiateJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEndReportingPeriodJobs
public void scheduleEndReportingPeriodJobs(CalendarEntries calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleEndReportingPeriodJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEndReportingPeriodJobs
public void scheduleEndReportingPeriodJobs(CalendarEntries calendarEntry,
Date scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleEndReportingPeriodJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEndPayPeriodJobs
public void scheduleEndPayPeriodJobs(CalendarEntries calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleEndPayPeriodJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEndPayPeriodJobs
public void scheduleEndPayPeriodJobs(CalendarEntries calendarEntry,
Date scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleEndPayPeriodJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEmployeeApprovalJobs
public void scheduleEmployeeApprovalJobs(CalendarEntries calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleEmployeeApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleEmployeeApprovalJobs
public void scheduleEmployeeApprovalJobs(CalendarEntries calendarEntry,
Date scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleEmployeeApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleMissedPunchApprovalJobs
public void scheduleMissedPunchApprovalJobs(CalendarEntries calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleMissedPunchApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleMissedPunchApprovalJobs
public void scheduleMissedPunchApprovalJobs(CalendarEntries calendarEntry,
Date scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleMissedPunchApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleSupervisorApprovalJobs
public void scheduleSupervisorApprovalJobs(CalendarEntries calendarEntry)
throws org.quartz.SchedulerException
- Specified by:
scheduleSupervisorApprovalJobs
in interface BatchJobService
- Throws:
org.quartz.SchedulerException
scheduleSupervisorApprovalJobs
public void scheduleSupervisorApprovalJobs(CalendarEntries calendarEntry,
Date 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,
Date scheduleDate)
throws org.quartz.SchedulerException
- Specified by:
scheduleLeaveCarryOverJobs
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.