org.kuali.kfs.gl.service
Interface PreScrubberService

All Known Implementing Classes:
PreScrubberServiceImpl

public interface PreScrubberService


Method Summary
 boolean deriveChartOfAccountsCodeIfSpaces()
          Returns whether chart of accounts codes that are spaces should be derived from the account number.
 PreScrubberReportData preprocessOriginEntries(Iterator<String> inputOriginEntries, String outputFileName)
           
 

Method Detail

preprocessOriginEntries

PreScrubberReportData preprocessOriginEntries(Iterator<String> inputOriginEntries,
                                              String outputFileName)
                                              throws IOException
Throws:
IOException

deriveChartOfAccountsCodeIfSpaces

boolean deriveChartOfAccountsCodeIfSpaces()
Returns whether chart of accounts codes that are spaces should be derived from the account number. This assumes that a particular account number may be associated with at most one chart of accounts code.



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.