com.ibm.commerce.marketingcenter.campaign.beans

Class CategoryListDataBean

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

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

    public class CategoryListDataBean
    extends SmartDataBeanImpl
    A list data bean that represents all the categories in the database to be shown in the category list of the current store.
    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

      • CategoryListDataBean

        public CategoryListDataBean()
        Deprecated. 
        Constructor for CategoryListDataBean.
    • Method Detail

      • getIndexBegin

        public java.lang.String getIndexBegin()
        Deprecated. 
        Gets the beginning index of the search results.
        Returns:
        the beginning index of the search results
      • getIndexEnd

        public java.lang.String getIndexEnd()
        Deprecated. 
        Gets the end index of the search results.
        Returns:
        the end index of the search results
      • getDefaultLanguageId

        public java.lang.String getDefaultLanguageId()
        Deprecated. 
        Gets the language identifier for the default language in which to search.
        Returns:
        the default language ID
      • getLanguageId

        public java.lang.String getLanguageId()
        Deprecated. 
        Gets the language identifier for the language in which to search.
        Returns:
        the current language ID
      • getResultSetSize

        public int getResultSetSize()
        Deprecated. 
        Gets the total number of entries found.
        Returns:
        the size of the result set
      • getReturnList

        public CategoryListResultsDataBean[] getReturnList()
        Deprecated. 
        Gets the category list result set.
        Returns:
        An array of CategoryListResultsDataBean that represents the result set.
      • getReturnList

        public CategoryListResultsDataBean getReturnList(int i)
        Deprecated. 
        Gets a particular row of the category list result set.
        Parameters:
        i - index of the result set
        Returns:
        The row in the category list result set identified by the given index.
      • getStoreId

        public java.lang.String getStoreId()
        Deprecated. 
        Gets the identifier of the current store.
        Returns:
        the current store ID
      • setIndexBegin

        public void setIndexBegin(java.lang.String newIndexBegin)
        Deprecated. 
        Sets the starting index of the result items.
        Parameters:
        newIndexBegin - the start index of the result set
      • setIndexEnd

        public void setIndexEnd(java.lang.String newIndexEnd)
        Deprecated. 
        Sets the end index of the result items.
        Parameters:
        newIndexEnd - the end index of the result set
      • setDefaultLanguageId

        public void setDefaultLanguageId(java.lang.String newDefaultLanguageId)
        Deprecated. 
        Sets the language identifier for the default language in which to search.
        Parameters:
        newDefaultLanguageId - the ID of the default language
      • setLanguageId

        public void setLanguageId(java.lang.String newLanguageId)
        Deprecated. 
        Sets the language identifier in which to search.
        Parameters:
        newLanguageId - the ID of the current language
      • setResultSetSize

        public void setResultSetSize(int newResultSetSize)
        Deprecated. 
        Sets the total number of results.
        Parameters:
        newResultSetSize - the size of the result set
      • setReturnList

        public void setReturnList(CategoryListResultsDataBean[] newReturnList)
        Deprecated. 
        Sets the entire category result list.
        Parameters:
        newReturnList - an array of the result list
      • setStoreId

        public void setStoreId(java.lang.String newStoreId)
        Deprecated. 
        Sets the store identifier.
        Parameters:
        newStoreId - the ID of the current store