public interface ScrubberService
| Modifier and Type | Method and Description | 
|---|---|
| void | performDemerger() | 
| void | scrubCollectorBatch(ScrubberStatus scrubberStatus,
                                      CollectorBatch batch,
                                      CollectorReportData collectorReportData)Scrubs data read in by the Collector | 
| void | scrubEntries()Nightly process to scrub incoming GL transactions before posting to GL tables | 
| void | scrubGroupReportOnly(String fileName,
                                        String documentNumber)This process will call the scrubber in a read only mode. | 
void scrubEntries()
void scrubCollectorBatch(ScrubberStatus scrubberStatus, CollectorBatch batch, CollectorReportData collectorReportData)
batch - the data read by the CollectorcollectorReportData - statistics aboutoverrideOriginEntryService - the implementation of origin entry service to use for this specific Collector scruboverrideOriginEntryGroupService - the implementation of origin entry group service to use for this specific Collector scrubvoid scrubGroupReportOnly(String fileName, String documentNumber)
group - the origin entry group to scrub for reportdocumentNumber - the id of documents which generated origin entries that should be scrubbedvoid performDemerger()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.