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

All Known Implementing Classes:
UpdateSecurityTransferTargetTaxLotsServiceImpl

public interface UpdateSecurityTransferTargetTaxLotsService


Method Summary
 void updateTransactionLineTaxLots(CorporateReorganizationDocument document, EndowmentTransactionLine transLine)
           
 void updateTransactionLineTaxLots(SecurityTransferDocument document, EndowmentTransactionLine transLine)
          Updates the tax lots related to the given target transaction line in the Security Transfer document.
 

Method Detail

updateTransactionLineTaxLots

void updateTransactionLineTaxLots(SecurityTransferDocument document,
                                  EndowmentTransactionLine transLine)
Updates the tax lots related to the given target transaction line in the Security Transfer document.

Parameters:
document - the Security Transfer Document for which we compute the transaction line related tax lots
transLine - the transaction line for which we update the tax lots

updateTransactionLineTaxLots

void updateTransactionLineTaxLots(CorporateReorganizationDocument document,
                                  EndowmentTransactionLine transLine)


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