|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface MutablePortalPersonalization represents an editable
personalization of a Portal for a given identity.In the same
way that a ProfileIdentity can represent either a usergroup or
a user within a usergroup, so a MutablePortalPersonalization
can represent the mutable personalization of a Portal for
either a usergroup or a user within a usergroup.
PortalManager EJB.
| Method Summary | |
MutablePagePersonalization |
getMutablePagePersonalization(PageIdentifier pageId)
Deprecated. Returns a MutablePagePersonalization object for the
specified page and for the associated user. |
Iterator |
getMutablePagePersonalizations()
Deprecated. Returns an Iterator over all the
MutablePagePersonalization objects in this portal for the
associated user. |
void |
setHomePage(PageIdentifier homePage)
Deprecated. Specifies the page to use as a home page for this user or group. |
void |
setLayout(LayoutDefinition layout)
Deprecated. Adds the specified LayoutDefinition to the set of layouts
available for selection. |
void |
setLayoutMap(Map layouts)
Deprecated. |
void |
setLayouts(List layouts)
Deprecated. Specifies the global set of layouts available to be selected for this user or group, and their associated display names. |
void |
setNavBarOrientation(int navBarOrientation)
Deprecated. Specifies the orientation of the navigation bar when the portal is rendered for this user or group. |
void |
setPagePersonalization(PagePersonalization pageP13n)
Deprecated. Sets a PagePersonalization to be contained within this
portal. |
void |
setPagePersonalizationMap(HashMap pageP13ns)
Deprecated. |
void |
setPagePersonalizations(List pageList)
Deprecated. Sets the complete set of PagePersonalizations to be
contained in this portal. |
void |
setSelectedSkin(SkinIdentifier skinId)
Deprecated. Specifies the skin to use as the selected skin for this user or group. |
void |
setSkin(SkinDefinition skin)
Deprecated. Adds the specified SkinDefinition to the set of skins
available for selection. |
void |
setSkinMap(Map skins)
Deprecated. |
void |
setSkins(List skins)
Deprecated. Specifies the set of skins available to be selected for this user or group, and their associated display names. |
| Methods inherited from interface com.bea.portal.model.PortalPersonalization |
getHomePage, getIdentifier, getLayout, getLayoutMap, getLayouts, getNavBarOrientation, getPagePersonalization, getPagePersonalizations, getSelectedSkin, getSkin, getSkinMap, getSkins |
| 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 |
| Methods inherited from interface com.bea.portal.model.MutablePersonalizedObject |
setDisplayName |
| Method Detail |
public MutablePagePersonalization getMutablePagePersonalization(PageIdentifier pageId)
MutablePagePersonalization object for the
specified page and for the associated user. If there is no
existing such personalization for this user then a blank one is created,
added to the list of contained personalizations, and returned.
public Iterator getMutablePagePersonalizations()
Iterator over all the
MutablePagePersonalization objects in this portal for the
associated user.
public void setHomePage(PageIdentifier homePage)
homePage - a PageIdentifier specifying the
home page to use for this identity.public void setLayout(LayoutDefinition layout)
LayoutDefinition to the set of layouts
available for selection.
layout - a LayoutDefinition to add to the available list.public void setLayoutMap(Map layouts)
public void setLayouts(List layouts)
layouts - a List of LayoutDefinitions
available for selection.public void setNavBarOrientation(int navBarOrientation)
Portal.NAVBAR_ORIENTATION_UNSPECIFIED
Portal.NAVBAR_ORIENTATION_HORIZONTAL
Portal.NAVBAR_ORIENTATION_VERTICAL
navBarOrientation - the orientation of the navigation bar for
this user.public void setPagePersonalization(PagePersonalization pageP13n)
PagePersonalization to be contained within this
portal. If this PagePersonalization already exists on this
portal (identity being established by comparison of associated
Identifier objects) then it is replaced, otherwise it is
added.
public void setPagePersonalizationMap(HashMap pageP13ns)
public void setPagePersonalizations(List pageList)
PagePersonalizations to be
contained in this portal. Any existing PagePersonalization
objects are removed.
pageList - the list of page personalizations to set.public void setSelectedSkin(SkinIdentifier skinId)
skinId - a SkinIdentifier representing the skin to set
for this identity.public void setSkin(SkinDefinition skin)
SkinDefinition to the set of skins
available for selection.
skin - a SkinDefinition to add to the available list.public void setSkinMap(Map skins)
public void setSkins(List skins)
skins - a List of SkinDefinitions
available for selection.
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||