CatalogQuery Interface
- public interface CatalogQuery
extends Serializable
This interface defines the basic functionality required to perform
Product Catalog searches. Interfaces that extend CatalogQuery
define functionality required to perform specific types of Product
Catalog searches.
Related Topics
CatalogQueryManager
-
All Known Implementing Classes
-
CatalogQueryImpl
, KeywordQueryImpl
, ProductItemQueryImpl
-
All Superinterfaces
-
Serializable
-
All Known Subinterfaces
-
KeywordQuery
, ProductItemQuery
public static final int |
-
ALL_RESULTS
- Constant to indicate to the search mechanism that all search results
should be returned.
|
ALL_RESULTS
public static final int ALL_RESULTS
- Constant to indicate to the search mechanism that all search results
should be returned. Use this constant in the
setMaxSearchResults
method.
getMaxSearchResults() Method
public int getMaxSearchResults()
Returns the maximum number of search results.
Returns
- maximum number of search results
setMaxSearchResults(int) Method
public void setMaxSearchResults(int searchResults)
Set the maximum search results size
Parameters
-
searchResults
- the user specific maximum search results