Uses of Class
com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model.ProfileMgrModel

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

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

Subclasses of ProfileMgrModel in com.sun.j2ee.blueprints.petstore.control.web
 class ProfileMgrWebImpl
          This class is the web-tier representation of the ProfileMgr.
 

Methods in com.sun.j2ee.blueprints.petstore.control.web that return ProfileMgrModel
 ProfileMgrModel ShoppingClientControllerWebImpl.getProfileMgr()
           
 ProfileMgrModel ModelManager.getProfileMgrModel()
           
 

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

Methods in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb that return ProfileMgrModel
 ProfileMgrModel ProfileMgrEJB.getDetails()
           
 ProfileMgrModel ProfileMgr.getDetails()
           
 

Uses of ProfileMgrModel in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model
 

Methods in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model with parameters of type ProfileMgrModel
 void ProfileMgrModel.copy(ProfileMgrModel other)
          shallow copy
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.