Class com.ibm.commerce.pvcdevices.objects. UserPVCDeviceBean

Removed Methods
void  ejbCreate (Long, String, Integer, Integer) @param aUserId Long
void  ejbPostCreate (Long, String, Integer, Integer) ejbPostCreate method for a CMP entity bean
EntityContext  getEntityContext () getEntityContext method comment
void  setEntityContext (EntityContext) setEntityContext method comment
void  unsetEntityContext () unsetEntityContext method comment
 
Changed Methods
void  ejbActivate () Change in exceptions thrown from RemoteException to no exceptions.
Initializes the mapping of the fields in the object to the columns of the table.
void  ejbLoad () Change in exceptions thrown from RemoteException to no exceptions.
Loads the data from a particular record in the table to the fields in the object.
void  ejbPassivate () Change in exceptions thrown from RemoteException to no exceptions.
This is an empty method because no the data is already persisted in the database so nothing needs to be done when the EJB is passivated.
void  ejbRemove () Change in exceptions thrown from (RemoteException, RemoveException) to RemoveException.
Removes the record the current object represents from the table.
void  ejbStore () Change in exceptions thrown from RemoteException to no exceptions.
Stores the information in the current object to a record in the table.