Liferay 7.0-ce-b4

com.liferay.portal.kernel.comment
Interface DiscussionComment

All Superinterfaces:
Comment

public interface DiscussionComment
extends Comment


Method Summary
 DiscussionComment getParentComment()
           
 RatingsEntry getRatingsEntry()
           
 RatingsStats getRatingsStats()
           
 List<DiscussionComment> getThreadComments()
           
 int getThreadCommentsCount()
           
 DiscussionCommentIterator getThreadDiscussionCommentIterator()
           
 DiscussionCommentIterator getThreadDiscussionCommentIterator(int from)
           
 
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
 

Method Detail

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)

Liferay 7.0-ce-b4