Class ReportPropertiesRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.core.server.reportproperties.ReportPropertiesRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,ReportPropertiesRpcService
- 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 ReportPropertiesRpcServiceImpl
extends SecuredRemoteServiceServlet
implements ReportPropertiesRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionReportPropertiesRpcServiceImpl(DtoService dtoService, ReportService reportService) -
Method Summary
Modifier and TypeMethodDescriptionList<ReportStringPropertyDto> getInheritedProperties(ReportDto reportDto) getPropertyKeys(ReportDto reportDto) getSupportedPropertyKeys(ReportDto reportDto) ReportDtoupdateProperties(ReportDto reportDto, List<ReportStringPropertyDto> addedProperties, List<ReportStringPropertyDto> modifiedProperties, List<ReportStringPropertyDto> removedProperties) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
ReportPropertiesRpcServiceImpl
-
-
Method Details
-
updateProperties
public ReportDto updateProperties(ReportDto reportDto, List<ReportStringPropertyDto> addedProperties, List<ReportStringPropertyDto> modifiedProperties, List<ReportStringPropertyDto> removedProperties) throws ServerCallFailedException - Specified by:
updatePropertiesin interfaceReportPropertiesRpcService- Throws:
ServerCallFailedException
-
getPropertyKeys
- Specified by:
getPropertyKeysin interfaceReportPropertiesRpcService- Throws:
ServerCallFailedException
-
getSupportedPropertyKeys
- Specified by:
getSupportedPropertyKeysin interfaceReportPropertiesRpcService- Throws:
ServerCallFailedException
-
getInheritedProperties
- Specified by:
getInheritedPropertiesin interfaceReportPropertiesRpcService
-