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

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.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.


Field Summary
protected  String batchFileDirectoryName
           
protected  HoldingHistoryMarketValuesUpdateService holdingHistoryMarketValuesUpdateService
           
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
HoldingHistoryMarketValuesStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
          Overridden to run holding history market values update process.
 void setBatchFileDirectoryName(String batchFileDirectoryName)
          This method sets the batchFileDirectoryName
 void setHoldingHistoryMarketValuesUpdateService(HoldingHistoryMarketValuesUpdateService holdingHistoryMarketValuesUpdateService)
          Sets the holdingHistoryMarketValuesUpdateService 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

holdingHistoryMarketValuesUpdateService

protected HoldingHistoryMarketValuesUpdateService holdingHistoryMarketValuesUpdateService

LOG

protected static org.apache.log4j.Logger LOG

batchFileDirectoryName

protected String batchFileDirectoryName
Constructor Detail

HoldingHistoryMarketValuesStep

public HoldingHistoryMarketValuesStep()
Method Detail

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.