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

@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 Returns a instance of the CatalogManager.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCatalogManager

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

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


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.