Uses of Class
org.kuali.kfs.gl.service.impl.CollectorScrubberStatus

Packages that use CollectorScrubberStatus
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
 

Uses of CollectorScrubberStatus in org.kuali.kfs.gl.batch
 

Methods in org.kuali.kfs.gl.batch that return CollectorScrubberStatus
 CollectorScrubberStatus CollectorScrubberProcess.scrub()
          Scrubs the entries read in by the Collector
 

Uses of CollectorScrubberStatus in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service that return CollectorScrubberStatus
 CollectorScrubberStatus CollectorScrubberService.scrub(CollectorBatch batch, CollectorReportData collectorReportData, String collectorFileDirectoryName)
          Runs the scrubber on the origin entries in the batch.
 

Method parameters in org.kuali.kfs.gl.batch.service with type arguments of type CollectorScrubberStatus
 boolean CollectorHelperService.loadCollectorFile(String fileName, CollectorReportData collectorReportData, List<CollectorScrubberStatus> collectorScrubberStatuses, BatchInputFileType collectorInputFileType, PrintStream originEntryOutputPs)
          Loads the file given by the filename, then performs the collector process: parse, validate, store, email.
 void CollectorScrubberService.removeTempGroups(Collection<CollectorScrubberStatus> allStatusObjectsFromCollectorExecution)
          Removes any temporarily created origin entries and origin entry groups so that they won't be persisted after the transaction is committed.
 

Uses of CollectorScrubberStatus in org.kuali.kfs.gl.batch.service.impl
 

Methods in org.kuali.kfs.gl.batch.service.impl that return CollectorScrubberStatus
 CollectorScrubberStatus CollectorScrubberServiceImpl.scrub(CollectorBatch batch, CollectorReportData collectorReportData, String collectorFileDirectoryName)
          uns the scrubber on the origin entries in the batch.
 

Method parameters in org.kuali.kfs.gl.batch.service.impl with type arguments of type CollectorScrubberStatus
protected  boolean CollectorHelperServiceImpl.loadCollectorBatch(CollectorBatch batch, String fileName, int batchIndex, CollectorReportData collectorReportData, List<CollectorScrubberStatus> collectorScrubberStatuses, BatchInputFileType collectorInputFileType, PrintStream originEntryOutputPs)
           
 boolean CollectorHelperServiceImpl.loadCollectorFile(String fileName, CollectorReportData collectorReportData, List<CollectorScrubberStatus> collectorScrubberStatuses, BatchInputFileType collectorInputFileType, PrintStream originEntryOutputPs)
          Parses the given file, validates the batch, stores the entries, and sends email.
 void CollectorScrubberServiceImpl.removeTempGroups(Collection<CollectorScrubberStatus> allStatusObjectsFromCollectorExecution)
          Removes any temporarily created origin entries and origin entry groups so that they won't be persisted after the transaction is committed.
protected  void CollectorServiceImpl.updateCollectorReportDataWithExecutionStatistics(CollectorReportData collectorReportData, List<CollectorScrubberStatus> collectorScrubberStatuses)
          Adds execution statistics to the Collector run
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.