Class SaikuRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.saiku.server.rest.SaikuRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,SaikuRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
ConstructorsConstructorDescriptionSaikuRpcServiceImpl(<any> securityServiceProvider, <any> sessionContainer, OlapUtilService olapService, ReportDtoService reportDtoService, DtoService dtoService, EntityUtils entityUtils, ExceptionService exceptionServices) -
Method Summary
Modifier and TypeMethodDescriptionvoidclearCache(MondrianDatasourceDto datasourceDto) <any>loadCubesFor(MondrianDatasourceDto datasourceDto, SaikuReportDto saikuReportDto) voidstashReport(String token, SaikuReportDto reportDto) booleantestConnection(MondrianDatasourceDto datasourceDto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
SaikuRpcServiceImpl
public SaikuRpcServiceImpl(<any> securityServiceProvider, <any> sessionContainer, OlapUtilService olapService, ReportDtoService reportDtoService, DtoService dtoService, EntityUtils entityUtils, ExceptionService exceptionServices)
-
-
Method Details
-
stashReport
public void stashReport(String token, SaikuReportDto reportDto) throws ServerCallFailedException, ExpectedException - Specified by:
stashReportin interfaceSaikuRpcService- Throws:
ServerCallFailedExceptionExpectedException
-
loadCubesFor
public <any> loadCubesFor(MondrianDatasourceDto datasourceDto, SaikuReportDto saikuReportDto) throws ServerCallFailedException - Specified by:
loadCubesForin interfaceSaikuRpcService- Throws:
ServerCallFailedException
-
clearCache
- Specified by:
clearCachein interfaceSaikuRpcService- Throws:
ServerCallFailedException
-
testConnection
- Specified by:
testConnectionin interfaceSaikuRpcService- Throws:
ServerCallFailedException
-