Class CrystalUtilsRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.crystal.server.crystal.CrystalUtilsRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,CrystalUtilsRpcService
- 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 CrystalUtilsRpcServiceImpl
extends SecuredRemoteServiceServlet
implements CrystalUtilsRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionCrystalUtilsRpcServiceImpl(DtoService dtoService, CrystalReportService crystalReportService, ReportParameterService parameterService, ReportService reportService) -
Method Summary
Modifier and TypeMethodDescriptionCrystalReportDtoaddParametersFor(CrystalReportDto reportDto, List<CrystalParameterProposalDto> proposalDtos) List<CrystalParameterProposalDto> proposeParametersFor(CrystalReportDto crystalReportDto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
CrystalUtilsRpcServiceImpl
public CrystalUtilsRpcServiceImpl(DtoService dtoService, CrystalReportService crystalReportService, ReportParameterService parameterService, ReportService reportService)
-
-
Method Details
-
proposeParametersFor
public List<CrystalParameterProposalDto> proposeParametersFor(CrystalReportDto crystalReportDto) throws ServerCallFailedException - Specified by:
proposeParametersForin interfaceCrystalUtilsRpcService- Throws:
ServerCallFailedException
-
addParametersFor
public CrystalReportDto addParametersFor(CrystalReportDto reportDto, List<CrystalParameterProposalDto> proposalDtos) throws ServerCallFailedException - Specified by:
addParametersForin interfaceCrystalUtilsRpcService- Throws:
ServerCallFailedException
-
hasCrystalLibraries
- Specified by:
hasCrystalLibrariesin interfaceCrystalUtilsRpcService- Throws:
ServerCallFailedException
-