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

Packages that use HoldingAdjustmentDocument
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.web.struts   
 

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

Methods in org.kuali.kfs.module.endow.batch.service.impl that return HoldingAdjustmentDocument
protected  HoldingAdjustmentDocument CreateGainLossDistributionTransactionsServiceImpl.generateHoldingAdjustmentDocument(boolean isShortTerm, String securityId)
          Generates a HoldingAdjustmentDocument.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type HoldingAdjustmentDocument
protected  void CreateGainLossDistributionTransactionsServiceImpl.addSecurityDetails(HoldingAdjustmentDocument holdingAdjustmentDocument, String securityId, String registrationCode)
          Creates and add a source security details to the holding adjustment document.
protected  boolean CreateGainLossDistributionTransactionsServiceImpl.addTransactionLine(boolean isShortTerm, HoldingAdjustmentDocument holdingAdjustmentDocument, HoldingTaxLot holdingTaxLot, PooledFundValue pooledFundValue)
          Creates and adds a transaction line to the holding adjustment document.
protected  EndowmentTransactionLine CreateGainLossDistributionTransactionsServiceImpl.createEndowmentTransactionLine(boolean isLoss, boolean isShortTerm, HoldingAdjustmentDocument holdingAdjustmentDocument, HoldingTaxLot holdingTaxLot, PooledFundValue pooledFundValue)
          creates a transaction line and setups the data based on isLoss if isLoss = true then creates source line else creates target line.
protected  void CreateGainLossDistributionTransactionsServiceImpl.validateAndRouteHoldingAdjustmentDocument(HoldingAdjustmentDocument holdingAdjustmentDocument, PooledFundValue pooledFundValue, boolean isShortTerm)
          Validates and Routes the HoldingAdjustmentDocument.
 

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

Methods in org.kuali.kfs.module.endow.document.service with parameters of type HoldingAdjustmentDocument
 void UpdateHoldingAdjustmentDocumentTaxLotsService.updateTransactionLineTaxLotsByTransactionAmount(boolean isUpdate, HoldingAdjustmentDocument holdingAdjustmentDocument, EndowmentTransactionLine transLine, boolean isSource)
          Updates the tax lots related to the given transaction line in the Holding Adjustment document when Transaction Amount is entered.
 void UpdateHoldingAdjustmentDocumentTaxLotsService.updateTransactionLineTaxLotsByUnitAdjustmentAmount(boolean isUpdate, HoldingAdjustmentDocument holdingAdjustmentDocument, EndowmentTransactionLine transLine, boolean isSource)
          Updates the tax lots related to the given transaction line in the Holding Adjustment document when Unit Adjustment Amount is entered.
 

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

Methods in org.kuali.kfs.module.endow.document.service.impl with parameters of type HoldingAdjustmentDocument
protected  void UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl.createEndowmentHoldingLotRecord(HoldingAdjustmentDocument holdingAdjustmentDocument, EndowmentTransactionLine transLine, List<HoldingTaxLot> holdingTaxLots)
          This method...
 void UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl.updateTransactionLineTaxLotsByTransactionAmount(boolean isUpdate, HoldingAdjustmentDocument holdingAdjustmentDocument, EndowmentTransactionLine transLine, boolean isSource)
           
 void UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl.updateTransactionLineTaxLotsByUnitAdjustmentAmount(boolean isUpdate, HoldingAdjustmentDocument holdingAdjustmentDocument, EndowmentTransactionLine transLine, boolean isSource)
           
 

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

Methods in org.kuali.kfs.module.endow.document.web.struts that return HoldingAdjustmentDocument
 HoldingAdjustmentDocument HoldingAdjustmentDocumentForm.getHoldingAdjustmentDocument()
          Gets the HoldingAdjustmentDocument document
 



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