org.wso2.carbon.reporting.ui.client
Class ReportResourceSupplierClient
java.lang.Object
org.wso2.carbon.reporting.ui.client.ReportResourceSupplierClient
public class ReportResourceSupplierClient
- extends Object
This is the client class used for ReportResourceSupplier service
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportResourceSupplierClient
public ReportResourceSupplierClient(String cookie,
String backEndServerURL,
org.apache.axis2.context.ConfigurationContext configCtx)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
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.