public class SaikuRpcServiceImpl extends SecuredRemoteServiceServlet implements SaikuRpcService
| Constructor and Description |
|---|
SaikuRpcServiceImpl(<any> securityServiceProvider,
<any> sessionContainer,
OlapUtilService olapService,
ReportDtoService reportDtoService,
DtoService dtoService,
EntityUtils entityUtils,
ExceptionService exceptionServices) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache(MondrianDatasourceDto datasourceDto) |
<any> |
loadCubesFor(MondrianDatasourceDto datasourceDto,
SaikuReportDto saikuReportDto) |
void |
stashReport(java.lang.String token,
SaikuReportDto reportDto) |
boolean |
testConnection(MondrianDatasourceDto datasourceDto) |
getRequestpublic SaikuRpcServiceImpl(<any> securityServiceProvider,
<any> sessionContainer,
OlapUtilService olapService,
ReportDtoService reportDtoService,
DtoService dtoService,
EntityUtils entityUtils,
ExceptionService exceptionServices)
public void stashReport(java.lang.String token,
SaikuReportDto reportDto)
throws ServerCallFailedException,
ExpectedException
stashReport in interface SaikuRpcServiceServerCallFailedExceptionExpectedExceptionpublic <any> loadCubesFor(MondrianDatasourceDto datasourceDto, SaikuReportDto saikuReportDto) throws ServerCallFailedException
loadCubesFor in interface SaikuRpcServiceServerCallFailedExceptionpublic void clearCache(MondrianDatasourceDto datasourceDto) throws ServerCallFailedException
clearCache in interface SaikuRpcServiceServerCallFailedExceptionpublic boolean testConnection(MondrianDatasourceDto datasourceDto) throws ServerCallFailedException
testConnection in interface SaikuRpcServiceServerCallFailedException