com.liferay.portal.kernel.comment
Interface Comment
- All Known Subinterfaces:
- DiscussionComment, WorkflowableComment
public interface Comment
getBody
String getBody()
getClassName
String getClassName()
getClassPK
long getClassPK()
getCommentId
long getCommentId()
getCreateDate
Date getCreateDate()
getModelClass
Class<?> getModelClass()
getModelClassName
String getModelClassName()
getModifiedDate
Date getModifiedDate()
getParentCommentId
long getParentCommentId()
getTranslatedBody
String getTranslatedBody(String pathThemeImages)
getUser
User getUser()
throws PortalException
- Throws:
PortalException
getUserId
long getUserId()
getUserName
String getUserName()
getUuid
String getUuid()
isRoot
boolean isRoot()