public interface CommentHandler extends org.exoplatform.commons.api.persistence.GenericDAO<Comment,Long>
long count(Task task)
task - List<Comment> findCommentsOfTask(Task task, int start, int limit)
task - - Task objectstart - - The first row to select.limit - - The limit row to select. If limit <= 0, the start param will be ignore and all comment will be
loaded.Copyright © 2003–2015 eXo Platform SAS. All rights reserved.