public class CommentDAOImpl extends CommonJPADAO<Comment,Long> implements CommentHandler
clz| Constructor and Description |
|---|
CommentDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
findComments(long taskId) |
List<Comment> |
getSubComments(List<Comment> comments) |
buildPath, buildQuery, buildSingleCondition, cloneEntities, cloneEntity, create, find, findEntities, getCachecount, createAll, delete, deleteAll, deleteAll, findAll, getEntityManager, update, updateAllpublic org.exoplatform.commons.utils.ListAccess<Comment> findComments(long taskId)
findComments in interface CommentHandlerpublic List<Comment> getSubComments(List<Comment> comments)
getSubComments in interface CommentHandlerCopyright © 2003–2017 eXo Platform SAS. All rights reserved.