com.ibm.commerce.negotiation.beans

Interface ForumMessageListInputDataBean

  • All Known Implementing Classes:
    ForumMessageListBean


    public interface ForumMessageListInputDataBean
    The interface of forum message list input data bean
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setForumId(java.lang.String newForumId)
      Sets forum ID(String) Sets the value of field forum ID.
      void setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
      Loads the array of forum message data bean.
      void setMsgStatus(java.lang.String newMsgStatus)
      Sets the msg status.
      void setParentMsgId(java.lang.String newParentMsgId)
      Sets the parent message ID.
      void setPosterId(java.lang.String newPosterId)
      Sets the ID of the user posting the message.
      void setRootMsgId(java.lang.String newRootMsgId)
      Sets the ID of the first (root) message in the current thread.
      void setTargetId(java.lang.String newTargetId)
      Sets the ID of the relevant auction.
      void setViewStatus(java.lang.String newViewStatus)
      Sets the view status.
    • Method Detail

      • setForumId

        void setForumId(java.lang.String newForumId)
        Sets forum ID(String) Sets the value of field forum ID.
        Parameters:
        newForumId - newForumId java.lang.String
      • setForumMessageBeans

        void setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
        Loads the array of forum message data bean.
        Parameters:
        newForumMessageBeans - new array of forum message data bean objects.
      • setMsgStatus

        void setMsgStatus(java.lang.String newMsgStatus)
        Sets the msg status.
        Parameters:
        newMsgStatus - the message status; Active or Deleted.
      • setParentMsgId

        void setParentMsgId(java.lang.String newParentMsgId)
        Sets the parent message ID.
        Parameters:
        newParentMsgId - for a response message, the original message ID; for an original message, the message ID.
      • setPosterId

        void setPosterId(java.lang.String newPosterId)
        Sets the ID of the user posting the message.
        Parameters:
        newPosterId - the ID of the user posting the message.
      • setRootMsgId

        void setRootMsgId(java.lang.String newRootMsgId)
        Sets the ID of the first (root) message in the current thread.
        Parameters:
        newRootMsgId - the ID of the first (root) message in the current thread.
      • setTargetId

        void setTargetId(java.lang.String newTargetId)
        Sets the ID of the relevant auction.
        Parameters:
        newTargetId - the ID of the relevant auction.
      • setViewStatus

        void setViewStatus(java.lang.String newViewStatus)
        Sets the view status.
        Parameters:
        newViewStatus - the view status; Public or PrIvate.