org.kuali.hr.time.batch
Class PayPeriodEndBatchJobRunnable

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

public class PayPeriodEndBatchJobRunnable
extends BatchJobEntryRunnable


Constructor Summary
PayPeriodEndBatchJobRunnable(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

PayPeriodEndBatchJobRunnable

public PayPeriodEndBatchJobRunnable(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-2013 The Kuali Foundation. All Rights Reserved.