Class ReportMetadataRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.incubator.server.reportmetadata.ReportMetadataRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,ReportMetadataRpcService
- 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 ReportMetadataRpcServiceImpl
extends SecuredRemoteServiceServlet
implements ReportMetadataRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionReportMetadataRpcServiceImpl(DtoService dtoService, ReportService reportService) -
Method Summary
Modifier and TypeMethodDescriptionReportDtoupdateMetadata(ReportDto reportDto, List<ReportMetadataDto> addedProperties, List<ReportMetadataDto> modifiedProperties, List<ReportMetadataDto> removedProperties) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
ReportMetadataRpcServiceImpl
-
-
Method Details
-
updateMetadata
public ReportDto updateMetadata(ReportDto reportDto, List<ReportMetadataDto> addedProperties, List<ReportMetadataDto> modifiedProperties, List<ReportMetadataDto> removedProperties) throws ServerCallFailedException - Specified by:
updateMetadatain interfaceReportMetadataRpcService- Throws:
ServerCallFailedException
-
getMetadataKeys
- Specified by:
getMetadataKeysin interfaceReportMetadataRpcService- Throws:
ServerCallFailedException
-