|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface MutablePortletPersonalization represents an editable
personalization of a Portlet for a given identity.In the same
way that a ProfileIdentity can represent either a usergroup or
a user within a usergroup, so a MutablePortletPersonalization
can represent the mutable personalization of a Portlet for
either a usergroup or a user within a usergroup.
PortalManager EJB.
| Method Summary | |
void |
setAvailable(Boolean available)
Deprecated. Sets whether this portlet is currently specified as available for this user or group. |
void |
setDefaultStateMinimized(Boolean defaultStateMinimized)
Deprecated. Sets whether this portlet should initially be specified as minimized for this user or group. |
void |
setFloatable(Boolean floatable)
Deprecated. Sets whether this portlet is currently specified as floatable for this user or group. |
void |
setMandatory(Boolean mandatory)
Deprecated. Sets whether this portlet is currently specified as mandatory for this user or group. |
void |
setMaximizable(Boolean maximizable)
Deprecated. Sets whether this portlet is currently specified as maximizable for this user or group. |
void |
setMinimizable(Boolean minimizable)
Deprecated. Sets whether this portlet is currently specified as minimizable for this user or group. |
void |
setMinimized(Boolean minimized)
Deprecated. Sets whether this portlet is currently specified as minimized for this user or group. |
void |
setMovable(Boolean movable)
Deprecated. Sets whether this portlet is currently specified as movable for this user or group. |
void |
setPlaceholderIdentifier(PlaceholderIdentifier placeholderId)
Deprecated. Specifies the placeholder that this portlet should be rendered within for this identity. |
void |
setPlaceholderIndex(int placeholderIndex)
Deprecated. Specifies the position within its placeholder that this portlet occupies. |
void |
setRemovable(Boolean removable)
Deprecated. Sets whether this portlet is currently specified as removable for this user or group. |
void |
setVisible(Boolean visible)
Deprecated. Sets whether this portlet is currently specified as visible for this user or group. |
| Methods inherited from interface com.bea.portal.model.PortletPersonalization |
getIdentifier, getPlaceholderIdentifier, getPlaceholderIndex, getPortletIdentifier, isAvailable, isDefaultStateMinimized, isEntitled, isFloatable, isMandatory, isMaximizable, isMinimizable, isMinimized, isMovable, isVisible |
| 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 void setAvailable(Boolean available)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be available.
available - whether the portlet is specified as available
(or unspecified).public void setDefaultStateMinimized(Boolean defaultStateMinimized)
null (only valid for a
user customization) indicates that the user has not specified whether
or not this portlet should be initially minimized.
defaultStateMinimized - whether the portlet is initially specified
as minimized (or unspecified).public void setFloatable(Boolean floatable)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be floatable.
floatable - whether the portlet is specified as floatable
(or unspecified).public void setMandatory(Boolean mandatory)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be mandatory.
mandatory - whether the portlet is specified as mandatory
(or unspecified).public void setMaximizable(Boolean maximizable)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be maximizable.
maximizable - whether the portlet is specified as maximizable
(or unspecified).public void setMinimizable(Boolean minimizable)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be minimizable.
minimizable - whether the portlet is specified as minimizable
(or unspecified).public void setMinimized(Boolean minimized)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be minimized.
minimized - whether the portlet is specified as minimized
(or unspecified).public void setMovable(Boolean movable)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be movable.
movable - whether the portlet is specified as movable
(or unspecified).public void setPlaceholderIdentifier(PlaceholderIdentifier placeholderId)
placeholderId - a PlaceholderIdentifier specifying the
placeholder to render this portlet inside.public void setPlaceholderIndex(int placeholderIndex)
placeholderIndex - A natural number specifying the portlets
position within its placeholder.public void setRemovable(Boolean removable)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be removable.
removable - whether the portlet is specified as removable
(or unspecified).public void setVisible(Boolean visible)
null (only valid for a user
customization) indicates that the user has not specified whether or not
this portlet should be visible.
visible - whether the portlet is specified as visible (or unspecified).
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||