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

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

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

Methods in org.kuali.kfs.module.endow.businessobject that return SourceEndowmentAccountingLine
 SourceEndowmentAccountingLine EndowmentAccountingLineParser.parseSourceEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument, String sourceAccountingLineString)
          Parses a comma delimited string into an SourceEndowmentAccountingLine by populating the attributes found in the getSourceAccountingLineFormat()
 

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

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

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

Methods in org.kuali.kfs.module.endow.document that return SourceEndowmentAccountingLine
 SourceEndowmentAccountingLine EndowmentAccountingLinesDocument.getSourceAccountingLine(int index)
          This method returns the accounting line at a particular spot in the overall list of accounting lines.
 SourceEndowmentAccountingLine EndowmentAccountingLinesDocumentBase.getSourceAccountingLine(int index)
           
 SourceEndowmentAccountingLine EndowmentAccountingLineParserBase.parseSourceEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument, String sourceAccountingLineString)
           
 

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

Methods in org.kuali.kfs.module.endow.document with parameters of type SourceEndowmentAccountingLine
 void EndowmentAccountingLinesDocument.addSourceAccountingLine(SourceEndowmentAccountingLine line)
          Adds a new Source accounting line.
 void EndowmentAccountingLinesDocumentBase.addSourceAccountingLine(SourceEndowmentAccountingLine line)
           
protected  void EndowmentAccountingLineParserBase.performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap, SourceEndowmentAccountingLine sourceAccountingLine, String accountingLineAsString)
          Should be overriden by documents to perform any additional SourceAccountingLine population
 

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



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