Uses of Interface
com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb.ProfileMgr

Packages that use ProfileMgr
com.sun.j2ee.blueprints.petstore.control.ejb   
com.sun.j2ee.blueprints.petstore.control.web   
com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb   
 

Uses of ProfileMgr in com.sun.j2ee.blueprints.petstore.control.ejb
 

Methods in com.sun.j2ee.blueprints.petstore.control.ejb that return ProfileMgr
 ProfileMgr ShoppingClientControllerEJB.getProfileMgr()
           
 ProfileMgr ShoppingClientController.getProfileMgr()
           
 

Uses of ProfileMgr in com.sun.j2ee.blueprints.petstore.control.web
 

Methods in com.sun.j2ee.blueprints.petstore.control.web that return ProfileMgr
 ProfileMgr ShoppingClientControllerWebImpl.getProfileMgrEJB()
           
 ProfileMgr ModelManager.getProfileMgrEJB()
           
 

Uses of ProfileMgr in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb
 

Methods in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb that return ProfileMgr
 ProfileMgr ProfileMgrHome.create(java.lang.String userId, ExplicitInformation eInfo)
           
 ProfileMgr ProfileMgrHome.findByPrimaryKey(java.lang.String userId)
           
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.