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

All Superinterfaces
CatalogQuery, Serializable
All Known Implementing Classes:
KeywordQueryImpl

Deprecated

@Deprecated
public interface KeywordQuery
extends CatalogQuery

This interface defines all functionality required to perform keyword searches of the Product Catalog.

Use the CatalogFactory factory class to construct instances of this interface.

See Also
CatalogQueryManager

Field Summary
 
Fields inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
ALL_RESULTS
 
Method Summary
 String[] getKeywords()
          Deprecated Retrieves the list of keywords associated with this query.
 void setKeywords(String[] keywords)
          Deprecated Associates a list of keywords with this query.
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
getMaxSearchResults, setMaxSearchResults
 

Method Detail

getKeywords

String[] getKeywords()
Deprecated 
Retrieves the list of keywords associated with this query.

Returns
An array of keywords associated with this query.

setKeywords

void setKeywords(String[] keywords)
Deprecated 
Associates a list of keywords with this query.

Parameters
keywords - The list of keywords to associate with this query.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.