Uses of Class
org.kuali.kfs.module.endow.document.HoldingHistoryValueAdjustmentDocument

Packages that use HoldingHistoryValueAdjustmentDocument
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.document.service   
org.kuali.kfs.module.endow.document.service.impl   
org.kuali.kfs.module.endow.document.validation.impl   
org.kuali.kfs.module.endow.document.web.struts   
 

Uses of HoldingHistoryValueAdjustmentDocument in org.kuali.kfs.module.endow.batch.service.impl
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type HoldingHistoryValueAdjustmentDocument
protected  void HoldingHistoryMarketValuesUpdateServiceImpl.getExceptionReportTableRowValues(HoldingHistoryValueAdjustmentDocument ehva)
          gets the values for document type, securityId, and kemdId that will be written to the exception report
protected  BigDecimal HoldingHistoryMarketValuesUpdateServiceImpl.getMarketValue(HoldingHistoryValueAdjustmentDocument ehva, BigDecimal units)
          This method calculates the market value.
protected  boolean HoldingHistoryMarketValuesUpdateServiceImpl.updateHoldingHistoryRecords(HoldingHistoryValueAdjustmentDocument ehva)
          This method updates the holding history records.
protected  void HoldingHistoryMarketValuesUpdateServiceImpl.writeTableRowAndTableReason(HoldingHistoryValueAdjustmentDocument ehva, String reasonMessage)
          writes out the table row values for document type, secuityId, kemId and then writes the reason row and inserts a blank line
 

Uses of HoldingHistoryValueAdjustmentDocument in org.kuali.kfs.module.endow.document.service
 

Methods in org.kuali.kfs.module.endow.document.service that return types with arguments of type HoldingHistoryValueAdjustmentDocument
 Collection<HoldingHistoryValueAdjustmentDocument> HoldingHistoryValueAdjustmentDocumentService.getHoldingHistoryValueAdjustmentDocument(String transactionPosted)
          gets holding history value adjustment records matching transactionPosted flag
 Collection<HoldingHistoryValueAdjustmentDocument> HoldingHistoryValueAdjustmentDocumentService.getHoldingHistoryValueAdjustmentDocumentByDocumentNumber(String documentNumber)
          get HoldingHistoryValueAdjustmentDocument using documentNumber field as primary key
 

Methods in org.kuali.kfs.module.endow.document.service with parameters of type HoldingHistoryValueAdjustmentDocument
 boolean HoldingHistoryValueAdjustmentDocumentService.saveHoldingHistory(HoldingHistoryValueAdjustmentDocument holdingHistoryValueAdjustmentDocument)
          saves HoldingHistoryValueAdjustmentDocument record
 

Uses of HoldingHistoryValueAdjustmentDocument in org.kuali.kfs.module.endow.document.service.impl
 

Methods in org.kuali.kfs.module.endow.document.service.impl that return types with arguments of type HoldingHistoryValueAdjustmentDocument
 Collection<HoldingHistoryValueAdjustmentDocument> HoldingHistoryValueAdjustmentDocumentServiceImpl.getHoldingHistoryValueAdjustmentDocument(String transactionPosted)
           
 Collection<HoldingHistoryValueAdjustmentDocument> HoldingHistoryValueAdjustmentDocumentServiceImpl.getHoldingHistoryValueAdjustmentDocumentByDocumentNumber(String documentNumber)
           
 

Methods in org.kuali.kfs.module.endow.document.service.impl with parameters of type HoldingHistoryValueAdjustmentDocument
 boolean HoldingHistoryValueAdjustmentDocumentServiceImpl.saveHoldingHistory(HoldingHistoryValueAdjustmentDocument holdingHistoryValueAdjustmentDocument)
           
 

Uses of HoldingHistoryValueAdjustmentDocument in org.kuali.kfs.module.endow.document.validation.impl
 

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type HoldingHistoryValueAdjustmentDocument
protected  BigDecimal HoldingHistoryValueAdjustmentDocumentRules.calculateUnitValueWhenMarketValueEntered(HoldingHistoryValueAdjustmentDocument document)
          Calculates unit value when security id's valuation method is M and market value is entered.
protected  boolean HoldingHistoryValueAdjustmentDocumentRules.checkValuationMethodForUnitOrSecurityValue(HoldingHistoryValueAdjustmentDocument document)
          Checks if security valuation method is Unit value and if so make sure nothing entered for Market Value
protected  boolean HoldingHistoryValueAdjustmentDocumentRules.isMarketValuePositive(HoldingHistoryValueAdjustmentDocument document)
          Checks if the market value entered is positive value
protected  boolean HoldingHistoryValueAdjustmentDocumentRules.isSecurityActive(HoldingHistoryValueAdjustmentDocument document)
          Checks if the Security is Active.
protected  boolean HoldingHistoryValueAdjustmentDocumentRules.isSecurityCodeEmpty(HoldingHistoryValueAdjustmentDocument document)
          Validates the Security code to make sure the value is not empty.
protected  boolean HoldingHistoryValueAdjustmentDocumentRules.isUnitValuePositive(HoldingHistoryValueAdjustmentDocument document)
          Checks if the unit value entered is positive value
protected  void HoldingHistoryValueAdjustmentDocumentRules.resetMarketValueToNullWhenUnitValueEntered(HoldingHistoryValueAdjustmentDocument document)
          Reset the value for Market Value that the user entered if the valuation method is U (Unit Value)
protected  boolean HoldingHistoryValueAdjustmentDocumentRules.validateSecurityClassCodeTypeNotLiability(HoldingHistoryValueAdjustmentDocument document)
          Validates that the security class code type is not Liability.
protected  boolean HoldingHistoryValueAdjustmentDocumentRules.validateSecurityCode(HoldingHistoryValueAdjustmentDocument document)
          Validates the Security code by trying to create a Security object from the code.
 

Uses of HoldingHistoryValueAdjustmentDocument in org.kuali.kfs.module.endow.document.web.struts
 

Methods in org.kuali.kfs.module.endow.document.web.struts that return HoldingHistoryValueAdjustmentDocument
 HoldingHistoryValueAdjustmentDocument HoldingHistoryValueAdjustmentDocumentForm.getHoldingHistoryValueAdjustmentDocument()
          This method gets the Holding History Value Adjustment document
 



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