|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CatalogWS
| Method Summary | |
|---|---|
String |
expressionSearch(String expression)
Deprecated See BEA Commerce product offering |
String |
expressionSearchRestricted(String expression,
int numResults)
Deprecated See BEA Commerce product offering |
String |
expressionSearchSKU(String expression)
Deprecated See BEA Commerce product offering |
String |
expressionSearchSKURestricted(String expression,
int numResults)
Deprecated See BEA Commerce product offering |
String |
getAllChildren(String categoryKey,
boolean addAncestorInfo)
Deprecated See BEA Commerce product offering |
String |
getAllChildrenRestricted(String categoryKey,
boolean addAncestorInfo,
int numResults)
Deprecated See BEA Commerce product offering |
String |
getCategoryInfo(String productItemKey)
Deprecated See BEA Commerce product offering |
String |
getRootChildren()
Deprecated See BEA Commerce product offering |
String |
getRootChildrenRestricted(int numResults)
Deprecated See BEA Commerce product offering |
String |
keywordSearch(String keyword)
Deprecated See BEA Commerce product offering |
String |
keywordSearchRestricted(String keyword,
int numResults)
Deprecated See BEA Commerce product offering |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
String getAllChildren(String categoryKey,
boolean addAncestorInfo)
throws RemoteException
categoryKey - String representation of category key concerned.addAncestorInfo - if true adds ancestor info to the category children.
RemoteException
String getAllChildrenRestricted(String categoryKey,
boolean addAncestorInfo,
int numResults)
throws RemoteException
categoryKey - String representation of category key concerned.addAncestorInfo - if true adds ancestor info to the category children.numResults - number of results to be returned
RemoteException
String getRootChildren()
throws RemoteException
RemoteException
String getRootChildrenRestricted(int numResults)
throws RemoteException
numResults.
numResults - number of results to be returned.
RemoteException
String getCategoryInfo(String productItemKey)
throws RemoteException
productItemKey - String representation of product item key concerned.
RemoteException
String keywordSearch(String keyword)
throws RemoteException
keyword - Search keyword(s).
RemoteException
String keywordSearchRestricted(String keyword,
int numResults)
throws RemoteException
numResults results.
keyword - Search keyword(s).numResults - number of results to be returned.
RemoteException
String expressionSearch(String expression)
throws RemoteException
expression - Search expression.
RemoteException
String expressionSearchRestricted(String expression,
int numResults)
throws RemoteException
numResults results.
expression - Search expression.numResults - number of results to be returned.
RemoteException
String expressionSearchSKU(String expression)
throws RemoteException
expression - SKU Search expression.
RemoteException
String expressionSearchSKURestricted(String expression,
int numResults)
throws RemoteException
numResults results.
expression - SKU Search expression.numResults - number of results to be returned.
RemoteException
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||