Uses of Interface
org.kuali.kfs.module.endow.businessobject.EndowmentAccountingLine

Packages that use EndowmentAccountingLine
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.document   
org.kuali.kfs.module.endow.document.validation   
org.kuali.kfs.module.endow.document.validation.event   
org.kuali.kfs.module.endow.document.validation.impl   
org.kuali.kfs.module.endow.document.web.struts   
 

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

Classes in org.kuali.kfs.module.endow.businessobject that implement EndowmentAccountingLine
 class EndowmentAccountingLineBase
          Provides basic implementation for the accounting lines used in the Transfer of Funds documents in the Endowment module.
 class SourceEndowmentAccountingLine
          Represents the "source" grouping of accounting lines in a given Endowment Transfer of Funds document.
 class TargetEndowmentAccountingLine
          Represents the "target" grouping of accounting lines in a given Endowment Transfer of Funds document.
 

Method parameters in org.kuali.kfs.module.endow.businessobject with type arguments of type EndowmentAccountingLine
 String EndowmentAccountingLineParser.getExpectedEndowmentAccountingLineFormatAsString(Class<? extends EndowmentAccountingLine> accountingLineClass)
           
 

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

Methods in org.kuali.kfs.module.endow.document that return EndowmentAccountingLine
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
 

Methods in org.kuali.kfs.module.endow.document that return types with arguments of type EndowmentAccountingLine
protected  List<EndowmentAccountingLine> EndowmentAccountingLineParserBase.importAccountingLines(String fileName, InputStream stream, EndowmentAccountingLinesDocument transactionalDocument, boolean isSource)
          Calls the appropriate parseAccountingLine method
 

Method parameters in org.kuali.kfs.module.endow.document with type arguments of type EndowmentAccountingLine
protected  String[] EndowmentAccountingLineParserBase.chooseFormat(Class<? extends EndowmentAccountingLine> accountingLineClass)
          Gets the accounting line format.
 String EndowmentAccountingLineParserBase.getExpectedEndowmentAccountingLineFormatAsString(Class<? extends EndowmentAccountingLine> accountingLineClass)
           
protected  Map<String,String> EndowmentAccountingLineParserBase.parseAccountingLine(Class<? extends EndowmentAccountingLine> accountingLineClass, String lineToParse)
          Parses the csv line
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
 

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

Classes in org.kuali.kfs.module.endow.document.validation with type parameters of type EndowmentAccountingLine
 interface AddEndowmentAccountingLineRule<E extends EndowmentAccountingLinesDocument,D extends EndowmentAccountingLine>
           
 interface DeleteEndowmentAccountingLineRule<E extends EndowmentAccountingLinesDocument,D extends EndowmentAccountingLine>
           
 

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

Constructors in org.kuali.kfs.module.endow.document.validation.event with parameters of type EndowmentAccountingLine
AddEndowmentAccountingLineEvent(String errorPathPrefix, EndowmentAccountingLinesDocument document, EndowmentAccountingLine line)
           
DeleteAccountingLineEvent(String errorPathPrefix, EndowmentAccountingLinesDocument document, EndowmentAccountingLine line)
           
 

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

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type EndowmentAccountingLine
 String EndowmentAccountingLinesDocumentBaseRules.getAcctLineErrorPrefix(EndowmentAccountingLine line, int index)
          Gets the prefix for an accounting line error.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.isAccountNumberEmpty(EndowmentAccountingLine line, int index)
          Checks if the account number is empty.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.isChartCodeEmpty(EndowmentAccountingLine line, int index)
          Checks if the chart code is empty.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.isObjectCodeEmpty(EndowmentAccountingLine line, int index)
          Checks if the object code is empty.
 boolean EndowmentAccountingLinesDocumentBaseRules.processAddEndowmentAccountingLineRules(EndowmentAccountingLinesDocument endowmentAccountingLinesDocument, EndowmentAccountingLine endowmentAccountingLine)
           
 boolean EndowmentAccountingLinesDocumentBaseRules.processDeleteAccountingLineRules(EndowmentAccountingLinesDocument EndowmentAccountingLinesDocument, EndowmentAccountingLine EndowmentAccountingLine)
           
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateAccount(EndowmentAccountingLine line, int index)
          Validates if the account exists in the database.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateAccountingLine(EndowmentAccountingLinesDocument accountingLinesDocument, EndowmentAccountingLine accountingLine, int index)
          Validates the given accounting Line.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateAccountIsActive(EndowmentAccountingLine line, int index)
          Validates that the account is active.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateAccountNotExpired(EndowmentAccountingLine line, int index)
          Validates if the account is expired.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateChartCode(EndowmentAccountingLine line, int index)
          Validates that the chart code exists in the database.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateChartCodeIsActive(EndowmentAccountingLine line, int index)
          Validates if the chart code is Active.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateObjectCode(EndowmentAccountingLine line, int index)
          Validates that the object code exists.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateObjectCodeIsActive(EndowmentAccountingLine line, int index)
          Validates that the object code is active.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateObjectCodeObjectConsolidation(EndowmentAccountingLine line, int index)
          Validate that the object code does not represent assets, liabilities or funds balances (as indicated by the object code's object consolidation).
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateObjectCodeType(EndowmentAccountingLine line, int index)
          Validates that Object codes belonging to the object types of Expense not Expenditure and Income not Cash may not be used on a Transfer of Funds document.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateProjectCode(EndowmentAccountingLine line, int index)
          Validates that if the project code is not empty it exists in the DB and is active.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateSubAccountNumber(EndowmentAccountingLine line, int index)
          Validates that if the sub account number is not empty it exists in the DB and is active.
protected  boolean EndowmentAccountingLinesDocumentBaseRules.validateSubObjectCode(EndowmentAccountingLine line, int index)
          Validates that if the sub object code is not empty it exists in the DB and is active.
 

Uses of EndowmentAccountingLine in org.kuali.kfs.module.endow.document.web.struts
 

Fields in org.kuali.kfs.module.endow.document.web.struts declared as EndowmentAccountingLine
protected  EndowmentAccountingLine EndowmentAccountingLinesDocumentFormBase.newSourceAccountingLine
           
protected  EndowmentAccountingLine EndowmentAccountingLinesDocumentFormBase.newTargetAccountingLine
           
 

Methods in org.kuali.kfs.module.endow.document.web.struts that return EndowmentAccountingLine
 EndowmentAccountingLine EndowmentAccountingLinesDocumentFormBase.getNewSourceAccountingLine()
          Gets the newSourceAccountingLine.
 EndowmentAccountingLine EndowmentAccountingLinesDocumentFormBase.getNewTargetAccountingLine()
          Gets the newSourceAccountingLine.
 

Methods in org.kuali.kfs.module.endow.document.web.struts with parameters of type EndowmentAccountingLine
protected  void EndowmentAccountingLinesDocumentActionBase.insertAccountingLine(boolean isSource, EndowmentAccountingLinesDocumentFormBase etaDocumentForm, EndowmentAccountingLine line)
          Adds the given accountingLine to the appropriate form-related data structures.
 void EndowmentAccountingLinesDocumentFormBase.setNewSourceAccountingLine(EndowmentAccountingLine newSourceAccountingLine)
          Sets the newSourceAccountingLine.
 void EndowmentAccountingLinesDocumentFormBase.setNewTargetAccountingLine(EndowmentAccountingLine newTargetAccountingLine)
          Sets the newSourceAccountingLine.
 



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