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) |
getRequestpublic 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 ReportMetadataRpcServiceServerCallFailedExceptionpublic java.util.List<java.lang.String> getMetadataKeys()
throws ServerCallFailedException
getMetadataKeys in interface ReportMetadataRpcServiceServerCallFailedException