org.kuali.kfs.gl.batch
Class DemergerStep

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

public class DemergerStep
extends AbstractWrappedBatchStep

A step to run the scrubber process.


Constructor Summary
DemergerStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
          Overridden to run the scrubber demerger process.
 void setScrubberService(ScrubberService ss)
          Sets the scrubberSerivce, allowing the injection of an implementation of that service
 
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
 

Constructor Detail

DemergerStep

public DemergerStep()
Method Detail

getCustomBatchExecutor

protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
Overridden to run the scrubber demerger process.

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

setScrubberService

public void setScrubberService(ScrubberService ss)
Sets the scrubberSerivce, allowing the injection of an implementation of that service

Parameters:
scrubberService - the scrubberServiceService implementation to set
See Also:
org.kuali.module.gl.service.ScrubberService


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