© 2001 BEA Systems, Inc.

com.beasys.commerce.user
Class UserHelper.ConfigurableEntityProfileWrapper

java.lang.Object
  |
  +--com.beasys.commerce.user.UserHelper.ConfigurableEntityProfileWrapper
All Implemented Interfaces:
ProfileWrapper
Enclosing class:
UserHelper

public static class UserHelper.ConfigurableEntityProfileWrapper
extends java.lang.Object
implements ProfileWrapper

A ProfileWrapper for a ConfigurableEntity.


Constructor Summary
UserHelper.ConfigurableEntityProfileWrapper(ConfigurableEntity e)
          Constructor.
 
Method Summary
 ConfigurableEntity getProfile()
          Get the underlying profile object.
 java.lang.Object getProperty(java.lang.String propSet, java.lang.String name, ConfigurableEntity successor, java.lang.Object defValue)
          Get a property from the profile.
 ConfigurableEntity getSuccessor()
          Get the profile's successor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserHelper.ConfigurableEntityProfileWrapper

public UserHelper.ConfigurableEntityProfileWrapper(ConfigurableEntity e)
Constructor.
Method Detail

getProfile

public ConfigurableEntity getProfile()
Get the underlying profile object.
Specified by:
getProfile in interface ProfileWrapper
Following copied from interface: com.beasys.commerce.user.jsp.ProfileWrapper
Returns:
the wrapped profile

getSuccessor

public ConfigurableEntity getSuccessor()
Get the profile's successor.
Specified by:
getSuccessor in interface ProfileWrapper
Returns:
null.

getProperty

public java.lang.Object getProperty(java.lang.String propSet,
                                    java.lang.String name,
                                    ConfigurableEntity successor,
                                    java.lang.Object defValue)
Get a property from the profile.
Specified by:
getProperty in interface ProfileWrapper

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved