com.ibm.commerce.negotiation.beans
Interface ForumMessageLightListSmartDataBean

All Known Implementing Classes:
ForumMessageLightListBean

public interface ForumMessageLightListSmartDataBean


Method Summary
 java.lang.String getForumId()
          Gets the forumId.
 ForumMessageLightDataBean[] getForumMessageBeans()
          Gets a sorted list of ForumMessageLight objects.
 java.lang.String getMsgStatus()
          Gets the msgStatus.
 java.lang.String getParentMsgId()
          Gets the id of the parent message.
 java.lang.String getPosterId()
          Gets the id of the user posting the message.
 java.lang.String getRootMsgId()
          Gets the id of the first (root) message in the current thread.
 java.lang.String getTargetId()
          Gets the targetId.
 java.lang.String getViewStatus()
          Gets the viewStatus.
 

Method Detail

getForumId

public java.lang.String getForumId()
Gets the forumId.
Returns:
the forum id.

getForumMessageBeans

public ForumMessageLightDataBean[] getForumMessageBeans()
Gets a sorted list of ForumMessageLight objects.
Returns:
an array of ForumMessageLight.

getMsgStatus

public java.lang.String getMsgStatus()
Gets the msgStatus.
Returns:
the message status; Active or Deleted.

getParentMsgId

public 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

public java.lang.String getPosterId()
Gets the id of the user posting the message.
Returns:
the id of the user posting the message.

getRootMsgId

public 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

public java.lang.String getTargetId()
Gets the targetId.
Returns:
the id of the relevant auction.

getViewStatus

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