it.eng.spagobi.engines.exporters
Class ReportExporter

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

public class ReportExporter
extends java.lang.Object


Constructor Summary
ReportExporter()
           
 
Method Summary
 java.io.File getReportPDF(BIObject obj, it.eng.spago.security.IEngUserProfile profile)
          return a PDF file containg the result of the jasper report execution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportExporter

public ReportExporter()
Method Detail

getReportPDF

public java.io.File getReportPDF(BIObject obj,
                                 it.eng.spago.security.IEngUserProfile profile)
return a PDF file containg the result of the jasper report execution

Parameters:
obj - : the biObject to export
profile - : user Profile
Returns: