com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb
Class ProfileMgrEJB

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb.ProfileMgrEJB

public class ProfileMgrEJB
extends java.lang.Object
implements javax.ejb.EntityBean

Implementation of profile manager as an Entity Bean

See Also:
Serialized Form

Constructor Summary
ProfileMgrEJB()
           
 
Method Summary
 void ejbActivate()
           
 java.lang.String ejbCreate(java.lang.String userId, ExplicitInformation eInfo)
           
 java.lang.String ejbFindByPrimaryKey(java.lang.String key)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(java.lang.String userId, ExplicitInformation eInfo)
           
 void ejbRemove()
           
 void ejbStore()
           
 ProfileMgrModel getDetails()
           
 void setEntityContext(javax.ejb.EntityContext ec)
           
 void unsetEntityContext()
           
 void updateExplicitInformation(ExplicitInformation eInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileMgrEJB

public ProfileMgrEJB()
Method Detail

ejbCreate

public java.lang.String ejbCreate(java.lang.String userId,
                                  ExplicitInformation eInfo)
                           throws javax.ejb.CreateException

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
Specified by:
ejbRemove in interface javax.ejb.EntityBean

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ec)
Specified by:
setEntityContext in interface javax.ejb.EntityBean

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface javax.ejb.EntityBean

ejbFindByPrimaryKey

public java.lang.String ejbFindByPrimaryKey(java.lang.String key)
                                     throws javax.ejb.FinderException

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbPostCreate

public void ejbPostCreate(java.lang.String userId,
                          ExplicitInformation eInfo)
                   throws javax.ejb.DuplicateKeyException,
                          javax.ejb.CreateException

updateExplicitInformation

public void updateExplicitInformation(ExplicitInformation eInfo)

getDetails

public ProfileMgrModel getDetails()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.