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

java.lang.Object
  extended by com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl
      extended by com.beasys.commerce.ebusiness.catalog.service.query.ProductItemQueryImpl
All Implemented Interfaces
CatalogQuery, ProductItemQuery, Serializable

public class ProductItemQueryImpl
extends CatalogQueryImpl
implements ProductItemQuery

Implementation class for the ProductItemQuery interface.

See Also
Serialized Form

Field Summary
 
Fields inherited from interface com.beasys.commerce.ebusiness.catalog.service.query.CatalogQuery
ALL_RESULTS
 
Constructor Summary
ProductItemQueryImpl()
           
 
Method Summary
 Expression getExpression()
          Retrieves the expression associated with this query.
 Expression getP13nExpression()
          Retrieves the expression associated with this query.
 void setExpression(Expression expression)
          Associates an expression with this query.
 void setExpression(Expression expression)
          Associates an expression with this query.
 
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

ProductItemQueryImpl

public ProductItemQueryImpl()
Method Detail

getExpression

public Expression getExpression()
Description copied from interface: ProductItemQuery
Retrieves the expression associated with this query.

Specified by:
getExpression in interface ProductItemQuery

setExpression

public void setExpression(Expression expression)
Description copied from interface: ProductItemQuery
Associates an expression with this query.

Specified by:
setExpression in interface ProductItemQuery
Parameters
expression - The expression to associated with this query.

setExpression

public void setExpression(Expression expression)
Description copied from interface: ProductItemQuery
Associates an expression with this query.

Specified by:
setExpression in interface ProductItemQuery
Parameters
expression - The expression to associated with this query.

getP13nExpression

public Expression getP13nExpression()
Description copied from interface: ProductItemQuery
Retrieves the expression associated with this query.

Specified by:
getP13nExpression in interface ProductItemQuery


Copyright © 2006 BEA Systems, Inc. All Rights Reserved