Interface Comment

All Known Subinterfaces:
DiscussionComment, WorkflowableComment

@ProviderType public interface Comment
Author:
Adolfo Pérez
  • Method Details

    • getBody

      String getBody()
    • getClassName

      String getClassName()
    • getClassPK

      long getClassPK()
    • getCommentId

      long getCommentId()
    • getCreateDate

      Date getCreateDate()
    • getExternalReferenceCode

      String getExternalReferenceCode()
    • getGroupId

      long getGroupId()
    • 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()