public class SaikuPivotRpcServiceImpl extends SecuredRemoteServiceServlet implements SaikuPivotRpcService
| Constructor and Description |
|---|
SaikuPivotRpcServiceImpl(<any> securityService,
<any> authenticatorServiceProvider,
<any> sessionContainer,
ReportDtoService reportDtoService,
DtoService dtoService,
SaikuPivotService saikuService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
cubeExport(java.lang.String token,
TableReportDto reportDto) |
void |
stashReport(java.lang.String token,
TableReportDto reportDto) |
getRequestpublic SaikuPivotRpcServiceImpl(<any> securityService,
<any> authenticatorServiceProvider,
<any> sessionContainer,
ReportDtoService reportDtoService,
DtoService dtoService,
SaikuPivotService saikuService)
public void stashReport(java.lang.String token,
TableReportDto reportDto)
throws ServerCallFailedException,
ExpectedException
stashReport in interface SaikuPivotRpcServiceServerCallFailedExceptionExpectedExceptionpublic java.lang.String cubeExport(java.lang.String token,
TableReportDto reportDto)
throws ServerCallFailedException
cubeExport in interface SaikuPivotRpcServiceServerCallFailedException