|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CatalogManagerBusiness
| Method Summary | |
|---|---|
CatalogRequest |
createAdminCatalogRequest()
Creates a CatalogRequest with administrative user access permissions. |
CatalogRequest |
createCatalogRequest()
Creates a CatalogRequest with default user access permissions. |
CatalogQueryManager |
getCatalogQueryManager(CatalogRequest request)
Returns the CatalogQueryManager catalog service. |
CategoryManager |
getCategoryManager(CatalogRequest request)
Returns the CategoryManager catalog service. |
CustomDataManager |
getCustomDataManager(CatalogRequest request)
Returns the CustomDataManager catalog service. |
ProductItemManager |
getProductItemManager(CatalogRequest request)
Returns the ProductItemManager catalog service. |
void |
onRemoveItem(CatalogRequest request,
CatalogItemKey itemKey)
Callback method. |
| Method Detail |
|---|
CategoryManager getCategoryManager(CatalogRequest request)
throws RemoteException
request - the user's current CatalogRequest
RemoteExceptionCategoryManager,
createCatalogRequest(),
createAdminCatalogRequest()
ProductItemManager getProductItemManager(CatalogRequest request)
throws RemoteException
request - the user's current CatalogRequest
RemoteExceptionProductItemManager,
createCatalogRequest(),
createAdminCatalogRequest()
CatalogQueryManager getCatalogQueryManager(CatalogRequest request)
throws RemoteException
request - the user's current CatalogRequest
RemoteExceptionCatalogQueryManager,
createCatalogRequest(),
createAdminCatalogRequest()
CustomDataManager getCustomDataManager(CatalogRequest request)
throws RemoteException
request - the user's current CatalogRequest
RemoteExceptionCustomDataManager,
createCatalogRequest(),
createAdminCatalogRequest()
void onRemoveItem(CatalogRequest request,
CatalogItemKey itemKey)
throws RemoteException
CategoryManager.removeCategory and
ProductItemMananger.removeItem should notify the CatalogManager that the items
have been removed.
request - the current CatalogRequest for the useritemKey - the key for the item being removed
RemoteException
CatalogRequest createCatalogRequest()
throws RemoteException
RemoteExceptioncreateAdminCatalogRequest()
CatalogRequest createAdminCatalogRequest()
throws RemoteException
RemoteExceptioncreateCatalogRequest()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||