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

All Superinterfaces
BusinessSmartComponent, javax.ejb.EJBObject, Remote, Serializable, Session
All Known Subinterfaces:
CatalogManager, CatalogQueryManager, CategoryManager, CustomDataManager, EpmCustomDataManager, JdbcCatalogQueryManager, JdbcCatalogService, JdbcCategoryManager, JdbcProductItemManager, ProductItemManager

Deprecated See BEA Commerce product offering

@Deprecated
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()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCatalogManager

CatalogManager getCatalogManager()
                                 throws RemoteException
Deprecated See BEA Commerce product offering

Returns a instance of the CatalogManager.

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


Copyright © 2008 BEA Systems, Inc. All Rights Reserved