com.beasys.commerce.ebusiness.catalog.service.query
Interface CatalogQuery

All Superinterfaces
Serializable
All Known Subinterfaces:
KeywordQuery, ProductItemQuery
All Known Implementing Classes:
CatalogQueryImpl, KeywordQueryImpl, ProductItemQueryImpl

Deprecated See BEA Commerce product offering

@Deprecated
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.

See Also
CatalogQueryManager

Field Summary
static int ALL_RESULTS
          Deprecated See BEA Commerce product offering
 
Method Summary
 int getMaxSearchResults()
          Deprecated See BEA Commerce product offering
 void setMaxSearchResults(int searchResults)
          Deprecated See BEA Commerce product offering
 

Field Detail

ALL_RESULTS

static final int ALL_RESULTS
Deprecated See BEA Commerce product offering
Constant to indicate to the search mechanism that all search results should be returned. Use this constant in the setMaxSearchResults method.

See Also
Constants Summary
Method Detail

getMaxSearchResults

int getMaxSearchResults()
Deprecated See BEA Commerce product offering

Returns the maximum number of search results.

Returns
maximum number of search results

setMaxSearchResults

void setMaxSearchResults(int searchResults)
Deprecated See BEA Commerce product offering

Set the maximum search results size

Parameters
maxSearchResults - the user specific maximum search results
Throws
IllegalArgumentException - on invalid search result size


Copyright © 2006 BEA Systems, Inc. All Rights Reserved