com.beasys.commerce.ebusiness.catalog.webservice
Interface CatalogWS

All Superinterfaces
BusinessSmartComponent, javax.ejb.EJBObject, Remote, Serializable, Session

Deprecated See BEA Commerce product offering

@Deprecated
public interface CatalogWS
extends Session


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

getAllChildren

String getAllChildren(String categoryKey,
                      boolean addAncestorInfo)
                      throws RemoteException
Deprecated See BEA Commerce product offering

Returns an XML document of all the categories and product items under a given category. The category is identified by a string category key.

Parameters
categoryKey - String representation of category key concerned.
addAncestorInfo - if true adds ancestor info to the category children.
Returns
XML Document of categories and product items under categoryKey.
Throws
RemoteException

getAllChildrenRestricted

String getAllChildrenRestricted(String categoryKey,
                                boolean addAncestorInfo,
                                int numResults)
                                throws RemoteException
Deprecated See BEA Commerce product offering

Returns an XML document of all the categories and product items under a given category. The category is identified by a string category key. This call restricts the number of results to a specified number.

Parameters
categoryKey - String representation of category key concerned.
addAncestorInfo - if true adds ancestor info to the category children.
numResults - number of results to be returned
Returns
XML Document of categories and product items under categoryKey.
Throws
RemoteException

getRootChildren

String getRootChildren()
                       throws RemoteException
Deprecated See BEA Commerce product offering

Returns an XML document of all the categories and product items under the root category.

Returns
XML Document of categories and product items under categoryKey.
Throws
RemoteException

getRootChildrenRestricted

String getRootChildrenRestricted(int numResults)
                                 throws RemoteException
Deprecated See BEA Commerce product offering

Returns an XML document of all the categories and product items under the root category. Restricts the number of results to the first numResults.

Parameters
numResults - number of results to be returned.
Returns
XML Document of categories and product items under categoryKey.
Throws
RemoteException

getCategoryInfo

String getCategoryInfo(String productItemKey)
                       throws RemoteException
Deprecated See BEA Commerce product offering

Returns ancestor information for all the categories a product item resides in.

Parameters
productItemKey - String representation of product item key concerned.
Returns
XML Document of category information.
Throws
RemoteException

keywordSearch

String keywordSearch(String keyword)
                     throws RemoteException
Deprecated See BEA Commerce product offering

Returns product item information populated with category and ancestor information for a set of keywords.

Parameters
keyword - Search keyword(s).
Returns
XML Document of all information.
Throws
RemoteException

keywordSearchRestricted

String keywordSearchRestricted(String keyword,
                               int numResults)
                               throws RemoteException
Deprecated See BEA Commerce product offering

Returns product item information populated with category and ancestor information for a set of keywords for the first numResults results.

Parameters
keyword - Search keyword(s).
numResults - number of results to be returned.
Returns
XML Document of all information.
Throws
RemoteException

expressionSearch

String expressionSearch(String expression)
                        throws RemoteException
Deprecated See BEA Commerce product offering

Returns product item information populated with category and ancestor information for a search expression.

Parameters
expression - Search expression.
Returns
XML string of all information.
Throws
RemoteException

expressionSearchRestricted

String expressionSearchRestricted(String expression,
                                  int numResults)
                                  throws RemoteException
Deprecated See BEA Commerce product offering

Returns product item information populated with category and ancestor information for a search expression for the first numResults results.

Parameters
expression - Search expression.
numResults - number of results to be returned.
Returns
XML string of all information.
Throws
RemoteException

expressionSearchSKU

String expressionSearchSKU(String expression)
                           throws RemoteException
Deprecated See BEA Commerce product offering

Returns product item information populated with category and ancestor information for a SKU search expression.

Parameters
expression - SKU Search expression.
Returns
XML string of all information.
Throws
RemoteException

expressionSearchSKURestricted

String expressionSearchSKURestricted(String expression,
                                     int numResults)
                                     throws RemoteException
Deprecated See BEA Commerce product offering

Returns product item information populated with category and ancestor information for a SKU search expression for the first numResults results.

Parameters
expression - SKU Search expression.
numResults - number of results to be returned.
Returns
XML string of all information.
Throws
RemoteException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved