Class ReportManagerExportRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.base.ext.server.reportmanager.ReportManagerExportRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,ReportManagerExportRpcService
- 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 ReportManagerExportRpcServiceImpl
extends SecuredRemoteServiceServlet
implements ReportManagerExportRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionReportManagerExportRpcServiceImpl(DtoService dtoService, ExportService exportService, <any> httpExportServiceProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidquickExport(AbstractReportManagerNodeDto nodeDto, boolean includeVariants) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
ReportManagerExportRpcServiceImpl
public ReportManagerExportRpcServiceImpl(DtoService dtoService, ExportService exportService, <any> httpExportServiceProvider)
-
-
Method Details
-
quickExport
public void quickExport(AbstractReportManagerNodeDto nodeDto, boolean includeVariants) throws ServerCallFailedException - Specified by:
quickExportin interfaceReportManagerExportRpcService- Throws:
ServerCallFailedException
-
loadResult
- Specified by:
loadResultin interfaceReportManagerExportRpcService- Throws:
ServerCallFailedException
-