© 2005 BEA Systems, Inc.

com.bea.portal.model
Interface PersonalizedObject

All Known Subinterfaces:
MutablePagePersonalization, MutablePortalPersonalization, MutablePortletPersonalization, PagePersonalization, PersonalizedResource, PortalPersonalization, PortletPersonalization

Deprecated. com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

public interface PersonalizedObject

Interface PersonalizedObject is intended to be extended by all objects which can be customized by a user within the portal framework.


Method Summary
 String getDisplayName()
          Deprecated. Returns a user defined display name for this object as a String.
 ProfileIdentity getProfileIdentity()
          Deprecated. Returns the ProfileIdentity for the user or group that this personalization is on behalf of.
 

Method Detail

getDisplayName

public String getDisplayName()
Deprecated. 
Returns a user defined display name for this object as a String.

Returns:
the display name for this object.

getProfileIdentity

public ProfileIdentity getProfileIdentity()
Deprecated. 
Returns the ProfileIdentity for the user or group that this personalization is on behalf of.

Returns:
the identity that this personalization is for.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved