org.kuali.kfs.module.endow.batch.service.impl
Class UpdateHoldingHistoryServiceImpl
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static org.apache.log4j.Logger LOG
UpdateHoldingHistoryServiceImpl
public UpdateHoldingHistoryServiceImpl()
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.