org.kuali.hr.time.batch.service
Class BatchJobServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.batch.service.BatchJobServiceImpl
All Implemented Interfaces:
BatchJobService

public class BatchJobServiceImpl
extends Object
implements BatchJobService


Constructor Summary
BatchJobServiceImpl()
           
 
Method Summary
 AssignmentService getAssignmentService()
           
 CalendarService getCalendarService()
           
 ClockLogService getClockLogService()
           
 LeaveCalendarDocumentHeaderService getLeaveCalendarDocumentHeaderService()
           
 MissedPunchService getMissedPunchService()
           
 PrincipalHRAttributesService getPrincipalHRAttributesService()
           
 org.quartz.Scheduler getScheduler()
           
 TimesheetDocumentHeaderService getTimesheetDocumentHeaderService()
           
 void scheduleEmployeeApprovalJobs(CalendarEntries calendarEntry)
           
 void scheduleEmployeeApprovalJobs(CalendarEntries calendarEntry, Date scheduleDate)
           
 void scheduleEndPayPeriodJobs(CalendarEntries calendarEntry)
           
 void scheduleEndPayPeriodJobs(CalendarEntries calendarEntry, Date scheduleDate)
           
 void scheduleEndReportingPeriodJobs(CalendarEntries calendarEntry)
           
 void scheduleEndReportingPeriodJobs(CalendarEntries calendarEntry, Date scheduleDate)
           
 void scheduleInitiateJobs(CalendarEntries calendarEntry)
           
 void scheduleInitiateJobs(CalendarEntries calendarEntry, Date scheduleDate)
           
 void scheduleLeaveCarryOverJobs(LeavePlan leavePlan)
           
 void scheduleLeaveCarryOverJobs(LeavePlan leavePlan, Date scheduleDate)
           
 void scheduleMissedPunchApprovalJobs(CalendarEntries calendarEntry)
           
 void scheduleMissedPunchApprovalJobs(CalendarEntries calendarEntry, Date scheduleDate)
           
 void scheduleSupervisorApprovalJobs(CalendarEntries calendarEntry)
           
 void scheduleSupervisorApprovalJobs(CalendarEntries calendarEntry, Date scheduleDate)
           
 void setAssignmentService(AssignmentService assignmentService)
           
 void setCalendarService(CalendarService calendarService)
           
 void setClockLogService(ClockLogService clockLogService)
           
 void setLeaveCalendarDocumentHeaderService(LeaveCalendarDocumentHeaderService leaveCalendarDocumentHeaderService)
           
 void setMissedPunchService(MissedPunchService missedPunchService)
           
 void setPrincipalHRAttributesService(PrincipalHRAttributesService principalHRAttributesService)
           
 void setScheduler(org.quartz.Scheduler scheduler)
           
 void setTimesheetDocumentHeaderService(TimesheetDocumentHeaderService timesheetDocumentHeaderService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchJobServiceImpl

public BatchJobServiceImpl()
Method Detail

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.