com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb
Interface ProfileMgr
- public interface ProfileMgr
- extends javax.ejb.EJBObject
This interface provides methods to view and modify personalization
information for a particular user.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
getDetails
public ProfileMgrModel getDetails()
throws java.rmi.RemoteException
- Returns:
- the personalization information corresponding to this user.
updateExplicitInformation
public void updateExplicitInformation(ExplicitInformation eInfo)
throws java.rmi.RemoteException
- updates the explicit profile information for a user
Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.