org.kuali.hr.time.batch
Class SupervisorApprovalBatchJobRunnable

java.lang.Object
  extended by org.kuali.hr.time.batch.BatchJobEntryRunnable
      extended by org.kuali.hr.time.batch.SupervisorApprovalBatchJobRunnable
All Implemented Interfaces:
Runnable

public class SupervisorApprovalBatchJobRunnable
extends BatchJobEntryRunnable


Constructor Summary
SupervisorApprovalBatchJobRunnable(BatchJobEntry entry)
           
 
Method Summary
 void doWork()
          Implement this method in your subclass.
 
Methods inherited from class org.kuali.hr.time.batch.BatchJobEntryRunnable
getBatchJobEntry, getTkBatchJobEntryId, getTkBatchJobId, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupervisorApprovalBatchJobRunnable

public SupervisorApprovalBatchJobRunnable(BatchJobEntry entry)
Method Detail

doWork

public void doWork()
            throws Exception
Description copied from class: BatchJobEntryRunnable
Implement this method in your subclass. Place business logic here to handle whatever needs to be done for this unit of work.

Specified by:
doWork in class BatchJobEntryRunnable
Throws:
Exception - when problem encountered during work processing, exception stored in BatchJobEntry, and transaction rolled back.


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