com.ibm.commerce.marketingcenter.campaign.beans

Class SearchDataBean

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

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

    public class SearchDataBean
    extends SmartDataBeanImpl
    This data bean represents the catalog entry search result. The search is performed through the MCItemSearchJDBCHelper EJB.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

        public static final int DIRECTION_NEXT
        Deprecated. 
        The next direction of the search page scrolling.
        See Also:
        Constant Field Values
      • DIRECTION_PREVIOUS

        public static final int DIRECTION_PREVIOUS
        Deprecated. 
        The previous direction of the search page scrolling.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SearchDataBean

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

      • getReturnList

        public com.ibm.commerce.marketingcenter.search.helpers.SearchProductListDataBean getReturnList()
        Deprecated. 
        Gets the list of the search result, they represent all catalog entries in the database that satisfy all the search criteria.
        Returns:
        The search result list, represented by com.ibm.commerce.marketingcenter.campaign.beans.SearchProductListDataBean.
      • getSrDir

        public int getSrDir()
        Deprecated. 
        Gets the direction of the scrolling of the search page.
        Returns:
        the scrolling direction
      • getSrLocation

        public int getSrLocation()
        Deprecated. 
        Gets the location of the page that accesses the catalog entry search.
        Returns:
        the location of the page
      • getSrMax

        public int getSrMax()
        Deprecated. 
        Gets the maximum number of rows that are allowed to show in the search result.
        Returns:
        maximum number of rows allowed in the search
      • getSrStart

        public int getSrStart()
        Deprecated. 
        Gets the start index of the search result.
        Returns:
        start index of the search result
      • setReturnList

        public void setReturnList(com.ibm.commerce.marketingcenter.search.helpers.SearchProductListDataBean newReturnList)
        Deprecated. 
        Sets the list of the search result, they represent all catalog entries in the database that satisfy all the search criteria.
        Parameters:
        newReturnList - The search result list, represented by com.ibm.commerce.marketingcenter.campaign.beans.SearchProductListDataBean.
      • setSrDir

        public void setSrDir(int newSrDir)
        Deprecated. 
        Sets the direction of the scrolling of the search page.
        Parameters:
        newSrDir - the scrolling direction
      • setSrLocation

        public void setSrLocation(int newSrLocation)
        Deprecated. 
        Sets the location of the page that accesses the catalog entry search.
        Parameters:
        newSrLocation - the location of the page
      • setSrMax

        public void setSrMax(int newSrMax)
        Deprecated. 
        Sets the maximum number of rows that are allowed to show in the search result.
        Parameters:
        newSrMax - maximum number of rows allowed in the search
      • setSrStart

        public void setSrStart(int newSrStart)
        Deprecated. 
        Sets the start index of the search result.
        Parameters:
        newSrStart - start index of the search result