org.kuali.kfs.module.endow.batch
Class ProcessFeeTransactionsStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processFeeTransactionsService
protected ProcessFeeTransactionsService processFeeTransactionsService
LOG
protected static org.apache.log4j.Logger LOG
batchFileDirectoryName
protected String batchFileDirectoryName
ProcessFeeTransactionsStep
public ProcessFeeTransactionsStep()
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.