org.kuali.kfs.gl.batch
Class SufficientFundsAccountUpdateStep

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

public class SufficientFundsAccountUpdateStep
extends AbstractWrappedBatchStep

A step to run the process that rebuilds information that supports sufficient funds inquiries


Constructor Summary
SufficientFundsAccountUpdateStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
          Return a proper batch executor
 void setSufficientFundsAccountUpdateService(SufficientFundsAccountUpdateService sfrs)
          Sets the sufficientFundsAccountUpdateService, 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

SufficientFundsAccountUpdateStep

public SufficientFundsAccountUpdateStep()
Method Detail

getCustomBatchExecutor

protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
Return a proper batch executor

Specified by:
getCustomBatchExecutor in class AbstractWrappedBatchStep
See Also:
AbstractWrappedBatchStep.getCustomBatchExecutor()

setSufficientFundsAccountUpdateService

public void setSufficientFundsAccountUpdateService(SufficientFundsAccountUpdateService sfrs)
Sets the sufficientFundsAccountUpdateService, allowing the injection of an implementation of that service

Parameters:
sufficientFundsAccountUpdateService - an implementation sufficientFundsAccountUpdateService to set
See Also:
SufficientFundsAccountUpdateService


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