org.kuali.kfs.gl.batch
Class CollectorScrubberStep

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.CollectorScrubberStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class CollectorScrubberStep
extends AbstractWrappedBatchStep

A step to run the scrubber process.


Field Summary
static String STEP_NAME
           
 
Constructor Summary
CollectorScrubberStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
           
 void setBatch(CollectorBatch batch)
           
 void setCollectorReportData(CollectorReportData collectorReportData)
           
 void setScrubberService(ScrubberService scrubberService)
           
 void setScrubberStatus(ScrubberStatus scrubberStatus)
           
 
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

CollectorScrubberStep

public CollectorScrubberStep()
Method Detail

getCustomBatchExecutor

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

setScrubberStatus

public void setScrubberStatus(ScrubberStatus scrubberStatus)

setBatch

public void setBatch(CollectorBatch batch)

setCollectorReportData

public void setCollectorReportData(CollectorReportData collectorReportData)

setScrubberService

public void setScrubberService(ScrubberService scrubberService)


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