Uses of Class
org.kuali.kfs.module.endow.businessobject.EndowmentTransactionTaxLotLine

Packages that use EndowmentTransactionTaxLotLine
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.document.validation   
org.kuali.kfs.module.endow.document.validation.event   
org.kuali.kfs.module.endow.document.validation.impl   
 

Uses of EndowmentTransactionTaxLotLine in org.kuali.kfs.module.endow.businessobject
 

Methods in org.kuali.kfs.module.endow.businessobject that return types with arguments of type EndowmentTransactionTaxLotLine
 List<EndowmentTransactionTaxLotLine> EndowmentTransactionLineBase.getTaxLotLines()
           
 List<EndowmentTransactionTaxLotLine> EndowmentTransactionLine.getTaxLotLines()
          Gets the tax lot lines.
 

Method parameters in org.kuali.kfs.module.endow.businessobject with type arguments of type EndowmentTransactionTaxLotLine
 void EndowmentTransactionLineBase.setTaxLotLines(List<EndowmentTransactionTaxLotLine> taxLotLines)
           
 void EndowmentTransactionLine.setTaxLotLines(List<EndowmentTransactionTaxLotLine> taxLotLines)
          Sets the tax lot lines.
 

Uses of EndowmentTransactionTaxLotLine in org.kuali.kfs.module.endow.document.validation
 

Classes in org.kuali.kfs.module.endow.document.validation with type parameters of type EndowmentTransactionTaxLotLine
 interface DeleteTaxLotLineRule<E extends EndowmentTaxLotLinesDocument,D extends EndowmentTransactionTaxLotLine,T extends EndowmentTransactionLine,I extends Number,X extends Number>
           
 

Uses of EndowmentTransactionTaxLotLine in org.kuali.kfs.module.endow.document.validation.event
 

Constructors in org.kuali.kfs.module.endow.document.validation.event with parameters of type EndowmentTransactionTaxLotLine
DeleteTaxLotLineEvent(String errorPathPrefix, EndowmentTaxLotLinesDocument document, EndowmentTransactionTaxLotLine taxLotLine, EndowmentTransactionLine transactionLine, int index, int taxLotLineIndex)
           
 

Uses of EndowmentTransactionTaxLotLine in org.kuali.kfs.module.endow.document.validation.impl
 

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type EndowmentTransactionTaxLotLine
 boolean SecurityTransferDocumentRules.processDeleteTaxLotLineRules(EndowmentTaxLotLinesDocument endowmentTaxLotLinesDocument, EndowmentTransactionTaxLotLine endowmentTransactionTaxLotLine, EndowmentTransactionLine endowmentTransactionLine, Number index, Number numberX)
           
 boolean HoldingAdjustmentDocumentRules.processDeleteTaxLotLineRules(EndowmentTaxLotLinesDocument endowmentTaxLotLinesDocument, EndowmentTransactionTaxLotLine endowmentTransactionTaxLotLine, EndowmentTransactionLine endowmentTransactionLine, Number transLineIndex, Number taxLotLineIndex)
           
 boolean AssetDecreaseDocumentRules.processDeleteTaxLotLineRules(EndowmentTaxLotLinesDocument endowmentTaxLotLinesDocument, EndowmentTransactionTaxLotLine taxLotLine, EndowmentTransactionLine transactionLine, Number index, Number taxLotLineIndex)
           
 boolean EndowmentUnitShareAdjustmentDocumentRules.processDeleteTaxLotLineRules(EndowmentTaxLotLinesDocument endowmentTaxLotLinesDocument, EndowmentTransactionTaxLotLine endowmentTransactionTaxLotLine, EndowmentTransactionLine endowmentTransactionLine, Number transLineIndex, Number taxLotLineIndex)
           
 boolean CorporateReorganizationDocumentRules.processDeleteTaxLotLineRules(EndowmentTaxLotLinesDocument endowmentTaxLotLinesDocument, EndowmentTransactionTaxLotLine endowmentTransactionTaxLotLine, EndowmentTransactionLine endowmentTransactionLine, Number index, Number numberX)
           
 



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