Removed Methods | |
void
ejbPostCreate
() |
ejbPostCreate method for a CMP entity bean |
EntityContext
getEntityContext
() |
getEntityContext method comment |
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() |
StoreContractKey
ejbCreate
(StoreContractKey ) |
Change in return type from void to
StoreContractKey .Change in exceptions thrown from ( CreateException,
RemoteException ) to CreateException . |
@see com.ibm.commerce.contract.objimpl.StoreContractBeanBase#ejbCreate(StoreContractKey) |
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
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() |
void
ejbPostCreate
(StoreContractKey ) |
Change in exceptions thrown from
RemoteException to no exceptions. |
Method ejbPostCreate. |