it.eng.spagobi.engines.exporters
Class KpiExporter

java.lang.Object
  extended by it.eng.spagobi.engines.exporters.KpiExporter

public class KpiExporter
extends java.lang.Object

Author:
gavardi This class is intended to take the result of a Kpi Execution and giveBack an export in other formats

Constructor Summary
KpiExporter()
           
 
Method Summary
 java.io.File getKpiReportPDF(java.util.List<KpiResourceBlock> kpiBlocks, BIObject obj, java.lang.String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KpiExporter

public KpiExporter()
Method Detail

getKpiReportPDF

public java.io.File getKpiReportPDF(java.util.List<KpiResourceBlock> kpiBlocks,
                                    BIObject obj,
                                    java.lang.String userId)
                             throws java.lang.Exception
Throws:
java.lang.Exception