CatalogService Interface

com.beasys.commerce.ebusiness.catalog.service
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

Method Summary

public CatalogManager
getCatalogManager()
Returns a instance of the CatalogManager.
 
Methods from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
   

Method Detail

getCatalogManager() Method

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

Returns

An instance of the CatalogManager.

Exceptions

RemoteException
on remote error.