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 getReport(BIObject obj, it.eng.spago.security.IEngUserProfile profile, java.lang.String output)
          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

getReport

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

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