org.kuali.kfs.module.cam.batch.service.impl
Class ReportServiceImpl
java.lang.Object
org.kuali.kfs.module.cam.batch.service.impl.ReportServiceImpl
- All Implemented Interfaces:
- ReportService
public class ReportServiceImpl
- extends Object
- implements ReportService
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 |
ReportServiceImpl
public ReportServiceImpl()
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.