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

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

public class ProcessFeeTransactionsStep
extends AbstractWrappedBatchStep

The fee process is intended to provide as much flexibility to the institution as possible when designing the charges to be assessed against a KEMID


Field Summary
protected  String batchFileDirectoryName
           
protected static org.apache.log4j.Logger LOG
           
protected  ProcessFeeTransactionsService processFeeTransactionsService
           
 
Constructor Summary
ProcessFeeTransactionsStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
          Overridden to run the process Fee Transactions.
 void setBatchFileDirectoryName(String batchFileDirectoryName)
          This method sets the batchFileDirectoryName
 void setProcessFeeTransactionsService(ProcessFeeTransactionsService processFeeTransactionsService)
          Sets the processFeeTransactionsService 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

processFeeTransactionsService

protected ProcessFeeTransactionsService processFeeTransactionsService

LOG

protected static org.apache.log4j.Logger LOG

batchFileDirectoryName

protected String batchFileDirectoryName
Constructor Detail

ProcessFeeTransactionsStep

public ProcessFeeTransactionsStep()
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)

setProcessFeeTransactionsService

public void setProcessFeeTransactionsService(ProcessFeeTransactionsService processFeeTransactionsService)
Sets the processFeeTransactionsService attribute value.

Parameters:
processFeeTransactionsService - The processFeeTransactionsService to set.

setBatchFileDirectoryName

public void setBatchFileDirectoryName(String batchFileDirectoryName)
This method sets the batchFileDirectoryName

Parameters:
batchFileDirectoryName -


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