© 2005 BEA Systems, Inc.

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

All Superinterfaces:
CatalogQuery, Serializable
All Known Implementing Classes:
ProductItemQueryImpl

public interface ProductItemQuery
extends CatalogQuery

This interface defines all functionality required to perform boolean expression searches of the Product Catalog. It relies upon the Expression class to parse and represent boolean expressions.

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
 Expression getExpression()
          Retrieves the expression associated with this query.
 void setExpression(Expression expression)
          Associates an expression with this query.
 
Methods inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
getMaxSearchResults, setMaxSearchResults
 

Method Detail

getExpression

public Expression getExpression()
Retrieves the expression associated with this query.


setExpression

public void setExpression(Expression expression)
Associates an expression with this query.

Parameters:
expression - The expression to associated with this query.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved