|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScrubberService
An interface declaring methods needed to run the scrubber
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |