org.kuali.hr.time.batch
Class CarryOverJob

java.lang.Object
  extended by org.kuali.hr.time.batch.CarryOverJob
All Implemented Interfaces:
org.quartz.Job

public class CarryOverJob
extends Object
implements org.quartz.Job


Constructor Summary
CarryOverJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 LeavePlanService getLeavePlanService()
           
 void setAccrualCategoryService(AccrualCategoryService accrualCategoryService)
           
 void setAssignmentService(AssignmentService assignmentService)
           
 void setCalendarEntriesService(CalendarEntriesService calendarEntriesService)
           
 void setLeaveBlockService(LeaveBlockService leaveBlockService)
           
 void setLeavePlanService(LeavePlanService leavePlanService)
           
 void setLeaveSummaryService(LeaveSummaryService leaveSummaryService)
           
 void setPrincipalHRAttributesService(PrincipalHRAttributesService principalHRAttributesService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarryOverJob

public CarryOverJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException

setAccrualCategoryService

public void setAccrualCategoryService(AccrualCategoryService accrualCategoryService)

setAssignmentService

public void setAssignmentService(AssignmentService assignmentService)

getLeavePlanService

public LeavePlanService getLeavePlanService()

setLeavePlanService

public void setLeavePlanService(LeavePlanService leavePlanService)

setPrincipalHRAttributesService

public void setPrincipalHRAttributesService(PrincipalHRAttributesService principalHRAttributesService)

setLeaveSummaryService

public void setLeaveSummaryService(LeaveSummaryService leaveSummaryService)

setCalendarEntriesService

public void setCalendarEntriesService(CalendarEntriesService calendarEntriesService)

setLeaveBlockService

public void setLeaveBlockService(LeaveBlockService leaveBlockService)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.