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

Deprecated

@Deprecated
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()
          Deprecated  
 
Method Summary
 Expression getExpression()
          Deprecated Retrieves the expression associated with this query.
 Expression getP13nExpression()
          Deprecated Retrieves the expression associated with this query.
 void setExpression(Expression expression)
          Deprecated Associates an expression with this query.
 void setExpression(Expression expression)
          Deprecated 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()
Deprecated 
Method Detail

getExpression

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

Specified by:
getExpression in interface ProductItemQuery

setExpression

public void setExpression(Expression expression)
Deprecated 
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)
Deprecated 
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()
Deprecated 
Description copied from interface: ProductItemQuery
Retrieves the expression associated with this query.

Specified by:
getP13nExpression in interface ProductItemQuery


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.