com.sun.j2ee.blueprints.petstore.control.web
Class ProfileMgrWebImpl

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model.ProfileMgrModel
        |
        +--com.sun.j2ee.blueprints.petstore.control.web.ProfileMgrWebImpl

public class ProfileMgrWebImpl
extends ProfileMgrModel
implements ModelUpdateListener

This class is the web-tier representation of the ProfileMgr.

See Also:
Serialized Form

Constructor Summary
ProfileMgrWebImpl()
           
ProfileMgrWebImpl(ModelManager mm)
           
 
Method Summary
 java.lang.String getBanner(java.lang.String favCategory)
           
 void performUpdate()
           
 
Methods inherited from class com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model.ProfileMgrModel
copy, getExplicitInformation, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileMgrWebImpl

public ProfileMgrWebImpl(ModelManager mm)

ProfileMgrWebImpl

public ProfileMgrWebImpl()
Method Detail

performUpdate

public void performUpdate()
Specified by:
performUpdate in interface ModelUpdateListener

getBanner

public java.lang.String getBanner(java.lang.String favCategory)
                           throws java.lang.Exception
Overrides:
getBanner in class ProfileMgrModel


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.