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

Method Summary

public PagePersonalizationIdentifier
getPagePersonalizationIdentifier()
Returns the PagePersonalizationIdentifier that identifies the personalization that this object is contained within.
public PortletIdentifier
getPortletIdentifier()
Returns the PortletIdentifier that identifies the portlet that this PortletPersonalization is a personalization of.
 
Methods from interface com.bea.portal.model.Identifier
getId
 
Methods from interface com.bea.portal.model.PageScopedObject
getPageIdentifier
 
Methods from interface com.bea.portal.model.PortalScopedObject
getPortalIdentifier
 
Methods from interface com.bea.portal.model.ProfileScopedObject
getProfileIdentity
   

Method Detail

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.