org.kuali.kfs.gl.batch.service
Interface ReconciliationParserService

All Known Implementing Classes:
ReconciliationParserServiceImpl

public interface ReconciliationParserService

This class parses a reconciliation file


Method Summary
 ReconciliationBlock parseReconciliationBlock(Reader reader, String tableId)
          Parses a reconciliation file
 

Method Detail

parseReconciliationBlock

ReconciliationBlock parseReconciliationBlock(Reader reader,
                                             String tableId)
                                             throws IOException
Parses a reconciliation file

Parameters:
reader - a source of data from which to build a reconciliation
tableId - defined within the reconciliation file; defines which block to parse
Returns:
parsed reconciliation data
Throws:
IOException - thrown if the file cannot be written for any reason


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