public class JournalVoucherAccountingLineParser extends AuxiliaryVoucherAccountingLineParser
JournalVoucherDocument
accounting line parser.Modifier and Type | Field and Description |
---|---|
protected static String[] |
ENCUMBRANCE_FORMAT |
protected static String[] |
NON_OFFSET_FORMAT |
protected static String[] |
OFFSET_FORMAT |
AV_FORMAT
DEFAULT_FORMAT
Constructor and Description |
---|
JournalVoucherAccountingLineParser(String balanceTypeCode)
Constructs a JournalVoucherAccountingLineParser.java.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getSourceAccountingLineFormat() |
protected void |
performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap,
SourceAccountingLine sourceAccountingLine,
String accountingLineAsString)
Populates source accounting lines and sets debit and credit amounts and codes if they exist
|
chooseFormat, getExpectedAccountingLineFormatAsString, getSourceAccountingLineClass, getTargetAccountingLineClass, getTargetAccountingLineFormat, importAccountingLines, importSourceAccountingLines, importTargetAccountingLines, parseAccountingLine, parseSourceAccountingLine, parseTargetAccountingLine, performCustomTargetAccountingLinePopulation, populateAccountingLine, putCommonAttributesInMap, removeChartFromFormatIfNeeded, retrieveAttributeLabel, validateImportedAccountingLine
protected static final String[] NON_OFFSET_FORMAT
protected static final String[] OFFSET_FORMAT
protected static final String[] ENCUMBRANCE_FORMAT
public JournalVoucherAccountingLineParser(String balanceTypeCode)
balanceTypeCode
- protected void performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap, SourceAccountingLine sourceAccountingLine, String accountingLineAsString)
AuxiliaryVoucherAccountingLineParser
performCustomSourceAccountingLinePopulation
in class AuxiliaryVoucherAccountingLineParser
org.kuali.rice.krad.bo.AccountingLineParserBase#performCustomSourceAccountingLinePopulation(java.util.Map,
org.kuali.rice.krad.bo.SourceAccountingLine, java.lang.String)
public String[] getSourceAccountingLineFormat()
getSourceAccountingLineFormat
in interface AccountingLineParser
getSourceAccountingLineFormat
in class AuxiliaryVoucherAccountingLineParser
SourceAccountingLine
attribute formatorg.kuali.rice.krad.bo.AccountingLineParserBase#getSourceAccountingLineFormat()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.