Class com.ibm.commerce.contract.objects. PurchaseLimitBean

Changed Methods
void  _removeLinks () Change in exceptions thrown from (RemoteException, RemoveException) to RemoveException.
Method _removeLinks.
void  ejbActivate () Change in exceptions thrown from RemoteException to no exceptions.
@see javax.ejb.EntityBean#ejbActivate()
PurchaseLimitKey  ejbCreate (Long, Long, Long, String) Change in return type from void to PurchaseLimitKey.
Change in exceptions: RemoteException was removed..
@see com.ibm.commerce.contract.objimpl.PurchaseLimitBeanBase#ejbCreate(Long Long Long String)
void  ejbLoad () Change in exceptions thrown from RemoteException to no exceptions.
@see com.ibm.commerce.base.objects.ECEntityBean#ejbLoad()
void  ejbPassivate () Change in exceptions thrown from RemoteException to no exceptions.
@see javax.ejb.EntityBean#ejbPassivate()
void  ejbPostCreate (Long, Long, Long, String) Change in signature from (Long, Long, Long, Integer) to (Long, Long, Long, String).
Change in exceptions thrown from RemoteException to no exceptions.
Method was inherited from PurchaseLimitBeanImpl , but is now defined locally.
@see com.ibm.commerce.contract.objimpl.PurchaseLimitBeanBase#ejbPostCreate(Long Long Long String)
void  ejbRemove () Change in exceptions thrown from (RemoteException, RemoveException) to RemoveException.
@see javax.ejb.EntityBean#ejbRemove()
void  ejbStore () Change in exceptions thrown from RemoteException to no exceptions.
@see com.ibm.commerce.base.objects.ECEntityBean#ejbStore()