org.kuali.kfs.module.endow.document.service
Interface HoldingHistoryValueAdjustmentDocumentService

All Known Implementing Classes:
HoldingHistoryValueAdjustmentDocumentServiceImpl

public interface HoldingHistoryValueAdjustmentDocumentService

HoldingHistoryService interface to provide the method to get holding history records


Method Summary
 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
 

Method Detail

getHoldingHistoryValueAdjustmentDocument

Collection<HoldingHistoryValueAdjustmentDocument> getHoldingHistoryValueAdjustmentDocument(String transactionPosted)
gets holding history value adjustment records matching transactionPosted flag

Parameters:
transactionPosted -
Returns:
List List of HoldingHistory records matched on securityId and monthEndId

saveHoldingHistory

boolean saveHoldingHistory(HoldingHistoryValueAdjustmentDocument holdingHistoryValueAdjustmentDocument)
saves HoldingHistoryValueAdjustmentDocument record

Parameters:
holdingHistoryValueAdjustmentDocument - HoldingHistoryValueAdjustmentDocument record to save
Returns:
boolean true is successful else false

getHoldingHistoryValueAdjustmentDocumentByDocumentNumber

Collection<HoldingHistoryValueAdjustmentDocument> getHoldingHistoryValueAdjustmentDocumentByDocumentNumber(String documentNumber)
get HoldingHistoryValueAdjustmentDocument using documentNumber field as primary key

Parameters:
documentNumber - documentNumber to query on
Returns:
holdingHistoryValueAdjustmentDocument


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