org.kuali.kfs.gl.batch
Class PosterBalancingHistorySyncStep

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

public class PosterBalancingHistorySyncStep
extends AbstractWrappedBatchStep

Clears the BalanceHistory data.


Constructor Summary
PosterBalancingHistorySyncStep()
           
 
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

PosterBalancingHistorySyncStep

public PosterBalancingHistorySyncStep()
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.