org.kuali.kfs.pdp.batch
Class ClearPendingTransactionsStep

java.lang.Object
  extended by org.kuali.kfs.sys.batch.AbstractStep
      extended by org.kuali.kfs.pdp.batch.ClearPendingTransactionsStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class ClearPendingTransactionsStep
extends AbstractStep

A step to clear pdp pending ledger entries.


Constructor Summary
ClearPendingTransactionsStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Runs the process of deleting copied pdp ledger entries
 void setPendingTransactionService(PendingTransactionService pendingTransactionService)
          Sets the pendingTransactionService attribute value.
 
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setDateTimeService, setInterrupted, setParameterService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearPendingTransactionsStep

public ClearPendingTransactionsStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Runs the process of deleting copied pdp ledger entries

Parameters:
jobName - the name of the job that this step is being run as part of
jobRunDate - the time/date the job is run
Returns:
that the job completed successfully
See Also:
Step.execute(String, Date)

setPendingTransactionService

public void setPendingTransactionService(PendingTransactionService pendingTransactionService)
Sets the pendingTransactionService attribute value.

Parameters:
pendingTransactionService - The pendingTransactionService to set.


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