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

All Known Implementing Classes:
UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl

public interface UpdateHoldingAdjustmentDocumentTaxLotsService


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

Method Detail

updateTransactionLineTaxLotsByUnitAdjustmentAmount

void 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.

Parameters:
isUpdate - boolean indicator if update
holdingAdjustmentDocument - the Holding Adjustment Document for which we compute the transaction line related tax lots
transLine - the transaction line for which we update the tax lots
isSource - boolean indicator if the transaction lines are source

updateTransactionLineTaxLotsByTransactionAmount

void 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.

Parameters:
isUpdate - boolean indicator if update
holdingAdjustmentDocument - the Holding Adjustment Document for which we compute the transaction line related tax lots
transLine - the transaction line for which we update the tax lots
isSource - boolean indicator if the transaction lines are source


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