java.lang.Object | +--com.ibm.commerce.catalog.objimpl.ProductBeanBase | +--com.ibm.commerce.catalog.objects.ProductBean
Bean implementation class for Enterprise Bean: Product
Constructor Summary | |
---|---|
ProductBean() |
Method Summary | |
---|---|
java.util.Hashtable |
_copyFromEJB() _copyFromEJB |
void |
_copyToEJB(java.util.Hashtable h) _copyToEJB |
protected
java.util.Vector |
_getLinks() This method was generated for supporting the associations. |
protected
void |
_initLinks() This method was generated for supporting the associations. |
com.ibm.commerce.catalog.objects.CatalogEntryKey |
ejbCreate(java.lang.Long argCatalogEntryReferenceId) Insert the method's description here. |
com.ibm.commerce.catalog.objects.CatalogEntryKey |
ejbCreate(java.lang.String argPartNumber,
java.lang.Long argMemberId) Insert the method's description here. |
void |
ejbPostCreate(java.lang.Long argCatalogEntryReferenceId) Insert the method's description here. |
void |
ejbPostCreate(java.lang.String argPartNumber,
java.lang.Long argMemberId) Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ProductBean()
Method Detail |
---|
public java.util.Hashtable _copyFromEJB()
public void _copyToEJB(java.util.Hashtable h)
protected java.util.Vector _getLinks()
protected void _initLinks()
public com.ibm.commerce.catalog.objects.CatalogEntryKey ejbCreate(java.lang.Long argCatalogEntryReferenceId) throws javax.ejb.CreateException, javax.naming.NamingException, javax.ejb.FinderException
argCatalogEntryReferenceId
- java.lang.Longjavax.ejb.CreateException
- The exception description.java.rmi.RemoteException
- The exception description.javax.naming.NamingException
- The exception description.javax.ejb.FinderException
- The exception
description.public com.ibm.commerce.catalog.objects.CatalogEntryKey ejbCreate(java.lang.String argPartNumber, java.lang.Long argMemberId) throws javax.ejb.CreateException, javax.naming.NamingException, javax.ejb.FinderException
argPartNumber
- java.lang.StringargMemberId
- java.lang.Longjavax.ejb.CreateException
- The exception description.java.rmi.RemoteException
- The exception description.javax.naming.NamingException
- The exception description.javax.ejb.FinderException
- The exception
description.public void ejbPostCreate(java.lang.Long argCatalogEntryReferenceId)
argCatalogEntryReferenceId
- java.lang.Longjava.rmi.RemoteException
- The exception
description.public void ejbPostCreate(java.lang.String argPartNumber, java.lang.Long argMemberId)
argPartNumber
- java.lang.StringargMemberId
- java.lang.Longjava.rmi.RemoteException
- The exception
description.