|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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.
NegotiationListBean
,
CommandDataBean
, Serialized FormField 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 |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean |
COPYRIGHT |
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 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
Constructor Detail |
public ForumMessageLightListBean()
Method Detail |
public java.lang.String getForumId()
getForumId
in interface ForumMessageLightListSmartDataBean
public ForumMessageLightDataBean[] getForumMessageBeans()
getForumMessageBeans
in interface ForumMessageLightListSmartDataBean
public java.lang.String getMsgStatus()
getMsgStatus
in interface ForumMessageLightListSmartDataBean
public java.lang.String getParentMsgId()
getParentMsgId
in interface ForumMessageLightListSmartDataBean
public java.lang.String getPosterId()
getPosterId
in interface ForumMessageLightListSmartDataBean
public java.lang.String getRootMsgId()
getRootMsgId
in interface ForumMessageLightListSmartDataBean
public java.lang.String getTargetId()
getTargetId
in interface ForumMessageLightListSmartDataBean
public java.lang.String getViewStatus()
getViewStatus
in interface ForumMessageLightListSmartDataBean
public void populate() throws java.lang.Exception
populate
in class SmartDataBeanImpl
java.lang.Exception
- if any problems are encountered.public void setForumId(java.lang.String newForumId)
setForumId
in interface ForumMessageLightListInputDataBean
newForumId
- the relevant forum id.public void setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans)
setForumMessageBeans
in interface ForumMessageLightListInputDataBean
newForumMessageBeans
- The array of forum message light data beans.public void setMsgStatus(java.lang.String newMsgStatus)
setMsgStatus
in interface ForumMessageLightListInputDataBean
newMsgStatus
- the message status; Active or Deleted.public void setParentMsgId(java.lang.String newParentMsgId)
setParentMsgId
in interface ForumMessageLightListInputDataBean
newParentMsgId
- for a response message, the original message id;
for an original message, the message id.public void setPosterId(java.lang.String newPosterId)
setPosterId
in interface ForumMessageLightListInputDataBean
newPosterId
- the id of the user posting the message.public void setRootMsgId(java.lang.String newRootMsgId)
setRootMsgId
in interface ForumMessageLightListInputDataBean
newRootMsgId
- the id of the first (root) message in the current thread.public void setTargetId(java.lang.String newTargetId)
setTargetId
in interface ForumMessageLightListInputDataBean
newTargetId
- the id of the relevant auction.public void setViewStatus(java.lang.String newViewStatus)
setViewStatus
in interface ForumMessageLightListInputDataBean
newViewStatus
- the view status; Public or PrIvate.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |