public class CommentDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CommentEntity,String>
| Constructor and Description |
|---|
CommentDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<CommentEntity> |
getCommentsByRequestId(long id,
String commentType,
int offset,
int limit) |
long |
getCommentsByRequestIdCount(long id,
String commentType) |
public List<CommentEntity> getCommentsByRequestId(long id, String commentType, int offset, int limit)
public long getCommentsByRequestIdCount(long id,
String commentType)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.