public interface Comment
Modifier and Type | Method and Description |
---|---|
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() |
String getBody()
String getClassName()
long getClassPK()
long getCommentId()
Date getCreateDate()
Class<?> getModelClass()
String getModelClassName()
Date getModifiedDate()
long getParentCommentId()
String getTranslatedBody(String pathThemeImages)
User getUser() throws PortalException
PortalException
long getUserId()
String getUserName()
String getUuid()
boolean isRoot()