@Transactional public class ScrubberServiceImpl extends Object implements ScrubberService
Modifier and Type | Field and Description |
---|---|
protected static String |
COLLECTOR_SCRUBBER_PROCESS_BEAN_NAME |
Constructor and Description |
---|
ScrubberServiceImpl() |
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()
Scrubs all of the entries in all origin entry groups that are up for scrubbing
|
void |
scrubGroupReportOnly(String fileName,
String documentNumber)
This process will call the scrubber in a read only mode.
|
void |
setDemergerScrubberProcess(ScrubberProcess demergerScrubberProcess)
Sets the demergerScrubberProcess attribute value.
|
void |
setReportOnlyScrubberProcess(ScrubberProcess reportOnlyScrubberProcess)
Sets the reportOnlyScrubberProcess attribute value.
|
void |
setScrubberProcess(ScrubberProcess scrubberProcess)
Sets the scrubberProcess attribute value.
|
protected static final String COLLECTOR_SCRUBBER_PROCESS_BEAN_NAME
public ScrubberServiceImpl()
public void scrubGroupReportOnly(String fileName, String documentNumber)
scrubGroupReportOnly
in interface ScrubberService
group
- the origin entry group to scrub for reportdocumentNumber
- the id of documents which generated origin entries that should be scrubbedorg.kuali.ole.gl.service.ScrubberService#scrubGroupReportOnly(org.kuali.ole.gl.businessobject.OriginEntryGroup)
public void scrubEntries()
scrubEntries
in interface ScrubberService
ScrubberService.scrubEntries()
public void scrubCollectorBatch(ScrubberStatus scrubberStatus, CollectorBatch batch, CollectorReportData collectorReportData)
scrubCollectorBatch
in interface ScrubberService
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 scruborg.kuali.ole.gl.service.ScrubberService#scrubCollectorBatch(org.kuali.ole.gl.batch.CollectorBatch, org.kuali.ole.gl.report.CollectorReportData, org.kuali.ole.gl.service.OriginEntryService, org.kuali.ole.gl.service.OriginEntryGroupService)
public void performDemerger()
performDemerger
in interface ScrubberService
public void setReportOnlyScrubberProcess(ScrubberProcess reportOnlyScrubberProcess)
reportOnlyScrubberProcess
- The reportOnlyScrubberProcess to set.public void setScrubberProcess(ScrubberProcess scrubberProcess)
scrubberProcess
- The scrubberProcess to set.public void setDemergerScrubberProcess(ScrubberProcess demergerScrubberProcess)
demergerScrubberProcess
- The demergerScrubberProcess to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.