org.kuali.hr.time.batch
Class SupervisorApprovalBatchJobRunnable
java.lang.Object
org.kuali.hr.time.batch.BatchJobEntryRunnable
org.kuali.hr.time.batch.SupervisorApprovalBatchJobRunnable
- All Implemented Interfaces:
- Runnable
public class SupervisorApprovalBatchJobRunnable
- extends BatchJobEntryRunnable
Method Summary |
void |
doWork()
Implement this method in your subclass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SupervisorApprovalBatchJobRunnable
public SupervisorApprovalBatchJobRunnable(BatchJobEntry entry)
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-2013 The Kuali Foundation. All Rights Reserved.