com.beasys.commerce.ebusiness.catalog.service
Interface CatalogService

All Superinterfaces
BusinessSmartComponent, Serializable, Session
All Known Subinterfaces:
CatalogManager, CatalogQueryManager, CategoryManager, CustomDataManager, EpmCustomDataManager, JdbcCatalogQueryManager, JdbcCatalogService, JdbcCategoryManager, JdbcProductItemManager, ProductItemManager

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.

See Also
CatalogManager, CatalogServiceHome, CatalogServiceImpl

Method Summary
 CatalogManager getCatalogManager()
          Returns a instance of the CatalogManager.
 

Method Detail

getCatalogManager

CatalogManager getCatalogManager()
                                 throws RemoteException
Returns a instance of the CatalogManager.

Returns
An instance of the CatalogManager.
Throws
RemoteException - on remote error.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved