org.kuali.kfs.module.endow.batch.service.impl
Class UpdateHoldingHistoryServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.batch.service.impl.UpdateHoldingHistoryServiceImpl
All Implemented Interfaces:
UpdateHoldingHistoryService

public class UpdateHoldingHistoryServiceImpl
extends Object
implements UpdateHoldingHistoryService


Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
UpdateHoldingHistoryServiceImpl()
           
 
Method Summary
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService.
 void setKemService(KEMService kemService)
          Sets the kemService.
 void setMonthEndDateService(MonthEndDateService monthEndDateService)
          Sets the monthEndDateService.
 boolean updateHoldingHistory()
          This process appends current tax lot balance records to the holding history table as of the end of each month.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

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

UpdateHoldingHistoryServiceImpl

public UpdateHoldingHistoryServiceImpl()
Method Detail

updateHoldingHistory

public boolean updateHoldingHistory()
Description copied from interface: UpdateHoldingHistoryService
This process appends current tax lot balance records to the holding history table as of the end of each month.

Specified by:
updateHoldingHistory in interface UpdateHoldingHistoryService
Returns:
true if successful, false otherwise
See Also:
UpdateHoldingHistoryService.updateHoldingHistory()

setMonthEndDateService

public void setMonthEndDateService(MonthEndDateService monthEndDateService)
Sets the monthEndDateService.

Parameters:
monthEndDateService -

setKemService

public void setKemService(KEMService kemService)
Sets the kemService.

Parameters:
kemService -

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService.

Parameters:
businessObjectService -


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