com.jaspersoft.jasperserver.irplugin
Class ReportRunner
java.lang.Object
com.jaspersoft.jasperserver.irplugin.ReportRunner
- All Implemented Interfaces:
- java.lang.Runnable
public class ReportRunner
- extends java.lang.Object
- implements java.lang.Runnable
- Author:
- gtoffoli
Constructor Summary |
ReportRunner()
Creates a new instance of ReportRunner |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION_SUPPORT_REPORT_LOCALE
protected static final java.lang.String VERSION_SUPPORT_REPORT_LOCALE
- See Also:
- Constant Field Values
ReportRunner
public ReportRunner()
- Creates a new instance of ReportRunner
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
getReportParameters
protected java.util.Map getReportParameters()
throws java.lang.Exception
- Throws:
java.lang.Exception
getReportLocale
protected java.lang.String getReportLocale()
getReportUnit
public RepositoryReportUnit getReportUnit()
setReportUnit
public void setReportUnit(RepositoryReportUnit reportUnit)
getMap
public java.util.Map getMap()
setMap
public void setMap(java.util.Map map)
getServer
public JServer getServer()
setServer
public void setServer(JServer server)
getLta
public it.businesslogic.ireport.gui.logpane.LogTextArea getLta()
setLta
public void setLta(it.businesslogic.ireport.gui.logpane.LogTextArea lta)
exportPrint
public void exportPrint(java.lang.String tmpDir,
java.lang.String fileName,
net.sf.jasperreports.engine.JasperPrint print,
it.businesslogic.ireport.gui.logpane.LogTextArea lta)
getMainFrame
public it.businesslogic.ireport.gui.MainFrame getMainFrame()
Copyright © 2007. All Rights Reserved.