org.kuali.kfs.module.ar.report.service.impl
Class CustomerStatementReportServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.ar.report.service.impl.CustomerStatementReportServiceImpl
All Implemented Interfaces:
CustomerStatementReportService

@Transactional
public class CustomerStatementReportServiceImpl
extends Object
implements CustomerStatementReportService

To generate the working progress reports for the effort certification


Constructor Summary
CustomerStatementReportServiceImpl()
           
 
Method Summary
 File generateReport(CustomerStatementReportDataHolder reportDataHolder, Date runDate)
          generate report for effort certification extract process witht the given report data and information
 void setCustomerStatementReportInfo(ReportInfo customerStatementReportInfo)
          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

CustomerStatementReportServiceImpl

public CustomerStatementReportServiceImpl()
Method Detail

generateReport

public File generateReport(CustomerStatementReportDataHolder reportDataHolder,
                           Date runDate)
Description copied from interface: CustomerStatementReportService
generate report for effort certification extract process witht the given report data and information

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

setCustomerStatementReportInfo

public void setCustomerStatementReportInfo(ReportInfo customerStatementReportInfo)
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.