public interface DBReportingService
Modifier and Type | Method and Description |
---|---|
String[] |
getCarbonDataSourceNames()
Auto generated method signature
|
DataHandler |
getJRDataSourceReport(ReportDataSource dataSource11,
String templateName12,
ReportParamMap[] parameterMap13,
String reportType14)
Auto generated method signature
|
DataHandler |
getReport(ReportBean reportBean6,
ReportParamMap[] reportParamMap7)
Auto generated method signature
|
void |
startgetCarbonDataSourceNames(DBReportingServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetJRDataSourceReport(ReportDataSource dataSource11,
String templateName12,
ReportParamMap[] parameterMap13,
String reportType14,
DBReportingServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetReport(ReportBean reportBean6,
ReportParamMap[] reportParamMap7,
DBReportingServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] getCarbonDataSourceNames() throws RemoteException
getCarbonDataSourceNames2
- RemoteException
void startgetCarbonDataSourceNames(DBReportingServiceCallbackHandler callback) throws RemoteException
getCarbonDataSourceNames2
- RemoteException
DataHandler getReport(ReportBean reportBean6, ReportParamMap[] reportParamMap7) throws RemoteException, DBReportingServiceReportingExceptionException, DBReportingServiceJRExceptionException
getReport5
- DBReportingServiceReportingExceptionException
- :DBReportingServiceJRExceptionException
- :RemoteException
void startgetReport(ReportBean reportBean6, ReportParamMap[] reportParamMap7, DBReportingServiceCallbackHandler callback) throws RemoteException
getReport5
- RemoteException
DataHandler getJRDataSourceReport(ReportDataSource dataSource11, String templateName12, ReportParamMap[] parameterMap13, String reportType14) throws RemoteException, DBReportingServiceReportingExceptionException, DBReportingServiceJRExceptionException
getJRDataSourceReport10
- DBReportingServiceReportingExceptionException
- :DBReportingServiceJRExceptionException
- :RemoteException
void startgetJRDataSourceReport(ReportDataSource dataSource11, String templateName12, ReportParamMap[] parameterMap13, String reportType14, DBReportingServiceCallbackHandler callback) throws RemoteException
getJRDataSourceReport10
- RemoteException
Copyright © 2021 WSO2. All rights reserved.