© 2002 BEA Systems, Inc.


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

java.lang.Object
  |
  +--com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
Direct Known Subclasses:
KeywordQueryImpl, ProductItemQueryImpl

public abstract class CatalogQueryImpl
extends java.lang.Object
implements CatalogQuery

Implementation class for the CatalogQuery interface.

See Also:
Serialized Form

Constructor Summary
CatalogQueryImpl()
          Default constructor.
 
Method Summary
 int getMaxSearchResults()
           
 void setMaxSearchResults(int maxSearchResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogQueryImpl

public CatalogQueryImpl()
Default constructor. Loads the maximum search result size from the catalog properties file.
Method Detail

getMaxSearchResults

public int getMaxSearchResults()
Specified by:
getMaxSearchResults in interface CatalogQuery


setMaxSearchResults

public void setMaxSearchResults(int maxSearchResults)
                         throws java.lang.IllegalArgumentException
Specified by:
setMaxSearchResults in interface CatalogQuery


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved