org.kuali.kfs.module.endow.document.service.impl
Class HoldingHistoryValueAdjustmentDocumentServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.document.service.impl.HoldingHistoryValueAdjustmentDocumentServiceImpl
All Implemented Interfaces:
HoldingHistoryValueAdjustmentDocumentService

public class HoldingHistoryValueAdjustmentDocumentServiceImpl
extends Object
implements HoldingHistoryValueAdjustmentDocumentService

This class provides service for Security maintenance


Constructor Summary
HoldingHistoryValueAdjustmentDocumentServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          This method gets the businessObjectService.
 Collection<HoldingHistoryValueAdjustmentDocument> getHoldingHistoryValueAdjustmentDocument(String transactionPosted)
          gets holding history value adjustment records matching transactionPosted flag
 Collection<HoldingHistoryValueAdjustmentDocument> getHoldingHistoryValueAdjustmentDocumentByDocumentNumber(String documentNumber)
          get HoldingHistoryValueAdjustmentDocument using documentNumber field as primary key
 boolean saveHoldingHistory(HoldingHistoryValueAdjustmentDocument holdingHistoryValueAdjustmentDocument)
          saves HoldingHistoryValueAdjustmentDocument record
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          This method sets the businessObjectService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HoldingHistoryValueAdjustmentDocumentServiceImpl

public HoldingHistoryValueAdjustmentDocumentServiceImpl()
Method Detail

getHoldingHistoryValueAdjustmentDocument

public Collection<HoldingHistoryValueAdjustmentDocument> getHoldingHistoryValueAdjustmentDocument(String transactionPosted)
Description copied from interface: HoldingHistoryValueAdjustmentDocumentService
gets holding history value adjustment records matching transactionPosted flag

Specified by:
getHoldingHistoryValueAdjustmentDocument in interface HoldingHistoryValueAdjustmentDocumentService
Returns:
List List of HoldingHistory records matched on securityId and monthEndId
See Also:
HoldingHistoryValueAdjustmentDocumentService.getHoldingHistoryValueAdjustmentDocument(String)

saveHoldingHistory

public boolean saveHoldingHistory(HoldingHistoryValueAdjustmentDocument holdingHistoryValueAdjustmentDocument)
Description copied from interface: HoldingHistoryValueAdjustmentDocumentService
saves HoldingHistoryValueAdjustmentDocument record

Specified by:
saveHoldingHistory in interface HoldingHistoryValueAdjustmentDocumentService
Parameters:
holdingHistoryValueAdjustmentDocument - HoldingHistoryValueAdjustmentDocument record to save
Returns:
boolean true is successful else false
See Also:
HoldingHistoryValueAdjustmentDocumentService.saveHoldingHistory(HoldingHistoryValueAdjustmentDocument)

getHoldingHistoryValueAdjustmentDocumentByDocumentNumber

public Collection<HoldingHistoryValueAdjustmentDocument> getHoldingHistoryValueAdjustmentDocumentByDocumentNumber(String documentNumber)
Description copied from interface: HoldingHistoryValueAdjustmentDocumentService
get HoldingHistoryValueAdjustmentDocument using documentNumber field as primary key

Specified by:
getHoldingHistoryValueAdjustmentDocumentByDocumentNumber in interface HoldingHistoryValueAdjustmentDocumentService
Parameters:
documentNumber - documentNumber to query on
Returns:
holdingHistoryValueAdjustmentDocument
See Also:
org.kuali.kfs.module.endow.document.service.HoldingHistoryValueAdjustmentDocumentService#saveHoldingHistory#getHoldingHistoryValueAdjustmentDocumentByDocumentNumber(String)

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
This method gets the businessObjectService.

Returns:
businessObjectService

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService

Parameters:
businessObjectService -


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