public class IndirectCostAdjustmentDocumentAccountingLineParser extends AccountingLineParserBase
IndirectCostAdjustmentDocument
accounting line parser.IndirectCostAdjustmentDocument
Modifier and Type | Field and Description |
---|---|
protected static String[] |
ICA_FORMAT |
DEFAULT_FORMAT
Constructor and Description |
---|
IndirectCostAdjustmentDocumentAccountingLineParser() |
Modifier and Type | Method and Description |
---|---|
String[] |
getSourceAccountingLineFormat() |
String[] |
getTargetAccountingLineFormat() |
protected void |
performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap,
SourceAccountingLine sourceAccountingLine,
String accountingLineAsString)
Should be voerriden by documents to perform any additional
SourceAccountingLine population |
protected void |
performCustomTargetAccountingLinePopulation(Map<String,String> attributeValueMap,
TargetAccountingLine targetAccountingLine,
String accountingLineAsString)
Should be overridden by documents to perform any additional
TargetAccountingLine attribute population |
chooseFormat, getExpectedAccountingLineFormatAsString, getSourceAccountingLineClass, getTargetAccountingLineClass, importAccountingLines, importSourceAccountingLines, importTargetAccountingLines, parseAccountingLine, parseSourceAccountingLine, parseTargetAccountingLine, populateAccountingLine, putCommonAttributesInMap, removeChartFromFormatIfNeeded, retrieveAttributeLabel, validateImportedAccountingLine
protected static final String[] ICA_FORMAT
public IndirectCostAdjustmentDocumentAccountingLineParser()
public String[] getSourceAccountingLineFormat()
getSourceAccountingLineFormat
in interface AccountingLineParser
getSourceAccountingLineFormat
in class AccountingLineParserBase
SourceAccountingLine
attribute formatorg.kuali.rice.krad.bo.AccountingLineParserBase#getSourceAccountingLineFormat()
public String[] getTargetAccountingLineFormat()
getTargetAccountingLineFormat
in interface AccountingLineParser
getTargetAccountingLineFormat
in class AccountingLineParserBase
TargetAccountingLine
attribute formatorg.kuali.rice.krad.bo.AccountingLineParserBase#getTargetAccountingLineFormat()
protected void performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap, SourceAccountingLine sourceAccountingLine, String accountingLineAsString)
AccountingLineParserBase
SourceAccountingLine
populationperformCustomSourceAccountingLinePopulation
in class AccountingLineParserBase
org.kuali.rice.krad.bo.AccountingLineParserBase#performCustomSourceAccountingLinePopulation(java.util.Map,
org.kuali.rice.krad.bo.SourceAccountingLine, java.lang.String)
protected void performCustomTargetAccountingLinePopulation(Map<String,String> attributeValueMap, TargetAccountingLine targetAccountingLine, String accountingLineAsString)
AccountingLineParserBase
TargetAccountingLine
attribute populationperformCustomTargetAccountingLinePopulation
in class AccountingLineParserBase
org.kuali.rice.krad.bo.AccountingLineParserBase#performCustomTargetAccountingLinePopulation(java.util.Map,
org.kuali.rice.krad.bo.TargetAccountingLine, java.lang.String)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.