Package net.datenwerke.rs.birt.server
Class BirtUtilsRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.birt.server.BirtUtilsRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,BirtUtilsRpcService
- 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 BirtUtilsRpcServiceImpl
extends SecuredRemoteServiceServlet
implements BirtUtilsRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionBirtUtilsRpcServiceImpl(DtoService dtoService, BirtUtilService birtUtils, ReportParameterService parameterService, ReportService reportService) -
Method Summary
Modifier and TypeMethodDescriptionBirtReportDtoaddParametersFor(BirtReportDto reportDto, List<BirtParameterProposalDto> proposalDtos) List<BirtParameterProposalDto> proposeParametersFor(BirtReportDto birtReportDto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
BirtUtilsRpcServiceImpl
public BirtUtilsRpcServiceImpl(DtoService dtoService, BirtUtilService birtUtils, ReportParameterService parameterService, ReportService reportService)
-
-
Method Details
-
proposeParametersFor
- Specified by:
proposeParametersForin interfaceBirtUtilsRpcService
-
addParametersFor
public BirtReportDto addParametersFor(BirtReportDto reportDto, List<BirtParameterProposalDto> proposalDtos) throws ExpectedException - Specified by:
addParametersForin interfaceBirtUtilsRpcService- Throws:
ExpectedException
-