Class com.ibm.commerce.order.objects. OrderBean

Removed Methods
EntityContext  getEntityContext () getEntityContext method comment
void  setEntityContext (EntityContext) setEntityContext method comment
void  unsetEntityContext () unsetEntityContext method comment
   
Changed Methods
void  ejbLoad () Change in exceptions thrown from RemoteException to no exceptions.
ejbLoad method comment
void  ejbStore () Change in exceptions thrown from RemoteException to no exceptions.
ejbStore method comment
boolean  fulfills (Long, String) Change in exceptions thrown from (Exception, RemoteException) to Exception.
 
OrderKey  ejbCreate (Long, Integer, Double, BigDecimal, Timestamp) Change in return type from void to OrderKey.
Change in exceptions: RemoteException was removed..
@return void
OrderKey  ejbCreate (Long, Integer, Double, Timestamp) Change in return type from void to OrderKey.
Change in exceptions: RemoteException was removed..
@return void
OrderKey  ejbCreate (Long, Integer, Timestamp) Change in return type from void to OrderKey.
Change in exceptions: RemoteException was removed..
Insert the method's description here.
void  ejbPostCreate (Long, Integer, Double, BigDecimal, Timestamp) Change in exceptions thrown from RemoteException to no exceptions.
ejbPostCreate method for a CMP entity bean
void  ejbPostCreate (Long, Integer, Double, Timestamp) Change in exceptions thrown from RemoteException to no exceptions.
ejbPostCreate method for a CMP entity bean
void  ejbPostCreate (Long, Integer, Timestamp) Change in exceptions thrown from RemoteException to no exceptions.
ejbPostCreate method for a CMP entity bean