org.wso2.carbon.reporting.ui.client
Class ReportResourceSupplierClient

java.lang.Object
  extended by org.wso2.carbon.reporting.ui.client.ReportResourceSupplierClient

public class ReportResourceSupplierClient
extends Object

This is the client class used for ReportResourceSupplier service


Constructor Summary
ReportResourceSupplierClient(String cookie, String backEndServerURL, org.apache.axis2.context.ConfigurationContext configCtx)
           
 
Method Summary
 void deleteReportTemplate(String templateName)
           
 String[] getAllReports()
           
static ReportResourceSupplierClient getInstance(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session)
           
 String getReportResources(String componentName, String reportTemplate)
           
 boolean updateReport(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportResourceSupplierClient

public ReportResourceSupplierClient(String cookie,
                                    String backEndServerURL,
                                    org.apache.axis2.context.ConfigurationContext configCtx)
                             throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault
Method Detail

getInstance

public static ReportResourceSupplierClient getInstance(javax.servlet.ServletConfig config,
                                                       javax.servlet.http.HttpSession session)
                                                throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

getReportResources

public String getReportResources(String componentName,
                                 String reportTemplate)
                          throws RemoteException,
                                 org.wso2.carbon.reporting.stub.ReportingResourcesSupplierReportingExceptionException
Throws:
RemoteException
org.wso2.carbon.reporting.stub.ReportingResourcesSupplierReportingExceptionException

getAllReports

public String[] getAllReports()
                       throws Exception
Throws:
Exception

deleteReportTemplate

public void deleteReportTemplate(String templateName)
                          throws Exception
Throws:
Exception

updateReport

public boolean updateReport(javax.servlet.http.HttpServletRequest request)
                     throws Exception
Throws:
Exception


Copyright © 2015 WSO2. All rights reserved.