org.kuali.kfs.sys.batch
Class AutoDisapproveDocumentsStep

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

public class AutoDisapproveDocumentsStep
extends AbstractWrappedBatchStep

Runs the batch job that gathers all documents that are in ENROUTE status and cancels them.


Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
AutoDisapproveDocumentsStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
          Overridden to run the auto disapprove process.
 void setAutoDisapproveDocumentsService(AutoDisapproveDocumentsService autoDisapproveDocumentsService)
          Sets the autoDisapproveEDocsService attribute value.
 void setBatchFileDirectoryName(String batchFileDirectoryName)
          This method sets the batchFileDirectoryName
 
Methods inherited from class org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
execute, setWrappedBatchExecutorService, setWrappingBatchServices
 
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
 

Field Detail

LOG

protected static org.apache.log4j.Logger LOG
Constructor Detail

AutoDisapproveDocumentsStep

public AutoDisapproveDocumentsStep()
Method Detail

getCustomBatchExecutor

protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
Overridden to run the auto disapprove process.

Specified by:
getCustomBatchExecutor in class AbstractWrappedBatchStep
See Also:
org.kuali.kfs.batch.Step#execute(java.lang.String)

setAutoDisapproveDocumentsService

public void setAutoDisapproveDocumentsService(AutoDisapproveDocumentsService autoDisapproveDocumentsService)
Sets the autoDisapproveEDocsService attribute value.

Parameters:
autoDisapproveEDocsService - The autoDisapproveEDocsService to set.
See Also:
org.kuali.kfs.sys.service.AutoDisapproveEDocsService

setBatchFileDirectoryName

public void setBatchFileDirectoryName(String batchFileDirectoryName)
This method sets the batchFileDirectoryName

Parameters:
batchFileDirectoryName -


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