com.ibm.commerce.negotiation.beans

Class ForumMessageLightDataBean

  • java.lang.Object
    • com.ibm.commerce.negotiation.objimpl.ForumMessageLight
      • com.ibm.commerce.negotiation.beans.ForumMessageLightDataBean
  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, java.io.Serializable


    public class ForumMessageLightDataBean
    extends com.ibm.commerce.negotiation.objimpl.ForumMessageLight
    implements SmartDataBean
    A lightweight data bean that retrieves data for the auction discussion forums.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.ibm.commerce.negotiation.objimpl.ForumMessageLight

        forumId, id, msgStatus, msgSubject, parentMsgId, posterId, postTime, rootMsgId, SELECT_STRING, targetId, viewStatus
    • Constructor Summary

      Constructors 
      Constructor and Description
      ForumMessageLightDataBean()
      ForumMessageLightDataBean constructor comment.
      ForumMessageLightDataBean(com.ibm.commerce.negotiation.objimpl.ForumMessageLight parent)
      Constructs a forum messages light data bean object.
    • Constructor Detail

      • ForumMessageLightDataBean

        public ForumMessageLightDataBean()
        ForumMessageLightDataBean constructor comment.
      • ForumMessageLightDataBean

        public ForumMessageLightDataBean(com.ibm.commerce.negotiation.objimpl.ForumMessageLight parent)
        Constructs a forum messages light data bean object.
        Parameters:
        parent - com.ibm.commerce.negotiation.objimpl.ForumMessageLight
    • Method Detail

      • getFormattedPostTime

        public java.lang.String getFormattedPostTime()
        Gets formatted post time
        Returns:
        formatted post time
      • populate

        public void populate()
                      throws java.lang.Exception
        Description copied from interface: SmartDataBean
        This method populates the data bean with data elements.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception - This is thrown if there is a problem populating the data bean with data.
      • setRequestProperties

        public void setRequestProperties(TypedProperty newRequestProperties)
        Copies the input command properties.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        newRequestProperties - The command properties.
      • getUserInfoDataBean

        public UserInfoDataBean getUserInfoDataBean()
        Gets UserInfo databean
        Returns:
        UserInfo databean