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() |
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() |
ContractKey
ejbCreate
(Long, Integer |
Change in return type from void to
ContractKey .Change in exceptions: RemoteException was removed.. |
@see com.ibm.commerce.contract.objimpl.ContractBeanBase#ejbCreate(Long Integer String Long) |
ContractKey
ejbCreate
(String, Integer |
Change in return type from void to
ContractKey .Change in exceptions: RemoteException was removed.. |
@see com.ibm.commerce.contract.objimpl.ContractBeanBase#ejbCreate(String Integer Integer Long Timestamp Timestamp) |
void
ejbPostCreate
(Long, Integer |
Change in exceptions thrown from
RemoteException to no exceptions. |
The postCreate method for the Contract bean. |
void
ejbPostCreate
(String,
Integer |
Change in exceptions thrown from
RemoteException to no exceptions. |
The postCreate method for the Contract bean. |