PagePersonalizationIdentifier Interface
- public interface PagePersonalizationIdentifier
extends PersonalizationIdentifier
Interface PagePersonalizationIdentifier
is used to uniquely
identify a PagePersonalization
object across all portals.
-
All Superinterfaces
-
Identifier
, PersonalizationIdentifier
, PortalScopedObject
, ProfileScopedObject
, Serializable
getPageIdentifier() Method
public PageIdentifier
getPageIdentifier()
Returns the PageIdentifier
that identifies the page that
this PagePersonalization
is a personalization of.
Returns
- the page that this object is a personalization of.
getPortalPersonalizationIdentifier() Method
public PortalPersonalizationIdentifier
getPortalPersonalizationIdentifier()
Returns the PortalPersonalizationIdentifier
that identifies
the personalization that this object is contained within.
Returns
- the portal personalization that this page personalization is in.