|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface PagePersonalization represents the personalization
of a Page for a given identity. In the same way that a
ProfileIdentity can represent either a usergroup or a user
within a usergroup, so a PagePersonalization can represent the
personalization of a Page for either a usergroup or a user
within a usergroup.
| Method Summary | |
String |
getDisplayType()
Deprecated. |
PagePersonalizationIdentifier |
getIdentifier()
Deprecated. Returns the unique identifier for this PagePersonalization. |
int |
getIndex()
Deprecated. Returns the index of this page for this user or group, determining the order in which the tab for this page appears during rendering. |
LayoutIdentifier |
getLayout()
Deprecated. Returns the layout template to be used on this page for this user or group. |
List |
getLayouts()
Deprecated. Returns a List of LayoutIdentifier objects
for the layouts available for selection on this page. |
PageIdentifier |
getPageIdentifier()
Deprecated. Returns the identifier for the Page that this is a
personalization of. |
PortletPersonalization |
getPortletPersonalization(PortletIdentifier portletId)
Deprecated. Returns the PortletPersonalization corresponding to the
PortletIdentifier specified or null if not found. |
Iterator |
getPortletPersonalizations()
Deprecated. Returns an Iterator over the set of
PortletPersonalizations that are contained by this page for
this identity. |
Boolean |
isAvailable()
Deprecated. Determines whether this page is currently specified as available for this user or group. |
Boolean |
isDisplayMutable()
Deprecated. |
Boolean |
isEntitled()
Deprecated. Determines whether this page currently has any entitlements defined against it. |
Boolean |
isMandatory()
Deprecated. Determines whether this page is currently specified as mandatory for this user or group. |
Boolean |
isVisible()
Deprecated. Determines whether this page is currently specified as visible for this user or group. |
| Methods inherited from interface com.bea.portal.model.PortalResource |
getResourceIdentifier |
| Methods inherited from interface com.bea.portal.model.PortalScopedObject |
getPortalIdentifier |
| Methods inherited from interface com.bea.portal.model.PersonalizedObject |
getDisplayName, getProfileIdentity |
| Method Detail |
public String getDisplayType()
public PagePersonalizationIdentifier getIdentifier()
PagePersonalization.
public int getIndex()
int representing the index of this page.public LayoutIdentifier getLayout()
null (only valid for a user
customization) indicates that the user has not specified a layout.
public List getLayouts()
List of LayoutIdentifier objects
for the layouts available for selection on this page.
Note: This is only be defined for group personalizations
and will return null for a user personalization.
public PageIdentifier getPageIdentifier()
Page that this is a
personalization of.
public PortletPersonalization getPortletPersonalization(PortletIdentifier portletId)
PortletPersonalization corresponding to the
PortletIdentifier specified or null if not found.
portletId - identifier for portlet personalization required.
PortletPersonalization specified.public Iterator getPortletPersonalizations()
Iterator over the set of
PortletPersonalizations that are contained by this page for
this identity.
public Boolean isAvailable()
null (only valid for a user
customization) indicates that the user has not specified whether or not
this page should be available.
public Boolean isDisplayMutable()
public Boolean isEntitled()
public Boolean isMandatory()
null (only valid for a user
customization) indicates that the user has not specified whether or not
this page should be mandatory.
public Boolean isVisible()
null (only valid for a user
customization) indicates that the user has not specified whether or not
this page should be visible.
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||