public class SearchDataBean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
SearchDataBean()
Deprecated.
Constructor for SearchDataBean.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
This method populates the data bean with elements.
|
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.
|
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.
|
public static final java.lang.String COPYRIGHT
public static final int DIRECTION_NEXT
public static final int DIRECTION_PREVIOUS
public SearchDataBean()
public com.ibm.commerce.marketingcenter.search.helpers.SearchProductListDataBean getReturnList()
public int getSrDir()
public int getSrLocation()
public int getSrMax()
public int getSrStart()
public void populate()
public void setReturnList(com.ibm.commerce.marketingcenter.search.helpers.SearchProductListDataBean newReturnList)
public void setSrDir(int newSrDir)
public void setSrLocation(int newSrLocation)
public void setSrMax(int newSrMax)
public void setSrStart(int newSrStart)