org.kuali.kfs.gl.batch
Class PosterBalancingStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
org.kuali.kfs.gl.batch.PosterBalancingStep
- All Implemented Interfaces:
- Step, org.springframework.beans.factory.BeanNameAware
public class PosterBalancingStep
- extends AbstractWrappedBatchStep
Generates a balancing report if data is present in the history tables. Instructions on how to test this process for General Ledger:
1) Place an acceptable GL_SORTPOST.data / GL_POSTERRS.data into batchFileDirectoryName (see spring-gl.xml)
2) Run BatchStepRunner for posterEntriesStep
3) Run BatchStepRunner for fileRenameStep
4) Run BatchStepRunner for posterBalancingStep
5) Evaluate GL batch directory for results
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PosterBalancingStep
public PosterBalancingStep()
getCustomBatchExecutor
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
- Specified by:
getCustomBatchExecutor
in class AbstractWrappedBatchStep
- See Also:
AbstractWrappedBatchStep.getCustomBatchExecutor()
setBalancingService
public void setBalancingService(BalancingService balancingService)
- Sets the BalancingService
- Parameters:
balancingService
- The BalancingService to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.