org.kuali.kfs.gl.batch
Class SufficientFundsFullRebuildStep

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

public class SufficientFundsFullRebuildStep
extends AbstractStep
implements TestingStep

A step to run the sufficient funds sync process. One typically doesn't need to do this - which is why it's marked as TestingStep - as Account, Chart, and Object Code records, when saved, will populate the sufficient funds tables, making this task redundant. However, if that information has not been built, this job will generate that information.


Constructor Summary
SufficientFundsFullRebuildStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Runs the sufficient funds sync service.
 void setSufficientFundsFullRebuildService(SufficientFundsFullRebuildService sfss)
          Sets the sufficientFundsFullRebuildService, allowing the injection of an implementation of that service
 
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

SufficientFundsFullRebuildStep

public SufficientFundsFullRebuildStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Runs the sufficient funds sync service.

Specified by:
execute in interface Step
Parameters:
jobName - the name of the job this step is being run as part of
jobRunDate - the time/date the job was started
Returns:
true if the job completed successfully, false if otherwise
See Also:
Step.execute(String, Date)

setSufficientFundsFullRebuildService

public void setSufficientFundsFullRebuildService(SufficientFundsFullRebuildService sfss)
Sets the sufficientFundsFullRebuildService, allowing the injection of an implementation of that service

Parameters:
sufficientFundsFullRebuildService - an implementation sufficientFundsFullRebuildService to set
See Also:
SufficientFundsFullRebuildService


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