com.ibm.commerce.catalog.beans

Class CurrentInterestItemListDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.catalog.beans.CurrentInterestItemListInputDataBean, com.ibm.commerce.catalog.beans.CurrentInterestItemListSmartDataBean, Delegator, java.io.Serializable


    public class CurrentInterestItemListDataBean
    extends com.ibm.commerce.catalog.beansrc.CurrentInterestItemListDataBeanBase
    implements com.ibm.commerce.catalog.beans.CurrentInterestItemListInputDataBean, com.ibm.commerce.catalog.beans.CurrentInterestItemListSmartDataBean
    Represents the current interest item list for a user. This bean maps to the CIITEMLIST database table.

    You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.

    Access Beans: CurrentInterestItemList

    Mandatory Parameters:

    • User reference number, interest list number

    Some hints and tips for using this data bean are:

    • It is important to set the user reference number, and interest list number values before activating the data bean
    • You can set parameters using the setters

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CurrentInterestItemListDataBean

        public CurrentInterestItemListDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request properties. The following values are set in this method: user reference number interest list number
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aTypedProperty - the request properties
      • getDataBeanKeyUserReferenceNumber

        public java.lang.String getDataBeanKeyUserReferenceNumber()
        Gets the reference number of the owner of the interest list.
        Specified by:
        getDataBeanKeyUserReferenceNumber in interface com.ibm.commerce.catalog.beans.CurrentInterestItemListSmartDataBean
        Returns:
        the primary key of the user
      • getDataBeanKeyInterestListNumber

        public java.lang.String getDataBeanKeyInterestListNumber()
        Gets the primary key of the interest list.
        Specified by:
        getDataBeanKeyInterestListNumber in interface com.ibm.commerce.catalog.beans.CurrentInterestItemListSmartDataBean
        Returns:
        the primary key of the interest list
      • setDataBeanKeyUserReferenceNumber

        public void setDataBeanKeyUserReferenceNumber(java.lang.String aUserReferenceNumber)
        Sets the primary key of the user.
        Specified by:
        setDataBeanKeyUserReferenceNumber in interface com.ibm.commerce.catalog.beans.CurrentInterestItemListInputDataBean
        Parameters:
        aUserReferenceNumber - the primary key of the user
      • setDataBeanKeyInterestListNumber

        public void setDataBeanKeyInterestListNumber(java.lang.String aInterestListNumber)
        Sets the primary key of the interest list.
        Specified by:
        setDataBeanKeyInterestListNumber in interface com.ibm.commerce.catalog.beans.CurrentInterestItemListInputDataBean
        Parameters:
        aInterestListNumber - the primary key of the interest list