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() |
PolicyTCRelationKey
ejbCreate
(Long, Long |
Change in return type from void to
PolicyTCRelationKey .Change in exceptions thrown from ( CreateException,
RemoteException ) to CreateException . |
@see com.ibm.commerce.contract.objimpl.PolicyTCRelationBeanBase#ejbCreate(Long Long) |
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 |
Change in exceptions thrown from
RemoteException to no exceptions. |
The post create method for the bean. |
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() |