public class ReportTemplateAdminStub
extends org.apache.axis2.client.Stub
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
ReportTemplateAdminStub()
Default Constructor
|
ReportTemplateAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
ReportTemplateAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
ReportTemplateAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
ReportTemplateAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addCompositeReport(String[] templateNames17,
String compositeReportName18)
Auto generated method signature
|
void |
addNewChartReport(ReportTemplateAdminStub.ChartReportDTO chartReport64)
Auto generated method signature
|
void |
addNewTableReport(ReportTemplateAdminStub.TableReportDTO tableReport70)
Auto generated method signature
|
void |
deleteReport(String reportname62)
Auto generated method signature
|
DataHandler |
generateReport(String reportName20,
String type21)
Auto generated method signature
|
String[] |
getAllColumnFamilies()
Auto generated method signature
|
String[] |
getAllDatasourceNames()
Auto generated method signature
|
String[] |
getColumnNames(String dsName28,
String tableName29)
Auto generated method signature
|
String[] |
getIndexes(String columnFamily55)
Auto generated method signature
|
String[] |
getTableNames(String dsName37)
Auto generated method signature
|
ReportTemplateAdminStub.TableReportDTO |
getTableReport(String jrxmlFileName41)
Auto generated method signature
|
boolean |
isCompositeReport(String reportName33)
Auto generated method signature
|
boolean |
isReportExists(String reportName66)
Auto generated method signature
|
void |
queryColumnFamily(String columnFamilyname72,
String indexName73,
String[] compositeIndexName74)
Auto generated method signature
|
void |
startgenerateReport(String reportName20,
String type21,
ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllColumnFamilies(ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllDatasourceNames(ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetColumnNames(String dsName28,
String tableName29,
ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetIndexes(String columnFamily55,
ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTableNames(String dsName37,
ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTableReport(String jrxmlFileName41,
ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisCompositeReport(String reportName33,
ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisReportExists(String reportName66,
ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startvalidateFields(String chartType45,
String dsName46,
String tableName47,
String[] yAxis48,
ReportTemplateAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTableReport(ReportTemplateAdminStub.TableReportDTO tableReport25,
String jrxmlFileName26)
Auto generated method signature
|
String |
validateFields(String chartType45,
String dsName46,
String tableName47,
String[] yAxis48)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public ReportTemplateAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ReportTemplateAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ReportTemplateAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ReportTemplateAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ReportTemplateAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void addCompositeReport(String[] templateNames17, String compositeReportName18) throws RemoteException, ReportTemplateAdminReportingExceptionException
public DataHandler generateReport(String reportName20, String type21) throws RemoteException, ReportTemplateAdminReportingExceptionException
generateReport19
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#generateReport
public void startgenerateReport(String reportName20, String type21, ReportTemplateAdminCallbackHandler callback) throws RemoteException
generateReport19
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startgenerateReport
public void updateTableReport(ReportTemplateAdminStub.TableReportDTO tableReport25, String jrxmlFileName26) throws RemoteException, ReportTemplateAdminReportingExceptionException
public String[] getColumnNames(String dsName28, String tableName29) throws RemoteException, ReportTemplateAdminReportingExceptionException
getColumnNames27
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#getColumnNames
public void startgetColumnNames(String dsName28, String tableName29, ReportTemplateAdminCallbackHandler callback) throws RemoteException
getColumnNames27
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startgetColumnNames
public boolean isCompositeReport(String reportName33) throws RemoteException, ReportTemplateAdminReportingExceptionException
isCompositeReport32
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#isCompositeReport
public void startisCompositeReport(String reportName33, ReportTemplateAdminCallbackHandler callback) throws RemoteException
isCompositeReport32
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startisCompositeReport
public String[] getTableNames(String dsName37) throws RemoteException, ReportTemplateAdminReportingExceptionException
getTableNames36
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#getTableNames
public void startgetTableNames(String dsName37, ReportTemplateAdminCallbackHandler callback) throws RemoteException
getTableNames36
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startgetTableNames
public ReportTemplateAdminStub.TableReportDTO getTableReport(String jrxmlFileName41) throws RemoteException, ReportTemplateAdminReportingExceptionException
getTableReport40
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#getTableReport
public void startgetTableReport(String jrxmlFileName41, ReportTemplateAdminCallbackHandler callback) throws RemoteException
getTableReport40
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startgetTableReport
public String validateFields(String chartType45, String dsName46, String tableName47, String[] yAxis48) throws RemoteException, ReportTemplateAdminReportingExceptionException
validateFields44
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#validateFields
public void startvalidateFields(String chartType45, String dsName46, String tableName47, String[] yAxis48, ReportTemplateAdminCallbackHandler callback) throws RemoteException
validateFields44
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startvalidateFields
public String[] getAllDatasourceNames() throws RemoteException, ReportTemplateAdminReportingExceptionException
getAllDatasourceNames51
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#getAllDatasourceNames
public void startgetAllDatasourceNames(ReportTemplateAdminCallbackHandler callback) throws RemoteException
getAllDatasourceNames51
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startgetAllDatasourceNames
public String[] getIndexes(String columnFamily55) throws RemoteException, ReportTemplateAdminReportingExceptionException
getIndexes54
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#getIndexes
public void startgetIndexes(String columnFamily55, ReportTemplateAdminCallbackHandler callback) throws RemoteException
getIndexes54
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startgetIndexes
public String[] getAllColumnFamilies() throws RemoteException, ReportTemplateAdminReportingExceptionException
getAllColumnFamilies58
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#getAllColumnFamilies
public void startgetAllColumnFamilies(ReportTemplateAdminCallbackHandler callback) throws RemoteException
getAllColumnFamilies58
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startgetAllColumnFamilies
public void deleteReport(String reportname62) throws RemoteException, ReportTemplateAdminReportingExceptionException
public void addNewChartReport(ReportTemplateAdminStub.ChartReportDTO chartReport64) throws RemoteException, ReportTemplateAdminReportingExceptionException
public boolean isReportExists(String reportName66) throws RemoteException, ReportTemplateAdminReportingExceptionException
isReportExists65
- ReportTemplateAdminReportingExceptionException
- :RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#isReportExists
public void startisReportExists(String reportName66, ReportTemplateAdminCallbackHandler callback) throws RemoteException
isReportExists65
- RemoteException
org.wso2.carbon.reporting.template.stub.ReportTemplateAdmin#startisReportExists
public void addNewTableReport(ReportTemplateAdminStub.TableReportDTO tableReport70) throws RemoteException, ReportTemplateAdminReportingExceptionException
public void queryColumnFamily(String columnFamilyname72, String indexName73, String[] compositeIndexName74) throws RemoteException, ReportTemplateAdminReportingExceptionException
Copyright © 2020 WSO2. All rights reserved.