com.ibm.commerce.marketingcenter.campaign.beans

Class CategoryListResultsDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, java.io.Serializable

    Deprecated. 
    Replaced by com.ibm.commerce.tools.campaigns.CatalogSearchDataBean.

    public class CategoryListResultsDataBean
    extends SmartDataBeanImpl
    A data bean that represents one category entry in the database to be shown in the category list of the current store. An array of this data bean makes up CategoryListDataBean.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • CategoryListResultsDataBean

        public CategoryListResultsDataBean()
        Deprecated. 
    • Method Detail

      • getCatalogId

        public java.lang.String getCatalogId()
        Deprecated. 
        Gets the ID of the catalog that this category belongs to.
        Returns:
        the catalog ID
      • getCatalogIdentifier

        public java.lang.String getCatalogIdentifier()
        Deprecated. 
        Gets the identifier of the catalog that this category belongs to.
        Returns:
        the catalog identifier
      • getCatalogMemberId

        public java.lang.String getCatalogMemberId()
        Deprecated. 
        Gets the member ID of the catalog that this category belongs to.
        Returns:
        the catalog member ID
      • getCategoryId

        public java.lang.String getCategoryId()
        Deprecated. 
        Gets the ID of this category.
        Returns:
        the category ID
      • getCategoryIdentifier

        public java.lang.String getCategoryIdentifier()
        Deprecated. 
        Gets the identifier of this category.
        Returns:
        the category identifier
      • getCategoryMemberId

        public java.lang.String getCategoryMemberId()
        Deprecated. 
        Gets the member ID of this category.
        Returns:
        the category member ID
      • getName

        public java.lang.String getName()
        Deprecated. 
        Gets the name of this category.
        Returns:
        the category name
      • getShortDescription

        public java.lang.String getShortDescription()
        Deprecated. 
        Gets the short description of this category.
        Returns:
        the category short description
      • getParentCategoryIdentifier

        public java.lang.String getParentCategoryIdentifier()
        Deprecated. 
        Gets the identifier of the parent category.
        Returns:
        the category identifier
      • getParentCategoryName

        public java.lang.String getParentCategoryName()
        Deprecated. 
        Gets the name of the parent category.
        Returns:
        the category name
      • populate

        public void populate()
                      throws java.lang.Exception
        Deprecated. 
        Populates this data bean that represents a single category in the database. Nothing is done here since lazy fetch method is being used in this data bean.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - Thrown when an error occurs during the population of this data bean.
      • setCatalogId

        public void setCatalogId(java.lang.String catalogId)
        Deprecated. 
        Sets the ID of the catalog that this category belongs to.
        Parameters:
        catalogId - the catalog ID
      • setCategoryId

        public void setCategoryId(java.lang.String categoryId)
        Deprecated. 
        Sets the ID of this category.
        Parameters:
        categoryId - the category ID
      • setParentCategoryId

        public void setParentCategoryId(java.lang.String parentCategoryId)
        Deprecated. 
        Sets the ID of the parent category.
        Parameters:
        parentCategoryId - the category ID