public class PreScrubberServiceImpl extends Object implements PreScrubberService
| Constructor and Description | 
|---|
| PreScrubberServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | deriveChartOfAccountsCodeIfSpaces()Returns whether chart of accounts codes that are spaces should be derived from the account number. | 
| protected int | getExclusiveAccountNumberEndPosition()Returns the position of the end of the chart of accounts code on an origin entry line, | 
| protected int | getExclusiveChartOfAccountsCodeEndPosition()Returns the position of the end of the chart of accounts code on an origin entry line, | 
| protected int | getInclusiveAccountNumberStartPosition()Returns the position of the chart of accounts code on an origin entry line | 
| protected int | getInclusiveChartOfAccountsCodeStartPosition()Returns the position of the chart of accounts code on an origin entry line | 
| int | getMaxCacheSize() | 
| PreScrubberReportData | preprocessOriginEntries(Iterator<String> inputOriginEntries,
                                              String outputFileName) | 
| void | setMaxCacheSize(int maxCacheSize) | 
| void | setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)Sets the parameterService attribute value. | 
public PreScrubberServiceImpl()
public PreScrubberReportData preprocessOriginEntries(Iterator<String> inputOriginEntries, String outputFileName) throws IOException
preprocessOriginEntries in interface PreScrubberServiceIOExceptionprotected int getInclusiveChartOfAccountsCodeStartPosition()
protected int getExclusiveChartOfAccountsCodeEndPosition()
protected int getInclusiveAccountNumberStartPosition()
protected int getExclusiveAccountNumberEndPosition()
public int getMaxCacheSize()
public void setMaxCacheSize(int maxCacheSize)
public boolean deriveChartOfAccountsCodeIfSpaces()
PreScrubberServicederiveChartOfAccountsCodeIfSpaces in interface PreScrubberServicepublic void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
parameterService - The parameterService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.