|
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 | ||||||||
@Deprecated public interface CatalogManagerBusiness
| Method Summary | |
|---|---|
CatalogRequest |
createAdminCatalogRequest()
Deprecated Creates a CatalogRequest with administrative user access permissions. |
CatalogRequest |
createCatalogRequest()
Deprecated Creates a CatalogRequest with default user access permissions. |
CatalogQueryManager |
getCatalogQueryManager(CatalogRequest request)
Deprecated Returns the CatalogQueryManager catalog service. |
CategoryManager |
getCategoryManager(CatalogRequest request)
Deprecated Returns the CategoryManager catalog service. |
CustomDataManager |
getCustomDataManager(CatalogRequest request)
Deprecated Returns the CustomDataManager catalog service. |
ProductItemManager |
getProductItemManager(CatalogRequest request)
Deprecated Returns the ProductItemManager catalog service. |
void |
onRemoveItem(CatalogRequest request,
CatalogItemKey itemKey)
Deprecated 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 © 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 | ||||||||