com.beasys.commerce.ebusiness.catalog.service.item
Interface ProductItemManagerHome

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

Deprecated See BEA Commerce product offering

@Deprecated
public interface ProductItemManagerHome
extends SmartEJBHome

The home interface for the ProductItemManager Session EJB. Use this class to create ProductItemManager instances.

See Also
ProductItemManager

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

Method Detail

create

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

Create a new ProductItemManager EJB.

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved