net.sf.dynamicreports.adhoc
Class AdhocManager

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.AdhocManager

public class AdhocManager
extends Object

Author:
Ricardo Mariaca (dynamicreports@gmail.com)

Constructor Summary
AdhocManager()
           
 
Method Summary
static JasperReportBuilder createReport(AdhocReport adhocReport)
           
static JasperReportBuilder createReport(AdhocReport adhocReport, AdhocReportCustomizer adhocReportCustomizer)
           
static AdhocConfiguration loadConfiguration(InputStream is)
           
static void saveConfiguration(AdhocConfiguration adhocConfiguration, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocManager

public AdhocManager()
Method Detail

createReport

public static JasperReportBuilder createReport(AdhocReport adhocReport)
                                        throws DRException
Throws:
DRException

createReport

public static JasperReportBuilder createReport(AdhocReport adhocReport,
                                               AdhocReportCustomizer adhocReportCustomizer)
                                        throws DRException
Throws:
DRException

saveConfiguration

public static void saveConfiguration(AdhocConfiguration adhocConfiguration,
                                     OutputStream os)
                              throws DRException
Throws:
DRException

loadConfiguration

public static AdhocConfiguration loadConfiguration(InputStream is)
                                            throws DRException
Throws:
DRException


Copyright © 2010-2012. All Rights Reserved.