org.kuali.kfs.module.endow.batch
Class HoldingHistoryMarketValuesStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
org.kuali.kfs.module.endow.batch.HoldingHistoryMarketValuesStep
- All Implemented Interfaces:
- Step, org.springframework.beans.factory.BeanNameAware
public class HoldingHistoryMarketValuesStep
- extends AbstractWrappedBatchStep
This process appends current tax lot balance records to the holding history table as of each month.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
holdingHistoryMarketValuesUpdateService
protected HoldingHistoryMarketValuesUpdateService holdingHistoryMarketValuesUpdateService
LOG
protected static org.apache.log4j.Logger LOG
batchFileDirectoryName
protected String batchFileDirectoryName
HoldingHistoryMarketValuesStep
public HoldingHistoryMarketValuesStep()
getCustomBatchExecutor
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
- Overridden to run holding history market values update process.
- Specified by:
getCustomBatchExecutor
in class AbstractWrappedBatchStep
- See Also:
org.kuali.kfs.batch.Step#execute(java.lang.String)
setHoldingHistoryMarketValuesUpdateService
public void setHoldingHistoryMarketValuesUpdateService(HoldingHistoryMarketValuesUpdateService holdingHistoryMarketValuesUpdateService)
- Sets the holdingHistoryMarketValuesUpdateService attribute value.
- Parameters:
holdingHistoryMarketValuesUpdateService
- The holdingHistoryMarketValuesUpdateService to set.- See Also:
org.kuali.kfs.sys.service.HoldingHistoryMarketValuesUpdateService
setBatchFileDirectoryName
public void setBatchFileDirectoryName(String batchFileDirectoryName)
- This method sets the batchFileDirectoryName
- Parameters:
batchFileDirectoryName
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.