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, validateImportedAccountingLineprotected static final String[] ICA_FORMAT
public IndirectCostAdjustmentDocumentAccountingLineParser()
public String[] getSourceAccountingLineFormat()
getSourceAccountingLineFormat in interface AccountingLineParsergetSourceAccountingLineFormat in class AccountingLineParserBaseSourceAccountingLine attribute formatorg.kuali.rice.krad.bo.AccountingLineParserBase#getSourceAccountingLineFormat()public String[] getTargetAccountingLineFormat()
getTargetAccountingLineFormat in interface AccountingLineParsergetTargetAccountingLineFormat in class AccountingLineParserBaseTargetAccountingLine attribute formatorg.kuali.rice.krad.bo.AccountingLineParserBase#getTargetAccountingLineFormat()protected void performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap, SourceAccountingLine sourceAccountingLine, String accountingLineAsString)
AccountingLineParserBaseSourceAccountingLine populationperformCustomSourceAccountingLinePopulation in class AccountingLineParserBaseorg.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)
AccountingLineParserBaseTargetAccountingLine attribute populationperformCustomTargetAccountingLinePopulation in class AccountingLineParserBaseorg.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.