com.ibm.commerce.beans

Class InputDataBeanImpl

  • java.lang.Object
    • com.ibm.commerce.beans.InputDataBeanImpl
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      InputDataBeanImpl()
      This is the default constructor for this class.
    • Field Detail

      • COPYRIGHT

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

      • InputDataBeanImpl

        public InputDataBeanImpl()
        This is the default constructor for this class. It calls the constructor from the superclass.
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method gets the request properties of the data bean.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        This method returns the request properties.
      • setRequestProperties

        public void setRequestProperties(TypedProperty param)
                                  throws java.lang.Exception
        This method sets the request properties associated with the data bean. They are represented by a TypedPropery object. If the TypedPropery object is null when the activate method of the DataBeanManager object is invoked, the DataBeanManager object uses the request properties from the request.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        param - This is an object that represents the set of properties passed to the JSP page that invokes this data bean.
        Throws:
        java.lang.Exception - This is thrown if there is a problem setting the request properties. This particular method should not throw any exceptions because it just stores the request properties.