Liferay 7.0-ce-b4

com.liferay.portal.kernel.comment
Interface Comment

All Known Subinterfaces:
DiscussionComment, WorkflowableComment

public interface Comment


Method Summary
 String getBody()
           
 String getClassName()
           
 long getClassPK()
           
 long getCommentId()
           
 Date getCreateDate()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 long getParentCommentId()
           
 String getTranslatedBody(String pathThemeImages)
           
 User getUser()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 boolean isRoot()
           
 

Method Detail

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()

Liferay 7.0-ce-b4