com.bea.portal.model
Interface PagePersonalizationIdentifier
- All Superinterfaces:
- Identifier, PersonalizationIdentifier, PortalScopedObject, ProfileScopedObject, Serializable
- public interface PagePersonalizationIdentifier
- extends PersonalizationIdentifier
Interface PagePersonalizationIdentifier is used to uniquely
identify a PagePersonalization object across all portals.
getPageIdentifier
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
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.
Copyright © 2003 BEA Systems, Inc. All Rights Reserved