org.kuali.kfs.module.ld.businessobject
Class LaborLedgerAccountingLineParser
java.lang.Object
org.kuali.kfs.sys.businessobject.AccountingLineParserBase
org.kuali.kfs.module.ld.businessobject.LaborLedgerAccountingLineParser
- All Implemented Interfaces:
- AccountingLineParser
public class LaborLedgerAccountingLineParser
- extends AccountingLineParserBase
Labor Extended class for parsing serialized AccountingLine
s for TransactionalDocument
s
Methods inherited from class org.kuali.kfs.sys.businessobject.AccountingLineParserBase |
chooseFormat, getExpectedAccountingLineFormatAsString, getSourceAccountingLineClass, getTargetAccountingLineClass, importAccountingLines, importSourceAccountingLines, importTargetAccountingLines, parseAccountingLine, parseSourceAccountingLine, parseTargetAccountingLine, performCustomSourceAccountingLinePopulation, 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_LEDGER_FORMAT
protected static final String[] LABOR_LEDGER_FORMAT
LaborLedgerAccountingLineParser
public LaborLedgerAccountingLineParser()
- Constructs a LaborLedgerAccountingLineParser.java.
getSourceAccountingLineFormat
public String[] getSourceAccountingLineFormat()
- Gets the LABOR_LEDGER_FORMAT the SourceAccountingLineFormat.
- Specified by:
getSourceAccountingLineFormat
in interface AccountingLineParser
- Overrides:
getSourceAccountingLineFormat
in class AccountingLineParserBase
- Returns:
- Returns the LABOR_LEDGER_FORMAT.
- See Also:
org.kuali.rice.kns.bo.AccountingLineParser#getSourceAccountingLineFormat()
getTargetAccountingLineFormat
public String[] getTargetAccountingLineFormat()
- Gets the LABOR_LEDGER_FORMAT the TargetAccountingLineFormat.
- Specified by:
getTargetAccountingLineFormat
in interface AccountingLineParser
- Overrides:
getTargetAccountingLineFormat
in class AccountingLineParserBase
- Returns:
- Returns the LABOR_LEDGER_FORMAT.
- See Also:
org.kuali.rice.kns.bo.AccountingLineParser#getTargetAccountingLineFormat()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.