} else if (TypeSearchResult.SURVEY.equals(commentBean.getType())) {
//TODO: survey get imp
//comment.setPoll(poll);
//comment.setCommentOptions(poll.getShowComments());
} else {
throw new EnmeNotAllowedException("type not allowed");
}
getCommentsOperations().saveOrUpdate(comment);
return comment;
}