com.ibm.commerce.negotiation.beans

Interface ForumMessageLightListSmartDataBean

  • All Known Implementing Classes:
    ForumMessageLightListBean


    public interface ForumMessageLightListSmartDataBean
    The interface of forum message lights list smart data bean.
    • Method Detail

      • getForumId

        java.lang.String getForumId()
        Gets the forum ID.
        Returns:
        the forum ID.
      • getForumMessageBeans

        ForumMessageLightDataBean[] getForumMessageBeans()
        Gets a sorted list of forum messages light objects.
        Returns:
        an array of ForumMessageLight.
      • getMsgStatus

        java.lang.String getMsgStatus()
        Gets the msg status.
        Returns:
        the message status; Active or Deleted.
      • getParentMsgId

        java.lang.String getParentMsgId()
        Gets the ID of the parent message.
        Returns:
        for a response message, the original message ID; for an original message, the message ID.
      • getPosterId

        java.lang.String getPosterId()
        Gets the ID of the user posting the message.
        Returns:
        the ID of the user posting the message.
      • getRootMsgId

        java.lang.String getRootMsgId()
        Gets the ID of the first (root) message in the current thread.
        Returns:
        the ID of the first (root) message of the current thread.
      • getTargetId

        java.lang.String getTargetId()
        Gets the target ID.
        Returns:
        the ID of the relevant auction.
      • getViewStatus

        java.lang.String getViewStatus()
        Gets the view status.
        Returns:
        the view status; Public or PrIvate.