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

All Superinterfaces
CatalogQuery, Serializable
All Known Implementing Classes:
ProductItemQueryImpl

Deprecated

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

Method Detail

getExpression

Expression getExpression()
Deprecated 

Retrieves the expression associated with this query.


setExpression

void setExpression(Expression expression)
Deprecated 

Associates an expression with this query.

Parameters
expression - The expression to associated with this query.

setExpression

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

Parameters
expression - The expression to associated with this query.

getP13nExpression

Expression getP13nExpression()
Deprecated 
Retrieves the expression associated 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.