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) |
getRequest
public 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 SaikuRpcService
ServerCallFailedException
ExpectedException
public <any> loadCubesFor(MondrianDatasourceDto datasourceDto, SaikuReportDto saikuReportDto) throws ServerCallFailedException
loadCubesFor
in interface SaikuRpcService
ServerCallFailedException
public void clearCache(MondrianDatasourceDto datasourceDto) throws ServerCallFailedException
clearCache
in interface SaikuRpcService
ServerCallFailedException
public boolean testConnection(MondrianDatasourceDto datasourceDto) throws ServerCallFailedException
testConnection
in interface SaikuRpcService
ServerCallFailedException