Package org.exoplatform.rhmanagement.dao
Class CommentDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CommentEntity,String>
-
- org.exoplatform.rhmanagement.dao.CommentDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<CommentEntity,String>
public class CommentDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CommentEntity,String>
Created by The eXo Platform SAS
-
-
Constructor Summary
Constructors Constructor Description CommentDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CommentEntity>getCommentsByRequestId(long id, String commentType, int offset, int limit)longgetCommentsByRequestIdCount(long id, String commentType)
-
-
-
Method Detail
-
getCommentsByRequestId
public List<CommentEntity> getCommentsByRequestId(long id, String commentType, int offset, int limit)
-
getCommentsByRequestIdCount
public long getCommentsByRequestIdCount(long id, String commentType)
-
-