org.kuali.kfs.pdp.batch
Class ClearPendingTransactionsStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearPendingTransactionsStep
public ClearPendingTransactionsStep()
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 ofjobRunDate
- 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.