| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EndowmentAccountingLinesDocument in org.kuali.kfs.module.endow.businessobject | 
|---|
| Methods in org.kuali.kfs.module.endow.businessobject with parameters of type EndowmentAccountingLinesDocument | |
|---|---|
 List<SourceEndowmentAccountingLine> | 
EndowmentAccountingLineParser.importSourceEndowmentAccountingLines(String fileName,
                                                                         InputStream stream,
                                                                         EndowmentAccountingLinesDocument document)
Generates a list of SourceEndowmentAccountingLine from the inputStream | 
 List<TargetEndowmentAccountingLine> | 
EndowmentAccountingLineParser.importTargetEndowmentAccountingLines(String fileName,
                                                                         InputStream stream,
                                                                         EndowmentAccountingLinesDocument document)
Generates a list of TargetEndowmentAccountingLine from the inputStream | 
 SourceEndowmentAccountingLine | 
EndowmentAccountingLineParser.parseSourceEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument,
                                                                     String sourceAccountingLineString)
Parses a comma delimited string into an SourceEndowmentAccountingLine by populating the attributes found in the
 getSourceAccountingLineFormat() | 
 TargetEndowmentAccountingLine | 
EndowmentAccountingLineParser.parseTargetEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument,
                                                                     String targetAccountingLineString)
Parses a comma delimited string into an TargetEndowmentAccountingLine by populating the attributes found in the
 getTargetAccountingLineFormat() | 
| Uses of EndowmentAccountingLinesDocument in org.kuali.kfs.module.endow.document | 
|---|
| Classes in org.kuali.kfs.module.endow.document that implement EndowmentAccountingLinesDocument | |
|---|---|
 class | 
EndowmentAccountingLinesDocumentBase
Provides a base class for the Endowment Transfer of Funds documents.  | 
 class | 
EndowmentToGLTransferOfFundsDocument
 | 
 class | 
GLToEndowmentTransferOfFundsDocument
 | 
| Methods in org.kuali.kfs.module.endow.document with parameters of type EndowmentAccountingLinesDocument | |
|---|---|
protected  Class | 
EndowmentAccountingLineParserBase.getSourceEndowmentAccountingLineClass(EndowmentAccountingLinesDocument accountingDocument)
Given a document, determines what class the source lines of that document uses  | 
protected  Class | 
EndowmentAccountingLineParserBase.getTargetEndowmentAccountingLineClass(EndowmentAccountingLinesDocument accountingDocument)
Given a document, determines what class that document uses for target accounting lines  | 
protected  List<EndowmentAccountingLine> | 
EndowmentAccountingLineParserBase.importAccountingLines(String fileName,
                                           InputStream stream,
                                           EndowmentAccountingLinesDocument transactionalDocument,
                                           boolean isSource)
Calls the appropriate parseAccountingLine method  | 
 List | 
EndowmentAccountingLineParserBase.importSourceEndowmentAccountingLines(String fileName,
                                                                         InputStream stream,
                                                                         EndowmentAccountingLinesDocument document)
 | 
 List | 
EndowmentAccountingLineParserBase.importTargetEndowmentAccountingLines(String fileName,
                                                                         InputStream stream,
                                                                         EndowmentAccountingLinesDocument document)
 | 
 SourceEndowmentAccountingLine | 
EndowmentAccountingLineParserBase.parseSourceEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument,
                                                                     String sourceAccountingLineString)
 | 
 TargetEndowmentAccountingLine | 
EndowmentAccountingLineParserBase.parseTargetEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument,
                                                                     String targetAccountingLineString)
 | 
protected  EndowmentAccountingLine | 
EndowmentAccountingLineParserBase.populateAccountingLine(EndowmentAccountingLinesDocument transactionalDocument,
                                             Class<? extends EndowmentAccountingLine> accountingLineClass,
                                             String accountingLineAsString,
                                             Map<String,String> attributeValueMap,
                                             Integer sequenceNumber)
Populates a source/target line with values  | 
protected  void | 
EndowmentAccountingLineParserBase.putCommonAttributesInMap(Map<String,String> attributeValueMap,
                                                 EndowmentAccountingLinesDocument document,
                                                 Integer sequenceNumber)
Places fields common to both source/target endowment accounting lines in the attribute map  | 
| Uses of EndowmentAccountingLinesDocument in org.kuali.kfs.module.endow.document.validation | 
|---|
| Uses of EndowmentAccountingLinesDocument in org.kuali.kfs.module.endow.document.validation.event | 
|---|
| Constructors in org.kuali.kfs.module.endow.document.validation.event with parameters of type EndowmentAccountingLinesDocument | |
|---|---|
AddEndowmentAccountingLineEvent(String errorPathPrefix,
                                                               EndowmentAccountingLinesDocument document,
                                                               EndowmentAccountingLine line)
 | 
|
DeleteAccountingLineEvent(String errorPathPrefix,
                                                   EndowmentAccountingLinesDocument document,
                                                   EndowmentAccountingLine line)
 | 
|
| Uses of EndowmentAccountingLinesDocument in org.kuali.kfs.module.endow.document.validation.impl | 
|---|
| Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type EndowmentAccountingLinesDocument | |
|---|---|
 boolean | 
EndowmentAccountingLinesDocumentBaseRules.processAddEndowmentAccountingLineRules(EndowmentAccountingLinesDocument endowmentAccountingLinesDocument,
                                                                             EndowmentAccountingLine endowmentAccountingLine)
 | 
 boolean | 
EndowmentAccountingLinesDocumentBaseRules.processDeleteAccountingLineRules(EndowmentAccountingLinesDocument EndowmentAccountingLinesDocument,
                                                                 EndowmentAccountingLine EndowmentAccountingLine)
 | 
protected  boolean | 
EndowmentAccountingLinesDocumentBaseRules.validateAccountingLine(EndowmentAccountingLinesDocument accountingLinesDocument,
                                             EndowmentAccountingLine accountingLine,
                                             int index)
Validates the given accounting Line.  | 
protected  boolean | 
EndowmentAccountingLinesDocumentBaseRules.validateAccountingLinesSizeGreaterThanZero(EndowmentAccountingLinesDocument document,
                                                                                     boolean isSource)
Validates that the document has at least one accounting line.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||