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 See BEA Commerce product offering

@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 See BEA Commerce product offering
 
Method Summary
 String[] getKeywords()
          Deprecated See BEA Commerce product offering
 void setKeywords(String[] keywords)
          Deprecated See BEA Commerce product offering
 
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 See BEA Commerce product offering

Default constructor.

Method Detail

getKeywords

public String[] getKeywords()
Deprecated See BEA Commerce product offering

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 See BEA Commerce product offering

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 © 2008 BEA Systems, Inc. All Rights Reserved