Class SendToRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.core.server.sendto.SendToRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,SendToRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
ConstructorsConstructorDescriptionSendToRpcServiceImpl(HookHandlerService hookHandlerService, DtoService dtoService, ReportDtoService reportDtoService, ReportExecutorService reportExecutorService, ReportService reportService, SecurityService securityService) -
Method Summary
Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
Method Details
-
loadClientConfigsFor
public ArrayList<SendToClientConfig> loadClientConfigsFor(ReportDto reportDto) throws ServerCallFailedException - Specified by:
loadClientConfigsForin interfaceSendToRpcService- Throws:
ServerCallFailedException
-
sendTo
public String sendTo(ReportDto reportDto, String executorToken, String id, String format, List<ReportExecutionConfigDto> formatConfig, Map<String, String> values) throws ServerCallFailedException- Specified by:
sendToin interfaceSendToRpcService- Throws:
ServerCallFailedException
-