|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Service interface for searching the Product Catalog using various criteria.
CatalogQuery objects are used to specify the search criteria.
CatalogQueryManagerHome,
CatalogQueryManagerImpl,
CatalogManager,
ProductItem| Method Summary | |
ProductItemKey[] |
search(CatalogRequest request,
CatalogQuery query)
Returns the results of the search peformed using the supplied catalog query object. |
ViewIterator |
search(CatalogRequest request,
CatalogQuery query,
int viewSize)
Returns a ViewIterator over the results of the search peformed using the supplied catalog query object. |
CategoryKey[] |
searchCategories(CatalogRequest request,
CatalogQuery query)
Returns the results of the search peformed using the supplied catalog query object for categories. |
| Methods inherited from interface com.beasys.commerce.ebusiness.catalog.service.CatalogService |
getCatalogManager |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
| Method Detail |
public ProductItemKey[] search(CatalogRequest request,
CatalogQuery query)
throws java.rmi.RemoteException,
CatalogException
request - The catalog request object.catalogQuery - The catalog query object.
public CategoryKey[] searchCategories(CatalogRequest request,
CatalogQuery query)
throws java.rmi.RemoteException,
CatalogException
request - The catalog request object.catalogQuery - The catalog query object.
public ViewIterator search(CatalogRequest request,
CatalogQuery query,
int viewSize)
throws java.rmi.RemoteException,
CatalogException
request - The catalog request object.catalogQuery - The catalog query object.viewSize - The view size of the returned ViewIterator.
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||