ProfileScopedObject Interface

com.bea.portal.model
ProfileScopedObject Interface

public interface ProfileScopedObject

Interface ProfileScopedObject represents an object which is scoped to a ProfileIdentity.


All Known Subinterfaces

PagePersonalizationIdentifier, PersonalizationIdentifier, PortalPersonalizationIdentifier, PortletPersonalizationIdentifier

Method Summary

public ProfileIdentity
getProfileIdentity()
Returns the ProfileIdentity identifying the identity that this object is scoped to.

Method Detail

getProfileIdentity() Method

public ProfileIdentity getProfileIdentity()
Returns the ProfileIdentity identifying the identity that this object is scoped to.

Returns

the identity that this object is scoped to.