Exemplo n.º 1
0
 public List<CommentAttributes> getCommentsForGiver(String courseId, String giverEmail)
     throws EntityDoesNotExistException {
   verifyIsCoursePresent(courseId, "get");
   return commentsDb.getCommentsForGiver(courseId, giverEmail);
 }