Class SaikuPivotRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.saikupivot.server.SaikuPivotRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,SaikuPivotRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class SaikuPivotRpcServiceImpl
extends SecuredRemoteServiceServlet
implements SaikuPivotRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionSaikuPivotRpcServiceImpl(<any> securityService, <any> authenticatorServiceProvider, <any> sessionContainer, ReportDtoService reportDtoService, DtoService dtoService, SaikuPivotService saikuService) -
Method Summary
Modifier and TypeMethodDescriptioncubeExport(String token, TableReportDto reportDto) voidstashReport(String token, TableReportDto reportDto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
SaikuPivotRpcServiceImpl
public SaikuPivotRpcServiceImpl(<any> securityService, <any> authenticatorServiceProvider, <any> sessionContainer, ReportDtoService reportDtoService, DtoService dtoService, SaikuPivotService saikuService)
-
-
Method Details
-
stashReport
public void stashReport(String token, TableReportDto reportDto) throws ServerCallFailedException, ExpectedException - Specified by:
stashReportin interfaceSaikuPivotRpcService- Throws:
ServerCallFailedExceptionExpectedException
-
cubeExport
- Specified by:
cubeExportin interfaceSaikuPivotRpcService- Throws:
ServerCallFailedException
-