public interface FileEnterpriseFeederHelperService
| Modifier and Type | Method and Description | 
|---|---|
| void | feedOnFile(File doneFile,
                    File dataFile,
                    File reconFile,
                    PrintStream enterpriseFeedPs,
                    String feederProcessName,
                    String reconciliationTableId,
                    EnterpriseFeederStatusAndErrorMessagesWrapper statusAndErrors,
                    LedgerSummaryReport ledgerSummaryReport)Reconciles and loads a file of origin entries into the origin entry table. | 
void feedOnFile(File doneFile, File dataFile, File reconFile, PrintStream enterpriseFeedPs, String feederProcessName, String reconciliationTableId, EnterpriseFeederStatusAndErrorMessagesWrapper statusAndErrors, LedgerSummaryReport ledgerSummaryReport)
doneFile - the done file. Must exist and be non-emptydataFile - the data file. A connection to this file may be opened multiple times by this method.reconFile - the reconciliation file. See implementations of
        ReconciliationParserService to determine the format of the data in a file.originEntryGroup - the group in which to place the origin entriesfeederProcessName - the name of the process that's invoking this method.reconciliationTableId - the name of the reconciliation block to use within the reconciliation filestatusAndErrors - a class with references to a EnterpriseFeederStatus object and a list
        of error messages. Implementations of this method may need to throw an exception to force a transaction rollback,
        which means that it can't return a value. This parameter allows the method to output status/error informationCopyright © 2004–2015 The Kuali Foundation. All rights reserved.