com.liferay.portal.kernel.comment
Interface DiscussionComment
- All Superinterfaces:
- Comment
public interface DiscussionComment
- extends Comment
| Methods inherited from interface com.liferay.portal.kernel.comment.Comment |
getBody, getClassName, getClassPK, getCommentId, getCreateDate, getModelClass, getModelClassName, getModifiedDate, getParentCommentId, getTranslatedBody, getUser, getUserId, getUserName, getUuid, isRoot |
getParentComment
DiscussionComment getParentComment()
throws PortalException
- Throws:
PortalException
getRatingsEntry
RatingsEntry getRatingsEntry()
getRatingsStats
RatingsStats getRatingsStats()
getThreadComments
List<DiscussionComment> getThreadComments()
getThreadCommentsCount
int getThreadCommentsCount()
getThreadDiscussionCommentIterator
DiscussionCommentIterator getThreadDiscussionCommentIterator()
getThreadDiscussionCommentIterator
DiscussionCommentIterator getThreadDiscussionCommentIterator(int from)