com.beasys.commerce.ebusiness.catalog.service.query
Class KeywordQueryImpl

java.lang.Object
  extended by com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
      extended by com.beasys.commerce.ebusiness.catalog.service.query.KeywordQueryImpl
All Implemented Interfaces
CatalogQuery, KeywordQuery, Serializable

Deprecated

@Deprecated
public class KeywordQueryImpl
extends CatalogQueryImpl
implements KeywordQuery

Implementation class for the KeywordQuery interface.

See Also
Serialized Form

Field Summary
 
Fields inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
ALL_RESULTS
 
Constructor Summary
KeywordQueryImpl()
          Deprecated Default constructor.
 
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 class com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
getMaxSearchResults, setMaxSearchResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
getMaxSearchResults, setMaxSearchResults
 

Constructor Detail

KeywordQueryImpl

public KeywordQueryImpl()
Deprecated 
Default constructor.

Method Detail

getKeywords

public String[] getKeywords()
Deprecated 
Description copied from interface: KeywordQuery
Retrieves the list of keywords associated with this query.

Specified by:
getKeywords in interface KeywordQuery
Returns
An array of keywords associated with this query.

setKeywords

public void setKeywords(String[] keywords)
Deprecated 
Description copied from interface: KeywordQuery
Associates a list of keywords with this query.

Specified by:
setKeywords in interface KeywordQuery
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.