|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beasys.commerce.foundation.SessionImpl
com.beasys.commerce.ebusiness.catalog.webservice.CatalogWSImpl
| Field Summary |
| Fields inherited from class com.beasys.commerce.foundation.SessionImpl |
_ctx, _environmentNamingContext, _environmentPropertyCache, _isDirty |
| Constructor Summary | |
CatalogWSImpl()
|
|
| Method Summary | |
void |
ejbActivate()
ejbActivate method. |
void |
ejbCreate()
ejbCreate method. |
void |
ejbPassivate()
ejbPassivate method. |
void |
ejbPostCreate()
ejbPostCreate method. |
void |
ejbRemove()
ejbRemove method. |
String |
expressionSearch(String expression)
Returns product item information populated with category and ancestor information for a search expression for the first 100 results. |
String |
expressionSearchRestricted(String expression,
int numResults)
Returns product item information populated with category and ancestor information for a search expression for the first numResults results. |
String |
expressionSearchSKU(String expression)
Returns product item information populated with category and ancestor information for a SKU search expression. |
String |
expressionSearchSKURestricted(String expression,
int numResults)
Returns product item information populated with category and ancestor information for a SKU search expression for the first numResults results. |
String |
getAllChildren(String categoryKey,
boolean addAncestorInfo)
Returns an XML document of the first 100 categories and 100 product items under a given category. |
String |
getAllChildrenRestricted(String categoryKey,
boolean addAncestorInfo,
int numResults)
Returns an XML document of all the categories and product items under a given category. |
String |
getCategoryInfo(String productItemKey)
Returns ancestor information for all the categories a product item resides in. |
String |
getRootChildren()
Returns an XML document of the first 100 categories and 100 product items under the root category. |
String |
getRootChildrenRestricted(int numResults)
Returns an XML document of all the categories and product items under the root category. |
String |
keywordSearch(String keyword)
Returns product item information populated with category and ancestor information for a set of keywords for the first 100 results. |
String |
keywordSearchRestricted(String keywords,
int numResults)
Returns product item information populated with category and ancestor information for a set of keywords for the first numResults results. |
void |
setSessionContext(SessionContext ctx)
setSessionContext method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CatalogWSImpl()
| Method Detail |
public void ejbActivate()
throws EJBException
SessionImpl
ejbActivate in interface SessionBeanejbActivate in class SessionImplEJBException
public void ejbCreate()
throws CreateException
SessionImpl
ejbCreate in class SessionImplCreateException
public void ejbPassivate()
throws EJBException
SessionImpl
ejbPassivate in interface SessionBeanejbPassivate in class SessionImplEJBException
public void ejbPostCreate()
throws CreateException
SessionImpl
ejbPostCreate in class SessionImplCreateException
public void ejbRemove()
throws EJBException
SessionImpl
ejbRemove in interface SessionBeanejbRemove in class SessionImplEJBException
public String expressionSearch(String expression)
throws RemoteException
expression - Search expression.
RemoteException
public String expressionSearchRestricted(String expression,
int numResults)
throws RemoteException
numResults results.
expression - Search expression.numResults - number of results to be returned.
RemoteException
public String expressionSearchSKU(String expression)
throws RemoteException
expression - SKU Search expression.
RemoteException
public String expressionSearchSKURestricted(String expression,
int numResults)
throws RemoteException
numResults results.
expression - SKU Search expression.numResults - number of results to be returned.
RemoteException
public 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
public 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
public String getCategoryInfo(String productItemKey)
throws RemoteException
productItemKey - String representation of product item key concerned.
RemoteException
public String getRootChildren()
throws RemoteException
RemoteException
public String getRootChildrenRestricted(int numResults)
throws RemoteException
numResults categories and product items .
numResults - number of results to be returned.
RemoteException
public String keywordSearch(String keyword)
throws RemoteException
keyword - Search keyword(s).
RemoteException
public String keywordSearchRestricted(String keywords,
int numResults)
throws RemoteException
numResults results.
numResults - number of results to be returned.
RemoteException
public void setSessionContext(SessionContext ctx)
throws EJBException
SessionImpl
setSessionContext in interface SessionBeansetSessionContext in class SessionImplEJBException
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||