org.kuali.kpme.tklm.leave.batch
Class CarryOverJob

java.lang.Object
  extended by org.kuali.kpme.core.batch.BatchJob
      extended by org.kuali.kpme.tklm.leave.batch.CarryOverJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob

public class CarryOverJob
extends BatchJob


Constructor Summary
CarryOverJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 LeavePlanService getLeavePlanService()
           
 void setAccrualCategoryService(AccrualCategoryService accrualCategoryService)
           
 void setAssignmentService(AssignmentService assignmentService)
           
 void setCalendarEntryService(CalendarEntryService calendarEntryService)
           
 void setLeaveBlockService(LeaveBlockService leaveBlockService)
           
 void setLeavePlanService(LeavePlanService leavePlanService)
           
 void setLeaveSummaryService(LeaveSummaryService leaveSummaryService)
           
 void setPrincipalHRAttributesService(PrincipalHRAttributesService principalHRAttributesService)
           
 
Methods inherited from class org.kuali.kpme.core.batch.BatchJob
getBatchUserPrincipalId, getBatchUserPrincipalName, getMachineName, jobDataMapToString
 
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
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)

setCalendarEntryService

public void setCalendarEntryService(CalendarEntryService calendarEntryService)

setLeaveBlockService

public void setLeaveBlockService(LeaveBlockService leaveBlockService)


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