org.kuali.kfs.module.endow.document.service
Interface UpdateHoldingAdjustmentDocumentTaxLotsService
- All Known Implementing Classes:
- UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl
public interface UpdateHoldingAdjustmentDocumentTaxLotsService
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 updateholdingAdjustmentDocument
- the Holding Adjustment Document for which we compute the transaction line related tax lotstransLine
- the transaction line for which we update the tax lotsisSource
- 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 updateholdingAdjustmentDocument
- the Holding Adjustment Document for which we compute the transaction line related tax lotstransLine
- the transaction line for which we update the tax lotsisSource
- boolean indicator if the transaction lines are source
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.