org.kuali.kfs.gl.batch
Class SufficientFundsFullRebuildStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SufficientFundsFullRebuildStep
public SufficientFundsFullRebuildStep()
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 ofjobRunDate - 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.