© 2002 BEA Systems, Inc.


com.bea.portal.model
Interface PersonalizedObject

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

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
 java.lang.String getDisplayName()
          Returns a user defined display name for this object as a String.
 ProfileIdentity getProfileIdentity()
          Returns the ProfileIdentity for the user or group that this personalization is on behalf of.
 

Method Detail

getProfileIdentity

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

Returns:
the identity that this personalization is for.

getDisplayName

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

Returns:
the display name for this object.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved