PersonalizedObject Interface
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.
-
All Known Subinterfaces
-
com.bea.portal.model.MutablePagePersonalization
, com.bea.portal.model.MutablePortalPersonalization
, com.bea.portal.model.MutablePortletPersonalization
, com.bea.portal.model.PagePersonalization
, com.bea.portal.model.PersonalizedResource
, com.bea.portal.model.PortalPersonalization
, com.bea.portal.model.PortletPersonalization
getDisplayName() Method
public String
getDisplayName()
Returns a user defined display name for this object as a
String
.
Returns
- the display name for this object.
getProfileIdentity() Method
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.