public class PurApAccountingLineParser extends AccountingLineParserBase
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
PURAP_FORMAT |
DEFAULT_FORMAT| Constructor and Description |
|---|
PurApAccountingLineParser()
Constructs a AuxiliaryVoucherAccountingLineParser.java.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
getSourceAccountingLineClass(AccountingDocument accountingDocument)
Given a document, determines what class the source lines of that document uses
|
String[] |
getSourceAccountingLineFormat() |
chooseFormat, getExpectedAccountingLineFormatAsString, getTargetAccountingLineClass, getTargetAccountingLineFormat, importAccountingLines, importSourceAccountingLines, importTargetAccountingLines, parseAccountingLine, parseSourceAccountingLine, parseTargetAccountingLine, performCustomSourceAccountingLinePopulation, performCustomTargetAccountingLinePopulation, populateAccountingLine, putCommonAttributesInMap, removeChartFromFormatIfNeeded, retrieveAttributeLabel, validateImportedAccountingLineprotected static final String[] PURAP_FORMAT
public PurApAccountingLineParser()
public String[] getSourceAccountingLineFormat()
getSourceAccountingLineFormat in interface AccountingLineParsergetSourceAccountingLineFormat in class AccountingLineParserBaseSourceAccountingLine attribute formatorg.kuali.rice.krad.bo.AccountingLineParserBase#getSourceAccountingLineFormat()protected Class getSourceAccountingLineClass(AccountingDocument accountingDocument)
AccountingLineParserBasegetSourceAccountingLineClass in class AccountingLineParserBaseaccountingDocument - the document to find the class of the source lines fororg.kuali.rice.krad.bo.AccountingLineParser#getSourceAccountingLineClass(org.kuali.rice.krad.document.AccountingDocument)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.