org.kuali.kfs.fp.businessobject
Class PreEncumbranceDocumentAccountingLineParser
java.lang.Object
org.kuali.kfs.sys.businessobject.AccountingLineParserBase
org.kuali.kfs.fp.businessobject.PreEncumbranceDocumentAccountingLineParser
- All Implemented Interfaces:
- AccountingLineParser
public class PreEncumbranceDocumentAccountingLineParser
- extends AccountingLineParserBase
This class represents a PreEncumbranceDocument
accounting line parser.
- See Also:
PreEncumbranceDocument
Methods inherited from class org.kuali.kfs.sys.businessobject.AccountingLineParserBase |
chooseFormat, getExpectedAccountingLineFormatAsString, getSourceAccountingLineClass, getTargetAccountingLineClass, importAccountingLines, importSourceAccountingLines, importTargetAccountingLines, parseAccountingLine, parseSourceAccountingLine, parseTargetAccountingLine, performCustomSourceAccountingLinePopulation, performCustomTargetAccountingLinePopulation, populateAccountingLine, putCommonAttributesInMap, removeChartFromFormatIfNeeded, retrieveAttributeLabel, validateImportedAccountingLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PE_SOURCE_FORMAT
protected static final String[] PE_SOURCE_FORMAT
PE_TARGET_FORMAT
protected static final String[] PE_TARGET_FORMAT
PreEncumbranceDocumentAccountingLineParser
public PreEncumbranceDocumentAccountingLineParser()
getSourceAccountingLineFormat
public String[] getSourceAccountingLineFormat()
- Specified by:
getSourceAccountingLineFormat
in interface AccountingLineParser
- Overrides:
getSourceAccountingLineFormat
in class AccountingLineParserBase
- Returns:
SourceAccountingLine
attribute format- See Also:
org.kuali.rice.kns.bo.AccountingLineParserBase#getSourceAccountingLineFormat()
getTargetAccountingLineFormat
public String[] getTargetAccountingLineFormat()
- Specified by:
getTargetAccountingLineFormat
in interface AccountingLineParser
- Overrides:
getTargetAccountingLineFormat
in class AccountingLineParserBase
- Returns:
TargetAccountingLine
attribute format- See Also:
org.kuali.rice.kns.bo.AccountingLineParserBase#getTargetAccountingLineFormat()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.