CatalogService Interface
- public interface CatalogService
extends Session
This is the base service interface for all Catalog-related services.
It contains common functionality that all Catalog services must expose;
therefore, all Catalog service interfaces should extend this interface.
Related Topics
CatalogManager
CatalogServiceHome
CatalogServiceImpl
-
All Superinterfaces
-
BusinessSmartComponent
, EJBObject
, Remote
, Serializable
, Session
-
All Known Subinterfaces
-
CatalogManager
, CatalogQueryManager
, CategoryManager
, CustomDataManager
, EpmCustomDataManager
, JdbcCatalogQueryManager
, JdbcCatalogService
, JdbcCategoryManager
, JdbcProductItemManager
, ProductItemManager
getCatalogManager() Method
public CatalogManager
getCatalogManager()
throws RemoteException
Returns a instance of the CatalogManager
.
Returns
- An instance of the
CatalogManager
.
Exceptions
-
RemoteException
- on remote error.