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

Packages that use TargetEndowmentAccountingLine
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.document   
 

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

Methods in org.kuali.kfs.module.endow.businessobject that return TargetEndowmentAccountingLine
 TargetEndowmentAccountingLine EndowmentAccountingLineParser.parseTargetEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument, String targetAccountingLineString)
          Parses a comma delimited string into an TargetEndowmentAccountingLine by populating the attributes found in the getTargetAccountingLineFormat()
 

Methods in org.kuali.kfs.module.endow.businessobject that return types with arguments of type TargetEndowmentAccountingLine
 List<TargetEndowmentAccountingLine> EndowmentAccountingLineParser.importTargetEndowmentAccountingLines(String fileName, InputStream stream, EndowmentAccountingLinesDocument document)
          Generates a list of TargetEndowmentAccountingLine from the inputStream
 

Uses of TargetEndowmentAccountingLine in org.kuali.kfs.module.endow.document
 

Fields in org.kuali.kfs.module.endow.document with type parameters of type TargetEndowmentAccountingLine
protected  List<TargetEndowmentAccountingLine> EndowmentAccountingLinesDocumentBase.targetAccountingLines
           
 

Methods in org.kuali.kfs.module.endow.document that return TargetEndowmentAccountingLine
 TargetEndowmentAccountingLine EndowmentAccountingLinesDocument.getTargetAccountingLine(int index)
          This method retrieves the target accounting line at the specified index.
 TargetEndowmentAccountingLine EndowmentAccountingLinesDocumentBase.getTargetAccountingLine(int index)
           
 TargetEndowmentAccountingLine EndowmentAccountingLineParserBase.parseTargetEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument, String targetAccountingLineString)
           
 

Methods in org.kuali.kfs.module.endow.document that return types with arguments of type TargetEndowmentAccountingLine
 List<TargetEndowmentAccountingLine> EndowmentAccountingLinesDocument.getTargetAccountingLines()
          Gets the targetAccountingLines.
 List<TargetEndowmentAccountingLine> EndowmentAccountingLinesDocumentBase.getTargetAccountingLines()
          Gets the targetAccountingLines.
 

Methods in org.kuali.kfs.module.endow.document with parameters of type TargetEndowmentAccountingLine
 void EndowmentAccountingLinesDocument.addTargetAccountingLine(TargetEndowmentAccountingLine line)
          Adds a new Target Accounting line.
 void EndowmentAccountingLinesDocumentBase.addTargetAccountingLine(TargetEndowmentAccountingLine line)
           
protected  void EndowmentAccountingLineParserBase.performCustomTargetAccountingLinePopulation(Map<String,String> attributeValueMap, TargetEndowmentAccountingLine targetAccountingLine, String accountingLineAsString)
          Should be overridden by documents to perform any additional TargetAccountingLine attribute population
 

Method parameters in org.kuali.kfs.module.endow.document with type arguments of type TargetEndowmentAccountingLine
 void EndowmentAccountingLinesDocument.setTargetAccountingLines(List<TargetEndowmentAccountingLine> targetAccountingLines)
          Sets the targetAccountingLines.
 void EndowmentAccountingLinesDocumentBase.setTargetAccountingLines(List<TargetEndowmentAccountingLine> targetAccountingLines)
          Sets the targetAccountingLines.
 



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