org.kuali.kpme.tklm.common
Class BatchJobServiceImpl

java.lang.Object
  extended by org.kuali.kpme.tklm.common.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(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)
           
 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(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.