com.ibm.commerce.content.beans

Class EContentDataBean

  • java.lang.Object
    • com.ibm.commerce.content.beans.EContentDataBean
    • Field Detail

      • COPYRIGHT

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

      • EContentDataBean

        public EContentDataBean()
        Deprecated. 
    • Method Detail

      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        Deprecated. 
        Get the command interface name.
        Specified by:
        getCommandInterfaceName in interface CommandDataBean
        Returns:
        The name of the command interface.
      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        Deprecated. 
        Set the command interface name.
        Specified by:
        setCommandInterfaceName in interface CommandDataBean
        Parameters:
        ifname - the name of the interface of the command.
      • setRequestProperties

        public void setRequestProperties(TypedProperty param)
                                  throws java.lang.Exception
        Deprecated. 
        Set the requestProperties associated with the data bean. If the requestProperties is null when the activate method on the DataBeanManager is invoked, the DataBeanManager sets the request properties based on the request properties set in the request.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        requestProperties - the set of properties passed to the JSP page that invokes this data bean,
        Throws:
        java.lang.Exception - 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.
      • getMaxResults

        public java.lang.Integer getMaxResults()
        Deprecated. 
        Gets max result to be returned
        Returns:
        Maximum result
      • getSpotName

        public java.lang.String getSpotName()
        Deprecated. 
        Gets spot name
        Returns:
        Spot name
      • setMaxResults

        public void setMaxResults(java.lang.Integer integer)
        Deprecated. 
        Sets max results to be returned
        Parameters:
        Maximum - result
      • setSpotName

        public void setSpotName(java.lang.String string)
        Deprecated. 
        Sets spot name
        Parameters:
        Spot - name
      • getContentDataBean

        public CollateralDataBean[] getContentDataBean()
        Deprecated. 
        Gets Content data bean
        Returns:
        List of Content data bean
      • setContentDataBean

        public void setContentDataBean(CollateralDataBean[] bean)
        Deprecated. 
        Sets Content databean
        Parameters:
        List - of Content data bean
      • getResultSize

        public java.lang.Integer getResultSize()
        Deprecated. 
        Gets the returned result size.
        Returns:
        Returned result size.
      • setResultSize

        public void setResultSize(java.lang.Integer integer)
        Deprecated. 
        Sets the returned result size.
        Parameters:
        Returned - result size.
      • getCatalogId

        public java.lang.Long getCatalogId()
        Deprecated. 
        Returns:
        Returns the catalogId.
      • setCatalogId

        public void setCatalogId(java.lang.Long catalogId)
        Deprecated. 
        Parameters:
        catalogId - The catalogId to set.