com.beasys.commerce.user.jsp
Interface ProfileWrapper
- All Known Implementing Classes:
- UserHelper.ConfigurableEntityProfileWrapper, AnonymousProfileBean, CachedProfileBean
- public interface ProfileWrapper
Interface used primarily to allow the rules engine to
differentiate the user profile from session and request
profiles. It is also the base class of CachedProfileBean, which
is used to access User/Group profile information in an HTTP Request.
getProfile
public ConfigurableEntity getProfile()
- Returns the wrapped profile.
- Returns:
- the wrapped profile
getSuccessor
public ConfigurableEntity getSuccessor()
- Returns the wrapped successor.
- Returns:
- the wrapped successor
getProperty
public java.lang.Object getProperty(java.lang.String propertySet,
java.lang.String propertyName,
ConfigurableEntity explicitSuccessor,
java.lang.Object defaultValue)
- Pass-through method that can override the wrapped
successor.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved