org.kuali.kfs.gl.batch
Class PosterBalancingStep

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.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


Constructor Summary
PosterBalancingStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
           
 void setBalancingService(BalancingService balancingService)
          Sets the BalancingService
 
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

PosterBalancingStep

public PosterBalancingStep()
Method Detail

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.