org.kuali.kfs.module.ld.businessobject
Class LaborLedgerAccountingLineParser

java.lang.Object
  extended by org.kuali.kfs.sys.businessobject.AccountingLineParserBase
      extended by org.kuali.kfs.module.ld.businessobject.LaborLedgerAccountingLineParser
All Implemented Interfaces:
AccountingLineParser

public class LaborLedgerAccountingLineParser
extends AccountingLineParserBase

Labor Extended class for parsing serialized AccountingLines for TransactionalDocuments


Field Summary
protected static String[] LABOR_LEDGER_FORMAT
           
 
Fields inherited from class org.kuali.kfs.sys.businessobject.AccountingLineParserBase
DEFAULT_FORMAT
 
Constructor Summary
LaborLedgerAccountingLineParser()
          Constructs a LaborLedgerAccountingLineParser.java.
 
Method Summary
 String[] getSourceAccountingLineFormat()
          Gets the LABOR_LEDGER_FORMAT the SourceAccountingLineFormat.
 String[] getTargetAccountingLineFormat()
          Gets the LABOR_LEDGER_FORMAT the TargetAccountingLineFormat.
 
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
 

Field Detail

LABOR_LEDGER_FORMAT

protected static final String[] LABOR_LEDGER_FORMAT
Constructor Detail

LaborLedgerAccountingLineParser

public LaborLedgerAccountingLineParser()
Constructs a LaborLedgerAccountingLineParser.java.

Method Detail

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.