| java.lang.Object org.kuali.kfs.bo.AccountingLineParserBase org.kuali.module.labor.bo.LaborJournalVoucherAccountingLineParser
LABOR_LINE_FORMAT | final protected static String[] LABOR_LINE_FORMAT(Code) | | |
LaborJournalVoucherAccountingLineParser | public LaborJournalVoucherAccountingLineParser(String balanceTypeCode)(Code) | | Constructs a JournalVoucherAccountingLineParser.java.
Parameters: balanceTypeCode - |
getSourceAccountingLineFormat | public String[] getSourceAccountingLineFormat()(Code) | | See Also: org.kuali.core.bo.AccountingLineParserBase.getSourceAccountingLineFormat |
performCustomSourceAccountingLinePopulation | protected void performCustomSourceAccountingLinePopulation(Map<String, String> attributeValueMap, SourceAccountingLine sourceAccountingLine, String accountingLineAsString)(Code) | | See Also: org.kuali.core.bo.AccountingLineParserBase.performCustomSourceAccountingLinePopulation(java.util.Maporg.kuali.core.bo.SourceAccountingLinejava.lang.String) |
Fields inherited from org.kuali.kfs.bo.AccountingLineParserBase | final protected static String[] DEFAULT_FORMAT(Code)(Java Doc)
|
Methods inherited from org.kuali.kfs.bo.AccountingLineParserBase | final public String getExpectedAccountingLineFormatAsString(Class<? extends AccountingLine> accountingLineClass)(Code)(Java Doc) public String[] getSourceAccountingLineFormat()(Code)(Java Doc) public String[] getTargetAccountingLineFormat()(Code)(Java Doc) final public List importSourceAccountingLines(String fileName, InputStream stream, AccountingDocument document)(Code)(Java Doc) final public List importTargetAccountingLines(String fileName, InputStream stream, AccountingDocument document)(Code)(Java Doc) final public SourceAccountingLine parseSourceAccountingLine(AccountingDocument transactionalDocument, String sourceAccountingLineString)(Code)(Java Doc) final public TargetAccountingLine parseTargetAccountingLine(AccountingDocument transactionalDocument, String targetAccountingLineString)(Code)(Java Doc) protected void performCustomSourceAccountingLinePopulation(Map<String, String> attributeValueMap, SourceAccountingLine sourceAccountingLine, String accountingLineAsString)(Code)(Java Doc) protected void performCustomTargetAccountingLinePopulation(Map<String, String> attributeValueMap, TargetAccountingLine targetAccountingLine, String accountingLineAsString)(Code)(Java Doc) protected String retrieveAttributeLabel(Class clazz, String attributeName)(Code)(Java Doc) protected void validateImportedAccountingLine(AccountingLine line, String accountingLineAsString) throws AccountingLineParserException(Code)(Java Doc)
|
|
|