public void modifyQueryPermission(String catalogId,
boolean restrictQueryPermission) throws CatalogServiceException {
try {
this.communicationChannelClient.modifyQueryPermission(catalogId, restrictQueryPermission);
} catch (Exception e) {
throw new CatalogServiceException(e.getMessage(), e);
}
}