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

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model.ProfileMgrModel
Direct Known Subclasses:
ProfileMgrWebImpl

public class ProfileMgrModel
extends java.lang.Object
implements java.io.Serializable

This class provides methods to view and modify personalization profile information for a particular user.

See Also:
Serialized Form

Constructor Summary
ProfileMgrModel()
           
ProfileMgrModel(java.lang.String userId, ExplicitInformation eInfo)
           
 
Method Summary
 void copy(ProfileMgrModel other)
          shallow copy
 java.lang.String getBanner(java.lang.String favCategory)
           
 ExplicitInformation getExplicitInformation()
           
 java.lang.String getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileMgrModel

public ProfileMgrModel(java.lang.String userId,
                       ExplicitInformation eInfo)

ProfileMgrModel

public ProfileMgrModel()
Method Detail

getUserId

public java.lang.String getUserId()

getExplicitInformation

public ExplicitInformation getExplicitInformation()

getBanner

public java.lang.String getBanner(java.lang.String favCategory)
                           throws java.lang.Exception

copy

public void copy(ProfileMgrModel other)
shallow copy


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.