org.kuali.kfs.module.cam.batch.service.impl
Class ReportServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.cam.batch.service.impl.ReportServiceImpl
All Implemented Interfaces:
ReportService

public class ReportServiceImpl
extends Object
implements ReportService


Constructor Summary
ReportServiceImpl()
           
 
Method Summary
 void generateDepreciationReport(List<String[]> reportLog, String errorMsg, String sDepreciationDate)
          This method invokes generateReport method from DepreciationReport class in order to generate a depreciation report on a PDF format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportServiceImpl

public ReportServiceImpl()
Method Detail

generateDepreciationReport

public void generateDepreciationReport(List<String[]> reportLog,
                                       String errorMsg,
                                       String sDepreciationDate)
Description copied from interface: ReportService
This method invokes generateReport method from DepreciationReport class in order to generate a depreciation report on a PDF format

Specified by:
generateDepreciationReport in interface ReportService
See Also:
org.kuali.kfs.module.cam.batch.service.ReportService#generateDepreciationReport(java.util.List, java.lang.String)


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