PortletPersonalizationIdentifier Interface
com.bea.portal.model
PortletPersonalizationIdentifier Interface
- public interface PortletPersonalizationIdentifier
extends PageScopedObject
, PersonalizationIdentifier
Interface PortletPersonalizationIdentifier
is used to uniquely
identify a PortletPersonalization
instance in the portal
framework.
-
All Superinterfaces
-
Identifier
, PageScopedObject
, PersonalizationIdentifier
, PortalScopedObject
, ProfileScopedObject
, Serializable
getPagePersonalizationIdentifier() Method
public PagePersonalizationIdentifier
getPagePersonalizationIdentifier()
Returns the PagePersonalizationIdentifier
that identifies
the personalization that this object is contained within.
Returns
- the page personalization that this portlet personalization is in
getPortletIdentifier() Method
public PortletIdentifier
getPortletIdentifier()
Returns the PortletIdentifier
that identifies the portlet
that this PortletPersonalization
is a personalization of.
Returns
- the portlet that this object is a personalization of.