| Package | Description | 
|---|---|
| com.eviware.soapui.impl.wsdl | 
 WSDL 1.1 implementations of soapui model interface 
 | 
| com.eviware.soapui.impl.wsdl.panels.project | |
| com.eviware.soapui.impl.wsdl.panels.reports | |
| com.eviware.soapui.impl.wsdl.panels.reports.actions | |
| com.eviware.soapui.reporting.engine.jasper | |
| com.eviware.soapui.reporting.support | 
| Modifier and Type | Method and Description | 
|---|---|
List<ReportTemplate> | 
WsdlProjectPro.getReports()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WsdlProjectPro.addReport(ReportTemplate report)  | 
void | 
WsdlProjectPro.removeReport(ReportTemplate selectedReport)  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportTemplate | 
ProProjectReportingPanel.getSelectedReport()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProProjectReportingPanel.setSelectedReport(ReportTemplate template)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ReportTemplate | 
SubreportPanel.selectedReportTemplate  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportTemplate | 
ReportListPanel.getSelected()  | 
ReportTemplate | 
AvailableReportsPanel.getSelectedReport()  | 
ReportTemplate | 
SubreportPanel.getSelectedSubReport()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportListPanel.removeAndRefresh(ReportTemplate report)  | 
void | 
AvailableReportsPanel.reportTemplateAdded(ReportTemplate reportTemplate)  | 
void | 
SubreportPanel.reportTemplateAdded(ReportTemplate reportTemplate)  | 
void | 
AvailableReportsPanel.reportTemplateRemoved(ReportTemplate reportTemplate)  | 
void | 
SubreportPanel.reportTemplateRemoved(ReportTemplate reportTemplate)  | 
void | 
AvailableReportsPanel.reportTemplateUpdated(ReportTemplate reportTemplate)  | 
void | 
SubreportPanel.reportTemplateUpdated(ReportTemplate reportTemplate)  | 
void | 
ReportListPanel.select(ReportTemplate reportConfig)  | 
void | 
ReportEditor.setTemplate(ReportTemplate report)  | 
void | 
ReportEditor.setText(ReportTemplate report)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportListPanel.addAndRefresh(List<ReportTemplate> updateReports)  | 
void | 
ReportListPanel.setReportList(ArrayList<ReportTemplate> reportList)  | 
void | 
ReportListPanel.update(List<ReportTemplate> updateReports)  | 
| Constructor and Description | 
|---|
ReportListPanel(ArrayList<ReportTemplate> reports,
               boolean reportOrSubreport,
               String scopeTypeFilter,
               String reportTypeFilter)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ReportTemplate | 
AddReportTemplate.reportConfig  | 
protected ReportTemplate | 
ExtendReportAction.reportConfig  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportTemplate | 
AddReportTemplate.getReportConfig()  | 
ReportTemplate | 
ExtendReportAction.getReportConfig()  | 
abstract ReportTemplate | 
CloneSubreportTemplate.getSelected()  | 
protected abstract ReportTemplate | 
ExtendReportAction.getXmlTemplate()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AddReportTemplate.setReportConfig(ReportTemplate report)  | 
void | 
ExtendReportAction.setReportConfig(ReportTemplate reportConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ReportTemplate | 
ReportTemplateGenerator.getEmptyTemplate()  | 
| Modifier and Type | Method and Description | 
|---|---|
TreeMap<String,ReportTemplate> | 
SoapUIJasperReportManager.getAllGlobalReports()  | 
TreeMap<String,ReportTemplate> | 
SoapUIJasperReportManager.getJustSubReportsForProject(WsdlProjectPro project)  | 
TreeMap<String,ReportTemplate> | 
SoapUIJasperReportManager.getReportsForProject(com.eviware.soapui.model.project.Project project)  | 
ArrayList<ReportTemplate> | 
SoapUIJasperReportManager.getReportsFromProjectWithType(com.eviware.soapui.model.project.Project project,
                             com.eviware.soapui.config.ReportTypeConfig.Enum reportType)  | 
ArrayList<ReportTemplate> | 
SoapUIJasperReportManager.getReportsListForProject(com.eviware.soapui.model.project.Project project)  | 
ArrayList<ReportTemplate> | 
SoapUIJasperReportManager.getReportsListForProject(WsdlProjectPro project)  | 
ArrayList<ReportTemplate> | 
SoapUIJasperReportManager.getReportsListJustForProject(WsdlProjectPro project)  | 
TreeMap<String,ReportTemplate> | 
SoapUIJasperReportManager.getSubReportsForProject(WsdlProjectPro project)  | 
ArrayList<ReportTemplate> | 
SoapUIJasperReportManager.getSubReportsListForProject(WsdlProjectPro project)  | 
ArrayList<ReportTemplate> | 
SoapUIJasperReportManager.getSubReportsListJustForProject(WsdlProjectPro project)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static net.sf.jasperreports.engine.JasperPrint | 
GenerateJasperReport.createReport(com.eviware.x.dialogs.XProgressMonitor monitor,
            ModelItemReport modelItemReport,
            ReportTemplate selectedReport)  | 
void | 
SoapUIJasperReportManager.deleteCompositeReport(ReportTemplate report,
                     String path)  | 
static void | 
ReportTemplateGenerator.expandReportTemplate(com.eviware.soapui.model.ModelItem modelItem,
                    ReportTemplate reportConfig,
                    boolean justTemplates)  | 
static void | 
ReportTemplateGenerator.expandReportTemplate(com.eviware.soapui.model.ModelItem modelItem,
                    WsdlProjectPro project,
                    ReportTemplate reportConfig,
                    List<String> oldReport)  | 
void | 
SoapUIJasperReportManager.fixCompositeReport(WsdlProjectPro project,
                  ReportTemplate report,
                  ReportTemplate oldReport)  | 
static String | 
GenerateJasperReport.generateJasperReport(ModelItemReport modelItemReport,
                    ReportTemplate selectedReport)  | 
static String | 
GenerateJasperReport.generateJasperReport(ModelItemReport modelItemReport,
                    ReportTemplate selectedReport,
                    String format,
                    String fileOrFolder)  | 
static void | 
ReportTemplateGenerator.generateReportTemplate(com.eviware.soapui.model.ModelItem modelItem,
                      WsdlProjectPro project,
                      ReportTemplate reportConfig,
                      ReportTemplate selectedReportTemplate)  | 
static net.sf.jasperreports.engine.design.JasperDesign | 
GenerateJasperReport.getJasperReport(ReportTemplate rep)  | 
void | 
SoapUIJasperReportManager.saveReport(ReportTemplate report)  | 
void | 
SoapUIJasperReportManager.sync(ReportTemplate report)  | 
| Constructor and Description | 
|---|
SoapUIReportFileResolver(ReportTemplate report)  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportTemplate | 
DefaultReportingContainer.addReportTemplate(String reportName)  | 
ReportTemplate | 
ReportingContainer.addReportTemplate(String reportName)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ReportTemplate> | 
DefaultReportingContainer.getReportTemplates()  | 
List<ReportTemplate> | 
ReportingContainer.getReportTemplates()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultReportingContainer.addReportTemplate(ReportTemplate report)  | 
void | 
ReportingContainer.addReportTemplate(ReportTemplate report)  | 
protected void | 
DefaultReportingContainer.fireReportTemplateAdded(ReportTemplate report)  | 
protected void | 
DefaultReportingContainer.fireReportTemplateRemoved(ReportTemplate report)  | 
protected void | 
DefaultReportingContainer.fireReportTemplateUpdated(ReportTemplate reportTemplate)  | 
boolean | 
DefaultReportingContainer.hasReport(ReportTemplate report)  | 
void | 
DefaultReportingContainer.removeReportTemplate(ReportTemplate report)  | 
void | 
ReportingContainer.removeReportTemplate(ReportTemplate report)  | 
void | 
ReportingAdapter.reportTemplateAdded(ReportTemplate reportTemplate)  | 
void | 
ReportingListeners.reportTemplateAdded(ReportTemplate report)  | 
void | 
ReportingAdapter.reportTemplateRemoved(ReportTemplate reportTemplate)  | 
void | 
ReportingListeners.reportTemplateRemoved(ReportTemplate report)  | 
void | 
ReportingAdapter.reportTemplateUpdated(ReportTemplate reportTemplate)  | 
void | 
ReportingListeners.reportTemplateUpdated(ReportTemplate report)  | 
| Constructor and Description | 
|---|
ReportTemplate(ReportTemplate report)  | 
Copyright © 2019. All rights reserved.