java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.negotiation.beans.NegotiationListBean
com.ibm.commerce.negotiation.beans.ForumMessageListBean
Provides sorted lists of ForumMessageDataBean beans.
Field Summary | |
static java.lang.String | COPYRIGHT |
protected java.lang.String | forumId |
protected ForumMessageDataBean[] | forumMessageBeans |
protected java.lang.String | msgStatus |
protected java.lang.String | parentMsgId |
protected java.lang.String | posterId |
protected java.lang.String | rootMsgId |
protected java.lang.String | targetId |
protected java.lang.String | viewStatus |
Fields inherited from class com.ibm.commerce.negotiation.beans.NegotiationListBean |
listSize, sortingAtt |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ForumMessageListBean() Constructs a ForumMessageListBean. |
Method Summary | |
java.lang.String | getForumId() Gets the forumId. |
ForumMessageDataBean[] | getForumMessageBeans() Gets a sorted list of ForumMessageDataBean objects. |
java.lang.String | getMsgStatus() Gets the msgStatus. |
java.lang.String | getParentMsgId() Gets the parentMsgId. |
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 id of the relevant auction. |
java.lang.String | getViewStatus() Gets the viewStatus. |
void | populate() Looks up forum messages and populates an array with the result. |
void | setForumId(java.lang.String newForumId) setForumId(String) Sets the value of field forumId. |
void | setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans) Loads the array of ForumMessageDataBean. |
void | setMsgStatus(java.lang.String newMsgStatus) Sets the msgStatus. |
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 viewStatus. |
Methods inherited from class com.ibm.commerce.negotiation.beans.NegotiationListBean |
getLength, getSortAtt, setSortAtt |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, setCommandContext |
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
getRequestProperties, setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans.InputDataBean |
getRequestProperties, setRequestProperties |
Field Detail |
protected java.lang.String viewStatus
protected java.lang.String msgStatus
protected java.lang.String forumId
protected java.lang.String posterId
protected java.lang.String rootMsgId
protected java.lang.String parentMsgId
protected java.lang.String targetId
protected ForumMessageDataBean[] forumMessageBeans
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ForumMessageListBean()
Method Detail |
public java.lang.String getForumId()
public ForumMessageDataBean[] getForumMessageBeans()
public java.lang.String getMsgStatus()
public java.lang.String getParentMsgId()
public java.lang.String getPosterId()
public java.lang.String getRootMsgId()
public java.lang.String getTargetId()
public java.lang.String getViewStatus()
public void populate() throws java.lang.Exception
public void setForumId(java.lang.String newForumId)
public void setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
public void setMsgStatus(java.lang.String newMsgStatus)
public void setParentMsgId(java.lang.String newParentMsgId)
public void setPosterId(java.lang.String newPosterId)
public void setRootMsgId(java.lang.String newRootMsgId)
public void setTargetId(java.lang.String newTargetId)
public void setViewStatus(java.lang.String newViewStatus)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.