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
-
-
Constructor Summary
Constructors Constructor Description ReportResourceSupplierClient(String cookie, String backEndServerURL, org.apache.axis2.context.ConfigurationContext configCtx)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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
-
deleteReportTemplate
public void deleteReportTemplate(String templateName) throws Exception
- Throws:
Exception
-
-