com.ibm.commerce.beans

Interface InputDataBean

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getRequestProperties

        TypedProperty getRequestProperties()
        This method returns the request properties of the data bean.
        Returns:
        The request properties.
      • setRequestProperties

        void setRequestProperties(TypedProperty param)
                           throws java.lang.Exception
        This method sets the requestProperties object associated with the data bean. If the requestProperties object is null when the activate method of the DataBeanManager object is invoked, the DataBeanManager object uses the requestProperties set in the request.
        Parameters:
        requestProperties - The set of properties passed to the JSP page that invokes this data bean.
        Throws:
        java.lang.Exception - Thrown if there is a problem when setting the request properties. This particular method should not throw any exception because it just stores the request properties.