org.kuali.kfs.module.ld.batch
Class LaborCorrectionProcessScrubberStep

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

public class LaborCorrectionProcessScrubberStep
extends AbstractWrappedBatchStep

Labor scrubber Batch Step.


Field Summary
static String STEP_NAME
           
 
Constructor Summary
LaborCorrectionProcessScrubberStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
           
 void setDocumentId(String documentId)
           
 void setLaborCorrectionDocumentService(LaborCorrectionDocumentService laborCorrectionDocumentService)
           
 void setLaborScrubberService(LaborScrubberService laborScrubberService)
           
 
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

LaborCorrectionProcessScrubberStep

public LaborCorrectionProcessScrubberStep()
Method Detail

getCustomBatchExecutor

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

setDocumentId

public void setDocumentId(String documentId)

setLaborCorrectionDocumentService

public void setLaborCorrectionDocumentService(LaborCorrectionDocumentService laborCorrectionDocumentService)

setLaborScrubberService

public void setLaborScrubberService(LaborScrubberService laborScrubberService)


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