java.lang.Object | +--InterestItemListBeanBase | +--com.ibm.commerce.catalog.objects.InterestItemListBean
This EJB defines an interest item list. There could be multiple interestitems associated with each interest item list
Constructor Summary | |
---|---|
InterestItemListBean() |
Method Summary | |
---|---|
java.util.Hashtable |
_copyFromEJB() This method was generated by the VisualAge for Java EJB AccessBean tool. |
void |
_copyToEJB(java.util.Hashtable h) This method was generated by the VisualAge for Java EJB AccessBean tool. |
void |
ejbActivate() ejbActivate method comment |
com.ibm.commerce.catalog.objects.InterestItemListKey |
ejbCreate(java.lang.Long userReferenceNumber,
java.lang.String description) ejbCreate method for a CMP entity bean |
com.ibm.commerce.catalog.objects.InterestItemListKey |
ejbCreate(java.lang.Long userReferenceNumber,
java.lang.String description,
java.lang.Double displaySequenceNumber) ejbCreate method for a CMP entity bean |
void |
ejbLoad() ejbLoad method comment |
void |
ejbPassivate() ejbPassivate method comment |
void |
ejbPostCreate(java.lang.Long userReferenceNumber,
java.lang.String description) ejbPostCreate method for a CMP entity bean |
void |
ejbPostCreate(java.lang.Long userReferenceNumber,
java.lang.String description,
java.lang.Double displaySequenceNumber) ejbPostCreate method for a CMP entity bean |
void |
ejbRemove() ejbRemove method comment |
void |
ejbStore() ejbStore method comment |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public InterestItemListBean()
Method Detail |
---|
public java.util.Hashtable _copyFromEJB()
public void _copyToEJB(java.util.Hashtable h)
public void ejbActivate()
java.rmi.RemoteException
- The exception
description.public com.ibm.commerce.catalog.objects.InterestItemListKey ejbCreate(java.lang.Long userReferenceNumber, java.lang.String description) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
javax.ejb.CreateException
- The exception description.java.rmi.RemoteException
- The exception description.javax.ejb.FinderException
javax.naming.NamingException
public com.ibm.commerce.catalog.objects.InterestItemListKey ejbCreate(java.lang.Long userReferenceNumber, java.lang.String description, java.lang.Double displaySequenceNumber) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
javax.ejb.CreateException
- The exception description.java.rmi.RemoteException
- The exception description.javax.ejb.FinderException
javax.naming.NamingException
public void ejbLoad()
java.rmi.RemoteException
- The exception
description.public void ejbPassivate()
java.rmi.RemoteException
- The exception
description.public void ejbPostCreate(java.lang.Long userReferenceNumber, java.lang.String description)
java.rmi.RemoteException
- The exception
description.public void ejbPostCreate(java.lang.Long userReferenceNumber, java.lang.String description, java.lang.Double displaySequenceNumber)
java.rmi.RemoteException
- The exception
description.public void ejbRemove() throws javax.ejb.RemoveException
java.rmi.RemoteException
- The exception description.javax.ejb.RemoveException
- The exception
description.public void ejbStore()
java.rmi.RemoteException
- The exception
description.