java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.negotiation.beans.NegotiationListBean
com.ibm.commerce.negotiation.beans.ForumMessageLightListBean
Provides sorted lists of ForumMessageLight beans.
Field Summary | |
protected java.lang.String | forumId |
protected ForumMessageLightDataBean[] | 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, COPYRIGHT |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ForumMessageLightListBean() Constructs a ForumMessageLightListBean. |
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. |
void | populate() Creates a sorted list of beans. |
void | setForumId(java.lang.String newForumId) Sets the forumId. |
void | setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans) Sets the array of forum message beans. |
void | setMsgStatus(java.lang.String newMsgStatus) Sets the value of field msgStatus. |
void | setParentMsgId(java.lang.String newParentMsgId) Sets the parentMsgId. |
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 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 ForumMessageLightDataBean[] forumMessageBeans
Constructor Detail |
public ForumMessageLightListBean()
Method Detail |
public java.lang.String getForumId()
public ForumMessageLightDataBean[] 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(ForumMessageLightDataBean[] 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.