com.ibm.commerce.negotiation.beans

Interface ForumMessageListSmartDataBean

  • All Known Implementing Classes:
    ForumMessageListBean


    public interface ForumMessageListSmartDataBean
    • Method Detail

      • getForumId

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

        ForumMessageDataBean[] getForumMessageBeans()
        Gets a sorted list of forum message data bean objects.
        Returns:
        a sorted list of forum message data bean objects.
      • getMsgStatus

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

        java.lang.String getParentMsgId()
        Gets the parent message ID.
        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 in the current thread.
      • getTargetId

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

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