com.beasys.commerce.ebusiness.catalog.service.query
Interface ProductItemQuery
- 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
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.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved