Class JasperReportRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.base.server.jasper.JasperReportRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,JasperReportRpcService
- 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 JasperReportRpcServiceImpl
extends SecuredRemoteServiceServlet
implements JasperReportRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionJasperReportRpcServiceImpl(DtoService dtoService, JasperUtilsService jasperUtils, ReportService reportManager, SecurityService securityService) -
Method Summary
Modifier and TypeMethodDescriptionAbstractNodeDtoremoveAllSubReports(JasperReportDto reportDto) AbstractNodeDtoremoveJRXMLFile(JasperReportJRXMLFileDto file) AbstractNodeDtoupdateJRXMLFile(JasperReportJRXMLFileDto file) JasperReportDtouploadJRXMLFiles(JasperReportDto reportDto, List<FileToUpload> files) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
JasperReportRpcServiceImpl
public JasperReportRpcServiceImpl(DtoService dtoService, JasperUtilsService jasperUtils, ReportService reportManager, SecurityService securityService)
-
-
Method Details
-
updateJRXMLFile
public AbstractNodeDto updateJRXMLFile(JasperReportJRXMLFileDto file) throws ServerCallFailedException - Specified by:
updateJRXMLFilein interfaceJasperReportRpcService- Throws:
ServerCallFailedException
-
removeJRXMLFile
public AbstractNodeDto removeJRXMLFile(JasperReportJRXMLFileDto file) throws ServerCallFailedException - Specified by:
removeJRXMLFilein interfaceJasperReportRpcService- Throws:
ServerCallFailedException
-
removeAllSubReports
public AbstractNodeDto removeAllSubReports(JasperReportDto reportDto) throws ServerCallFailedException - Specified by:
removeAllSubReportsin interfaceJasperReportRpcService- Throws:
ServerCallFailedException
-
uploadJRXMLFiles
public JasperReportDto uploadJRXMLFiles(JasperReportDto reportDto, List<FileToUpload> files) throws ServerCallFailedException - Specified by:
uploadJRXMLFilesin interfaceJasperReportRpcService- Throws:
ServerCallFailedException
-