|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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(java.lang.Boolean available)
Sets whether this portlet is currently specified as available for this user or group. |
void |
setDefaultStateMinimized(java.lang.Boolean defaultStateMinimized)
Sets whether this portlet should initially be specified as minimized for this user or group. |
void |
setFloatable(java.lang.Boolean floatable)
Sets whether this portlet is currently specified as floatable for this user or group. |
void |
setMandatory(java.lang.Boolean mandatory)
Sets whether this portlet is currently specified as mandatory for this user or group. |
void |
setMaximizable(java.lang.Boolean maximizable)
Sets whether this portlet is currently specified as maximizable for this user or group. |
void |
setMinimizable(java.lang.Boolean minimizable)
Sets whether this portlet is currently specified as minimizable for this user or group. |
void |
setMinimized(java.lang.Boolean minimized)
Sets whether this portlet is currently specified as minimized for this user or group. |
void |
setMovable(java.lang.Boolean movable)
Sets whether this portlet is currently specified as movable for this user or group. |
void |
setPlaceholderIdentifier(PlaceholderIdentifier placeholderId)
Specifies the placeholder that this portlet should be rendered within for this identity. |
void |
setPlaceholderIndex(int placeholderIndex)
Specifies the position within its placeholder that this portlet occupies. |
void |
setRemovable(java.lang.Boolean removable)
Sets whether this portlet is currently specified as removable for this user or group. |
void |
setVisible(java.lang.Boolean visible)
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.MutablePersonalizedObject |
setDisplayName |
Methods inherited from interface com.bea.portal.model.PortalResource |
getResourceIdentifier |
Methods inherited from interface com.bea.portal.model.PersonalizedObject |
getDisplayName,
getProfileIdentity |
Methods inherited from interface com.bea.portal.model.PortalScopedObject |
getPortalIdentifier |
Method Detail |
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 setMinimized(java.lang.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 setAvailable(java.lang.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 setMandatory(java.lang.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 setMovable(java.lang.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 setMinimizable(java.lang.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 setMaximizable(java.lang.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 setFloatable(java.lang.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 setVisible(java.lang.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).public void setDefaultStateMinimized(java.lang.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 setRemovable(java.lang.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).
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |