org.kuali.kfs.module.endow.batch
Class GeneralLedgerInterfaceBatchProcessStep

java.lang.Object
  extended by org.kuali.kfs.sys.batch.AbstractStep
      extended by org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
          extended by org.kuali.kfs.module.endow.batch.GeneralLedgerInterfaceBatchProcessStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class GeneralLedgerInterfaceBatchProcessStep
extends AbstractWrappedBatchStep

The process serves to consolidate the KEM activity for the day into valid general ledger debits and credits to update institution's records.


Field Summary
protected  GeneralLedgerInterfaceBatchProcessService generalLedgerInterfaceBatchProcessService
           
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
GeneralLedgerInterfaceBatchProcessStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
          Overridden to run the process Fee Transactions.
 void setGeneralLedgerInterfaceBatchProcessService(GeneralLedgerInterfaceBatchProcessService generalLedgerInterfaceBatchProcessService)
          Sets the generalLedgerInterfaceBatchProcessService attribute value.
 
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
 

Field Detail

generalLedgerInterfaceBatchProcessService

protected GeneralLedgerInterfaceBatchProcessService generalLedgerInterfaceBatchProcessService

LOG

protected static org.apache.log4j.Logger LOG
Constructor Detail

GeneralLedgerInterfaceBatchProcessStep

public GeneralLedgerInterfaceBatchProcessStep()
Method Detail

getCustomBatchExecutor

protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
Overridden to run the process Fee Transactions.

Specified by:
getCustomBatchExecutor in class AbstractWrappedBatchStep
See Also:
org.kuali.kfs.batch.Step#execute(java.lang.String)

setGeneralLedgerInterfaceBatchProcessService

public void setGeneralLedgerInterfaceBatchProcessService(GeneralLedgerInterfaceBatchProcessService generalLedgerInterfaceBatchProcessService)
Sets the generalLedgerInterfaceBatchProcessService attribute value.

Parameters:
generalLedgerInterfaceBatchProcessService - The generalLedgerInterfaceBatchProcessService to set.


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