org.kuali.kfs.module.ec.service.impl
Class EffortCertificationReportServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.ec.service.impl.EffortCertificationReportServiceImpl
All Implemented Interfaces:
EffortCertificationReportService

@Transactional
public class EffortCertificationReportServiceImpl
extends Object
implements EffortCertificationReportService

To generate the working progress reports for the effort certification


Constructor Summary
EffortCertificationReportServiceImpl()
           
 
Method Summary
 void generateReportForExtractProcess(ExtractProcessReportDataHolder reportDataHolder, Date runDate)
          generate report for effort certification extract process witht the given report data and information
 void setEffortExtractProcessReportInfo(ReportInfo effortExtractProcessReportInfo)
          Sets the effortExtractProcessReportInfo attribute value.
 void setReportGenerationService(ReportGenerationService reportGenerationService)
          Sets the reportGenerationService attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffortCertificationReportServiceImpl

public EffortCertificationReportServiceImpl()
Method Detail

generateReportForExtractProcess

public void generateReportForExtractProcess(ExtractProcessReportDataHolder reportDataHolder,
                                            Date runDate)
Description copied from interface: EffortCertificationReportService
generate report for effort certification extract process witht the given report data and information

Specified by:
generateReportForExtractProcess in interface EffortCertificationReportService
Parameters:
reportDataHolder - the given report data holder
runDate - the datetime of the repor generation
See Also:
EffortCertificationReportService.generateReportForExtractProcess(org.kuali.kfs.module.ec.util.ExtractProcessReportDataHolder, java.util.Date)

setEffortExtractProcessReportInfo

public void setEffortExtractProcessReportInfo(ReportInfo effortExtractProcessReportInfo)
Sets the effortExtractProcessReportInfo attribute value.

Parameters:
effortExtractProcessReportInfo - The effortExtractProcessReportInfo to set.

setReportGenerationService

public void setReportGenerationService(ReportGenerationService reportGenerationService)
Sets the reportGenerationService attribute value.

Parameters:
reportGenerationService - The reportGenerationService to set.


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