|
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 | ||||||||
java.lang.Objectcom.beasys.commerce.foundation.SessionImpl
com.beasys.commerce.ebusiness.catalog.service.CatalogServiceImpl
com.beasys.commerce.ebusiness.catalog.service.item.CMProductItemManagerBean
@Deprecated public class CMProductItemManagerBean
| Field Summary |
|---|
| Fields inherited from class com.beasys.commerce.ebusiness.catalog.service.CatalogServiceImpl |
|---|
CATALOG_MANAGER_HOME, CATALOG_QUERY_DELEGATE, CATEGORY_DELEGATE, CUSTOM_DATA_DELEGATE, PRODUCT_ITEM_DELEGATE |
| Fields inherited from class com.beasys.commerce.foundation.SessionImpl |
|---|
_ctx, _environmentNamingContext, _environmentPropertyCache, _isDirty |
| Constructor Summary | |
|---|---|
CMProductItemManagerBean()
Deprecated |
|
| Method Summary | |
|---|---|
void |
createItem(CatalogRequest request,
ProductItem product)
Deprecated Creates a new product item. |
ProductItem |
getItem(CatalogRequest request,
ProductItemKey productKey)
Deprecated Returns the product item with the specified key. |
int |
getItemCount(CatalogRequest request)
Deprecated Returns the number of product items in the product catalog. |
ProductItemKey[] |
getItemKeys(CatalogRequest request,
int beginIndex,
int endIndex)
Deprecated Returns an array over all existing product item keys within the specified ordered range. |
ViewIterator |
getItems(CatalogRequest request,
int viewSize)
Deprecated Returns a ViewIterator over all existing product items. |
ProductItem[] |
getItems(CatalogRequest request,
ProductItemKey[] productKeys)
Deprecated Returns the product items with the given product item keys. |
String[] |
getKeywords(CatalogRequest request,
ProductItemKey productKey)
Deprecated Returns the keywords associated with a given product item. |
protected ProductItemManagerBusiness |
getProductItemManagerDelegate()
Deprecated |
void |
removeItem(CatalogRequest request,
ProductItemKey productKey)
Deprecated Removes a product item. |
void |
setKeywords(CatalogRequest request,
ProductItemKey productKey,
String[] keywords)
Deprecated Sets the keywords for a given product item. |
void |
updateItem(CatalogRequest request,
ProductItem product)
Deprecated Updates a product item. |
| Methods inherited from class com.beasys.commerce.ebusiness.catalog.service.CatalogServiceImpl |
|---|
ejbActivate, ejbCreate, ejbPassivate, ejbPostCreate, ejbRemove, getCatalogManager, getCatalogManagerJndiName, getConfigBean, setDelegateName, setSessionContext, validateAuthorization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMProductItemManagerBean()
| Method Detail |
|---|
protected ProductItemManagerBusiness getProductItemManagerDelegate()
throws CatalogException
CatalogException
public int getItemCount(CatalogRequest request)
throws RemoteException,
CatalogException
ProductItemManagerBusiness
getItemCount in interface ProductItemManagerBusinessrequest - The catalog request object
CatalogException - on general error.
RemoteException
public ProductItem getItem(CatalogRequest request,
ProductItemKey productKey)
throws RemoteException,
CatalogFinderException,
CatalogException
ProductItemManagerBusiness
getItem in interface ProductItemManagerBusinessrequest - The catalog request object.productKey - The key of the target product.
CatalogFinderException - if the product item could
not be found.
CatalogException - on general error.
RemoteException
public ProductItem[] getItems(CatalogRequest request,
ProductItemKey[] productKeys)
throws RemoteException,
CatalogFinderException,
CatalogException
ProductItemManagerBusiness
getItems in interface ProductItemManagerBusinessrequest - The catalog request object.productKeys - The keys of the target product items.
CatalogFinderException - if a product item with a given key does not exist.
CatalogException - on general error.
RemoteException
public ProductItemKey[] getItemKeys(CatalogRequest request,
int beginIndex,
int endIndex)
throws RemoteException,
CatalogException
ProductItemManagerBusiness
getItemKeys in interface ProductItemManagerBusinessrequest - The catalog request object.beginIndex - The lower bound index for returned product item keys.endIndex - The upper bound index for returned product item keys.
CatalogException - on general error.
RemoteException
public ViewIterator getItems(CatalogRequest request,
int viewSize)
throws RemoteException,
CatalogException
ProductItemManagerBusiness
getItems in interface ProductItemManagerBusinessrequest - The catalog request object.viewSize - The view size of the returned ViewIterator.
CatalogException - on general error.
RemoteException
public String[] getKeywords(CatalogRequest request,
ProductItemKey productKey)
throws RemoteException,
CatalogFinderException,
CatalogException
ProductItemManagerBusiness
getKeywords in interface ProductItemManagerBusinessrequest - The catalog request object.productKey - The key of the target product.
CatalogFinderException - if the product item could not be found.
CatalogException - on general error.
RemoteException
public void setKeywords(CatalogRequest request,
ProductItemKey productKey,
String[] keywords)
throws RemoteException,
CatalogFinderException,
CatalogException
ProductItemManagerBusiness
setKeywords in interface ProductItemManagerBusinessrequest - The catalog request object.productKey - The key of the target product.keywords - The keywords to associate with the given product item.
CatalogFinderException - if the product item could not be found.
CatalogException - on general error.
RemoteException
public void createItem(CatalogRequest request,
ProductItem product)
throws RemoteException,
CatalogCreateException,
CatalogException
ProductItemManagerBusiness
createItem in interface ProductItemManagerBusinessrequest - The catalog request object.product - The product item to persist.
CatalogCreateException - if the product item could
not be created.
CatalogException - on general error.
RemoteException
public void updateItem(CatalogRequest request,
ProductItem product)
throws RemoteException,
CatalogFinderException,
CatalogException
ProductItemManagerBusiness
updateItem in interface ProductItemManagerBusinessrequest - The catalog request object.product - The product item to update.
CatalogFinderException - if the product item could not be found.
CatalogException - on general error.
RemoteException
public void removeItem(CatalogRequest request,
ProductItemKey productKey)
throws RemoteException,
CatalogRemoveException,
CatalogFinderException,
CatalogException
ProductItemManagerBusiness
removeItem in interface ProductItemManagerBusinessrequest - The catalog request object.productKey - key of the product item to remove.
CatalogRemoveException - if the product item could
not be removed.
CatalogFinderException - if the product item could not be found.
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 | ||||||||