org.kuali.kfs.module.ld.businessobject
Class LaborJournalVoucherAccountingLineParser
java.lang.Object
org.kuali.kfs.sys.businessobject.AccountingLineParserBase
org.kuali.kfs.module.ld.businessobject.LaborJournalVoucherAccountingLineParser
- All Implemented Interfaces:
- AccountingLineParser
public class LaborJournalVoucherAccountingLineParser
- extends AccountingLineParserBase
Methods inherited from class org.kuali.kfs.sys.businessobject.AccountingLineParserBase |
chooseFormat, getExpectedAccountingLineFormatAsString, getSourceAccountingLineClass, getTargetAccountingLineClass, getTargetAccountingLineFormat, importAccountingLines, importSourceAccountingLines, importTargetAccountingLines, parseAccountingLine, parseSourceAccountingLine, parseTargetAccountingLine, performCustomTargetAccountingLinePopulation, populateAccountingLine, putCommonAttributesInMap, removeChartFromFormatIfNeeded, retrieveAttributeLabel, validateImportedAccountingLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LABOR_JV_FORMAT
protected static final String[] LABOR_JV_FORMAT
LaborJournalVoucherAccountingLineParser
public LaborJournalVoucherAccountingLineParser(String balanceTypeCode)
- Constructs a JournalVoucherAccountingLineParser.java.
- Parameters:
balanceTypeCode
-
performCustomSourceAccountingLinePopulation
protected void performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap,
SourceAccountingLine sourceAccountingLine,
String accountingLineAsString)
- Description copied from class:
AccountingLineParserBase
- Should be voerriden by documents to perform any additional
SourceAccountingLine
population
- Overrides:
performCustomSourceAccountingLinePopulation
in class AccountingLineParserBase
- See Also:
org.kuali.rice.kns.bo.AccountingLineParserBase#performCustomSourceAccountingLinePopulation(java.util.Map,
org.kuali.rice.kns.bo.SourceAccountingLine, java.lang.String)
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()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.