| org.kuali.module.gl.service.ScrubberService
All known Subclasses: org.kuali.module.gl.service.impl.ScrubberServiceImpl,
ScrubberService | public interface ScrubberService (Code) | | An interface declaring methods needed to run the scrubber
|
scrubCollectorBatch | public ScrubberStatus scrubCollectorBatch(CollectorBatch batch, CollectorReportData collectorReportData, OriginEntryService overrideOriginEntryService, OriginEntryGroupService overrideOriginEntryGroupService)(Code) | | Scrubs data read in by the Collector
Parameters: batch - the data read by the Collector Parameters: collectorReportData - statistics about Parameters: overrideOriginEntryService - the implementation of origin entry service to use for this specific Collector scrub Parameters: overrideOriginEntryGroupService - the implementation of origin entry group service to use for this specific Collector scrub the status returned by the Scrubber |
scrubEntries | public void scrubEntries()(Code) | | Nightly process to scrub incoming GL transactions before posting to GL tables
|
scrubGroupReportOnly | public void scrubGroupReportOnly(OriginEntryGroup group, String documentNumber)(Code) | | This process will call the scrubber in a read only mode. It will scrub a single group, won't create any output in origin
entry. It will create a the scrubber report
Parameters: group - the origin entry group to scrub for report Parameters: documentNumber - the id of documents which generated origin entries that should be scrubbed |
setDateTimeService | public void setDateTimeService(DateTimeService dateTimeService)(Code) | | Sets the dateTimeService attribute the ScrubberService implementation should use
Parameters: dateTimeService - an implementation of dateTimeService to set |
|
|