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

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

public class LaborJournalVoucherAccountingLineParser
extends AccountingLineParserBase


Field Summary
protected static String[] LABOR_JV_FORMAT
           
 
Fields inherited from class org.kuali.kfs.sys.businessobject.AccountingLineParserBase
DEFAULT_FORMAT
 
Constructor Summary
LaborJournalVoucherAccountingLineParser(String balanceTypeCode)
          Constructs a JournalVoucherAccountingLineParser.java.
 
Method Summary
 String[] getSourceAccountingLineFormat()
           
protected  void performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap, SourceAccountingLine sourceAccountingLine, String accountingLineAsString)
          Should be voerriden by documents to perform any additional SourceAccountingLine population
 
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
 

Field Detail

LABOR_JV_FORMAT

protected static final String[] LABOR_JV_FORMAT
Constructor Detail

LaborJournalVoucherAccountingLineParser

public LaborJournalVoucherAccountingLineParser(String balanceTypeCode)
Constructs a JournalVoucherAccountingLineParser.java.

Parameters:
balanceTypeCode -
Method Detail

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.