|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
java.lang.String |
expressionSearch(java.lang.String expression)
Returns product item information populated with category and ancestor information for a search expression. |
java.lang.String |
expressionSearchRestricted(java.lang.String expression,
int numResults)
Returns product item information populated with category and ancestor information for a search expression for the first numResults results. |
java.lang.String |
expressionSearchSKU(java.lang.String expression)
Returns product item information populated with category and ancestor information for a SKU search expression. |
java.lang.String |
expressionSearchSKURestricted(java.lang.String expression,
int numResults)
Returns product item information populated with category and ancestor information for a SKU search expression for the first numResults results. |
java.lang.String |
getAllChildren(java.lang.String categoryKey,
boolean addAncestorInfo)
Returns an XML document of all the categories and product items under a given category. |
java.lang.String |
getAllChildrenRestricted(java.lang.String categoryKey,
boolean addAncestorInfo,
int numResults)
Returns an XML document of all the categories and product items under a given category. |
java.lang.String |
getCategoryInfo(java.lang.String productItemKey)
Returns ancestor information for all the categories a product item resides in. |
java.lang.String |
getRootChildren()
Returns an XML document of all the categories and product items under the root category. |
java.lang.String |
getRootChildrenRestricted(int numResults)
Returns an XML document of all the categories and product items under the root category. |
java.lang.String |
keywordSearch(java.lang.String keyword)
Returns product item information populated with category and ancestor information for a set of keywords. |
java.lang.String |
keywordSearchRestricted(java.lang.String keyword,
int numResults)
Returns product item information populated with category and ancestor information for a set of keywords for the first numResults results. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
| Method Detail |
public java.lang.String getAllChildren(java.lang.String categoryKey,
boolean addAncestorInfo)
throws java.rmi.RemoteException
categoryKey - String representation of category key concerned.addAncestorInfo - if true adds ancestor info to the category children.
public java.lang.String getAllChildrenRestricted(java.lang.String categoryKey,
boolean addAncestorInfo,
int numResults)
throws java.rmi.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
public java.lang.String getRootChildren()
throws java.rmi.RemoteException
public java.lang.String getRootChildrenRestricted(int numResults)
throws java.rmi.RemoteException
numResults.
numResults - number of results to be returned.
public java.lang.String getCategoryInfo(java.lang.String productItemKey)
throws java.rmi.RemoteException
productItemKey - String representation of product item key concerned.
public java.lang.String keywordSearch(java.lang.String keyword)
throws java.rmi.RemoteException
keyword - Search keyword(s).
public java.lang.String keywordSearchRestricted(java.lang.String keyword,
int numResults)
throws java.rmi.RemoteException
numResults results.
keyword - Search keyword(s).numResults - number of results to be returned.
public java.lang.String expressionSearch(java.lang.String expression)
throws java.rmi.RemoteException
expression - Search expression.
public java.lang.String expressionSearchRestricted(java.lang.String expression,
int numResults)
throws java.rmi.RemoteException
numResults results.
expression - Search expression.numResults - number of results to be returned.
public java.lang.String expressionSearchSKU(java.lang.String expression)
throws java.rmi.RemoteException
expression - SKU Search expression.
public java.lang.String expressionSearchSKURestricted(java.lang.String expression,
int numResults)
throws java.rmi.RemoteException
numResults results.
expression - SKU Search expression.numResults - number of results to be returned.
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||