java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.marketingcenter.campaign.beans.SearchDataBean
This data bean represents the catalog entry search result. The search is performed through the MCItemSearchJDBCHelper EJB.
Field Summary | |
static java.lang.String | COPYRIGHT Deprecated. IBM copyright notice field. |
static int | DIRECTION_NEXT Deprecated. The next direction of the search page scrolling. |
static int | DIRECTION_PREVIOUS Deprecated. The previous direction of the search page scrolling. |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
SearchDataBean() Deprecated. Constructor for SearchDataBean. |
Method Summary | |
SearchProductListDataBean | getReturnList() Deprecated. Gets the list of the search result, they represent all catalog entries in the database that satisfy all the search criteria. |
int | getSrDir() Deprecated. Gets the direction of the scrolling of the search page. |
int | getSrLocation() Deprecated. Gets the location of the page that accesses the catalog entry search. |
int | getSrMax() Deprecated. Gets the maximum number of rows that are allowed to show in the search result. |
int | getSrStart() Deprecated. Gets the start index of the search result. |
void | populate() Deprecated. Populates the databean with elements. |
void | setReturnList(SearchProductListDataBean newReturnList) Deprecated. Sets the list of the search result, they represent all catalog entries in the database that satisfy all the search criteria. |
void | setSrDir(int newSrDir) Deprecated. Sets the direction of the scrolling of the search page. |
void | setSrLocation(int newSrLocation) Deprecated. Sets the location of the page that accesses the catalog entry search. |
void | setSrMax(int newSrMax) Deprecated. Sets the maximum number of rows that are allowed to show in the search result. |
void | setSrStart(int newSrStart) Deprecated. Sets the start index of the search result. |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, setCommandContext |
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
getRequestProperties, setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans.InputDataBean |
getRequestProperties, setRequestProperties |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final int DIRECTION_NEXT
public static final int DIRECTION_PREVIOUS
Constructor Detail |
public SearchDataBean()
Method Detail |
public SearchProductListDataBean getReturnList()
public int getSrDir()
public int getSrLocation()
public int getSrMax()
public int getSrStart()
public void populate()
public void setReturnList(SearchProductListDataBean newReturnList)
public void setSrDir(int newSrDir)
public void setSrLocation(int newSrLocation)
public void setSrMax(int newSrMax)
public void setSrStart(int newSrStart)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.