com.beasys.commerce.ebusiness.catalog.service.category
Interface CategoryManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote, SmartEJBHome, SmartHome

Deprecated See BEA Commerce product offering

@Deprecated
public interface CategoryManagerHome
extends SmartEJBHome

The home interface for the CategoryManager Session Bean. The CategoryManager implementation bean should always be accessed through a CatalogManager.

See Also
CatalogManager

Method Summary
 CategoryManager create()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

CategoryManager create()
                       throws javax.ejb.CreateException,
                              RemoteException
Deprecated See BEA Commerce product offering

Create a new CategoryManager Session.

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved