Uses of Class
com.sun.j2ee.blueprints.petstore.personalize.util.ExplicitInformation

Packages that use ExplicitInformation
com.sun.j2ee.blueprints.petstore.control.event   
com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb   
com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model   
 

Uses of ExplicitInformation in com.sun.j2ee.blueprints.petstore.control.event
 

Methods in com.sun.j2ee.blueprints.petstore.control.event that return ExplicitInformation
 ExplicitInformation AccountEvent.getExplicitInformation()
           
 

Methods in com.sun.j2ee.blueprints.petstore.control.event with parameters of type ExplicitInformation
 void AccountEvent.setInfo(java.lang.String userId, java.lang.String password, java.lang.String status, ContactInformation info, ExplicitInformation eInfo)
           
 void AccountEvent.setInfo(java.lang.String userId, ContactInformation info, ExplicitInformation eInfo)
           
 

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

Methods in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb that return ExplicitInformation
 ExplicitInformation ProfileMgrDAO.getExplicitInformation()
           
 

Methods in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb with parameters of type ExplicitInformation
 ProfileMgr ProfileMgrHome.create(java.lang.String userId, ExplicitInformation eInfo)
           
 void ProfileMgrDAO.setExplicitInformation(ExplicitInformation eInfo)
           
 java.lang.String ProfileMgrEJB.ejbCreate(java.lang.String userId, ExplicitInformation eInfo)
           
 void ProfileMgrEJB.ejbPostCreate(java.lang.String userId, ExplicitInformation eInfo)
           
 void ProfileMgrEJB.updateExplicitInformation(ExplicitInformation eInfo)
           
 void ProfileMgr.updateExplicitInformation(ExplicitInformation eInfo)
          updates the explicit profile information for a user
 

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

Methods in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model that return ExplicitInformation
 ExplicitInformation ProfileMgrModel.getExplicitInformation()
           
 

Constructors in com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model with parameters of type ExplicitInformation
ProfileMgrModel.ProfileMgrModel(java.lang.String userId, ExplicitInformation eInfo)
           
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.