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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserHelper.ConfigurableEntityProfileWrapper
public UserHelper.ConfigurableEntityProfileWrapper(ConfigurableEntity e)
- Constructor.
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
Copyright © 2001 BEA Systems, Inc. All Rights Reserved