|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface JdbcCatalogQueryManager
JDBC-specific CatalogQueryManager service implementation.
JdbcCatalogQueryManagerHome,
JdbcCatalogQueryManagerImpl| Method Summary | |
|---|---|
ProductItemKey[] |
search(CatalogRequest request,
CatalogQuery query)
Deprecated Returns the results of the search peformed using the supplied catalog query object. |
ViewIterator |
search(CatalogRequest request,
CatalogQuery query,
int viewSize)
Deprecated Returns a ViewIterator over the results of the search peformed using the supplied catalog query object. |
CategoryKey[] |
searchCategories(CatalogRequest request,
CatalogQuery query)
Deprecated 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 |
|---|
ProductItemKey[] search(CatalogRequest request,
CatalogQuery query)
throws RemoteException,
CatalogException
request - The catalog request object.catalogQuery - The catalog query object.
CatalogException - on general error.
RemoteException
CategoryKey[] searchCategories(CatalogRequest request,
CatalogQuery query)
throws RemoteException,
CatalogException
request - The catalog request object.catalogQuery - The catalog query object.
CatalogException - on general error.
RemoteException
ViewIterator search(CatalogRequest request,
CatalogQuery query,
int viewSize)
throws RemoteException,
CatalogException
request - The catalog request object.catalogQuery - The catalog query object.viewSize - The view size of the returned ViewIterator.
CatalogException - on general error.
RemoteException
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||