org.kuali.kfs.gl.batch.service
Interface CollectorService

All Known Implementing Classes:
CollectorServiceImpl

public interface CollectorService

An interface that declares the service needed to run the Collector


Method Summary
 void finalizeCollector(CollectorReportData collectorReportData)
           
 CollectorReportData performCollection()
          performs collection
 

Method Detail

performCollection

CollectorReportData performCollection()
performs collection

Returns:
status information related to the collection execution

finalizeCollector

void finalizeCollector(CollectorReportData collectorReportData)


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