org.kuali.kfs.gl.batch
Class CorrectionProcessScrubberStep

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

public class CorrectionProcessScrubberStep
extends AbstractWrappedBatchStep

A step to run the scrubber process.


Field Summary
static String STEP_NAME
           
 
Constructor Summary
CorrectionProcessScrubberStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
           
 void setCorrectionDocumentService(CorrectionDocumentService correctionDocumentService)
           
 void setDocumentId(String documentId)
           
 void setScrubberService(ScrubberService scrubberService)
           
 
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

STEP_NAME

public static final String STEP_NAME
See Also:
Constant Field Values
Constructor Detail

CorrectionProcessScrubberStep

public CorrectionProcessScrubberStep()
Method Detail

getCustomBatchExecutor

protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
Specified by:
getCustomBatchExecutor in class AbstractWrappedBatchStep

setDocumentId

public void setDocumentId(String documentId)

setCorrectionDocumentService

public void setCorrectionDocumentService(CorrectionDocumentService correctionDocumentService)

setScrubberService

public void setScrubberService(ScrubberService scrubberService)


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