PagePersonalizationIdentifier Interface

com.bea.portal.model
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

Method Summary

public PageIdentifier
getPageIdentifier()
Returns the PageIdentifier that identifies the page that this PagePersonalization is a personalization of.
public PortalPersonalizationIdentifier
getPortalPersonalizationIdentifier()
Returns the PortalPersonalizationIdentifier that identifies the personalization that this object is contained within.
 
Methods from interface com.bea.portal.model.Identifier
getId
 
Methods from interface com.bea.portal.model.PortalScopedObject
getPortalIdentifier
 
Methods from interface com.bea.portal.model.ProfileScopedObject
getProfileIdentity
   

Method Detail

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.