Class JasperUtilsRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.incubator.server.jasperutils.JasperUtilsRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,JasperUtilsRpcService
- 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 JasperUtilsRpcServiceImpl
extends SecuredRemoteServiceServlet
implements JasperUtilsRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionJasperUtilsRpcServiceImpl(ReportService reportManagerService, ReportParameterService parameterService, DtoService dtoService, JasperUtilsService jasperUtils) -
Method Summary
Modifier and TypeMethodDescriptionJasperReportDtoaddParametersFor(JasperReportDto jasperReportDto, List<JasperParameterProposalDto> proposalDtos) List<JasperParameterProposalDto> proposeParametersFor(JasperReportDto jasperReportDto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
JasperUtilsRpcServiceImpl
public JasperUtilsRpcServiceImpl(ReportService reportManagerService, ReportParameterService parameterService, DtoService dtoService, JasperUtilsService jasperUtils)
-
-
Method Details
-
proposeParametersFor
- Specified by:
proposeParametersForin interfaceJasperUtilsRpcService
-
addParametersFor
public JasperReportDto addParametersFor(JasperReportDto jasperReportDto, List<JasperParameterProposalDto> proposalDtos) throws ExpectedException - Specified by:
addParametersForin interfaceJasperUtilsRpcService- Throws:
ExpectedException
-