Class com.ibm.commerce.search.beans. CatEntrySearchListDataBean

The superclass changed from com.ibm.commerce.beans.SmartDataBeanImpl to com.ibm.commerce.search.beans.SearchBaseDataBean.
Removed interface com.ibm.commerce.search.beans.SearchConstants.
Removed Methods
int  getBeginIndexInt () Returns beginIndex of type int.
int  getPageSizeInt () Return pageSize of type int.
   
Changed Methods
void  execute () Change of visibility from public to protected.
Calls the search interface to query the database.
String  getBeginIndex () Method was locally defined, but is now inherited from SearchBaseDataBean . Returns beginIndex of type String
int  getNumericOperator (String) Method was locally defined, but is now inherited from SearchBaseDataBean . The input search criteria operators are of type String.
String  getPageSize () Method was locally defined, but is now inherited from SearchBaseDataBean . Return pageSize of type String
int  getStringOperator (String) Method was locally defined, but is now inherited from SearchBaseDataBean . Converts Operators (LIKE EQUAL NOTLIKE) to search interface integer constant
boolean  isEmpty (String) Method was locally defined, but is now inherited from SearchBaseDataBean . Change of visibility from public to protected.
Checks if a string is null or blank space.
void  setBeginIndex (String) Method was locally defined, but is now inherited from SearchBaseDataBean . The beginIndex identifies the first element result of any page from total number of elements in result set.
void  setPageSize (String) Method was locally defined, but is now inherited from SearchBaseDataBean . To set pageSize defines the number elements in each page
void  setPredefinedAttributes () Change of visibility from public to protected.
Constructs search predicate using search interface.
   
Changed Fields
Cursor  aCursor Field was locally defined, but is now inherited from SearchBaseDataBean . aCursor (Cursor): This is a virtual cursor to manage paging of result set in pageSize blocks.
String  beginIndex Field was locally defined, but is now inherited from SearchBaseDataBean . beginIndex (String): The value of this variable is used identify the first result of the any page.
String  pageSize Field was locally defined, but is now inherited from SearchBaseDataBean . pageSize (String): The value of this variable is used identify the number of elements on each page.
RuleQuery  q Field was locally defined, but is now inherited from SearchBaseDataBean . q (RuleQuery): The search interface query object containing generated SQL