@Override
 public Boolean isUsedByRole(Integer resourceId) {
   return resourceMapper.isUsedByRole(resourceId);
 }