public class ReportMetadataRpcServiceImpl extends SecuredRemoteServiceServlet implements ReportMetadataRpcService
Constructor and Description |
---|
ReportMetadataRpcServiceImpl(DtoService dtoService,
ReportService reportService) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getMetadataKeys() |
ReportDto |
updateMetadata(ReportDto reportDto,
java.util.List<ReportMetadataDto> addedProperties,
java.util.List<ReportMetadataDto> modifiedProperties,
java.util.List<ReportMetadataDto> removedProperties) |
getRequest
public ReportMetadataRpcServiceImpl(DtoService dtoService, ReportService reportService)
public ReportDto updateMetadata(ReportDto reportDto, java.util.List<ReportMetadataDto> addedProperties, java.util.List<ReportMetadataDto> modifiedProperties, java.util.List<ReportMetadataDto> removedProperties) throws ServerCallFailedException
updateMetadata
in interface ReportMetadataRpcService
ServerCallFailedException
public java.util.List<java.lang.String> getMetadataKeys() throws ServerCallFailedException
getMetadataKeys
in interface ReportMetadataRpcService
ServerCallFailedException