|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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 RemoteException,
CatalogException
request - The catalog request object.
CatalogException - on general error.
RemoteException
public ViewIterator search(CatalogRequest request,
CatalogQuery query,
int viewSize)
throws RemoteException,
CatalogException
request - The catalog request object.viewSize - The view size of the returned ViewIterator.
CatalogException - on general error.
RemoteException
public CategoryKey[] searchCategories(CatalogRequest request,
CatalogQuery query)
throws RemoteException,
CatalogException
request - The catalog request object.
CatalogException - on general error.
RemoteException
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||