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

All Superinterfaces:
EndowmentTransactionDocumentService, EndowmentTransactionLinesDocumentService
All Known Implementing Classes:
LiabilityDocumentServiceImpl

public interface LiabilityDocumentService
extends EndowmentTransactionLinesDocumentService


Method Summary
 void updateLiabilityDecreaseTransactionLineTaxLots(boolean isSource, EndowmentTaxLotLinesDocumentBase aiDocument, EndowmentTransactionLine transLine)
          This method...
 void updateLiabilityIncreaseTransactionLineTaxLots(boolean isSource, EndowmentTaxLotLinesDocumentBase aiDocument, EndowmentTransactionLine transLine)
          This method...
 
Methods inherited from interface org.kuali.kfs.module.endow.document.service.EndowmentTransactionLinesDocumentService
canKEMIDHaveAPrincipalActivity, getCorpusIndicatorValueforAnEndowmentTransactionLine
 
Methods inherited from interface org.kuali.kfs.module.endow.document.service.EndowmentTransactionDocumentService
getSecurity, getSecurityForHoldingHistoryValueAdjustment, matchChartBetweenKEMIDAndETranCode, matchChartBetweenSecurityAndETranCode
 

Method Detail

updateLiabilityIncreaseTransactionLineTaxLots

void updateLiabilityIncreaseTransactionLineTaxLots(boolean isSource,
                                                   EndowmentTaxLotLinesDocumentBase aiDocument,
                                                   EndowmentTransactionLine transLine)
This method...

Parameters:
isSource -
aiDocument -
transLine -

updateLiabilityDecreaseTransactionLineTaxLots

void updateLiabilityDecreaseTransactionLineTaxLots(boolean isSource,
                                                   EndowmentTaxLotLinesDocumentBase aiDocument,
                                                   EndowmentTransactionLine transLine)
This method...

Parameters:
isSource -
aiDocument -
transLine -


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