© 2005 BEA Systems, Inc.

com.bea.portal.model
Interface PortletPersonalization

All Superinterfaces:
PersonalizedObject, PersonalizedResource, PortalResource, PortalScopedObject
All Known Subinterfaces:
MutablePortletPersonalization

Deprecated. com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

public interface PortletPersonalization
extends PersonalizedResource

Interface PortletPersonalization represents the 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 PortletPersonalization can represent the personalization of a Portlet for either a usergroup or a user within a usergroup.


Method Summary
 PortletPersonalizationIdentifier getIdentifier()
          Deprecated. Returns the unique identifier for this PortletPersonalization.
 PlaceholderIdentifier getPlaceholderIdentifier()
          Deprecated. Returns the PlaceholderIdentifier that represents the placeholder that this portlet is currently positioned within for this user on this page.
 int getPlaceholderIndex()
          Deprecated. Returns the position of this portlet within its placholder.
 PortletIdentifier getPortletIdentifier()
          Deprecated. Returns the identifier for the Portlet that this is a personalization of.
 Boolean isAvailable()
          Deprecated. Determines whether this page is currently specified as Available for this user or group.
 Boolean isDefaultStateMinimized()
          Deprecated. Determines whether this page is currently specified as Default State Minimized for this user or group.
 Boolean isEntitled()
          Deprecated. Determines whether this page is currently specified as Entitled for this user or group.
 Boolean isFloatable()
          Deprecated. Determines whether this page is currently specified as Floatable for this user or group.
 Boolean isMandatory()
          Deprecated. Determines whether this page is currently specified as Mandatory for this user or group.
 Boolean isMaximizable()
          Deprecated. Determines whether this page is currently specified as Maximizable for this user or group.
 Boolean isMinimizable()
          Deprecated. Determines whether this page is currently specified as Minimizable for this user or group.
 Boolean isMinimized()
          Deprecated. Determines whether this page is currently Minimized for this user or group.
 Boolean isMovable()
          Deprecated. Determines whether this page is currently specified as Movable 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

getIdentifier

public PortletPersonalizationIdentifier getIdentifier()
Deprecated. 
Returns the unique identifier for this PortletPersonalization.

Returns:
the unique identifier for this personalization.

getPlaceholderIdentifier

public PlaceholderIdentifier getPlaceholderIdentifier()
Deprecated. 
Returns the PlaceholderIdentifier that represents the placeholder that this portlet is currently positioned within for this user on this page.

Returns:
the placeholder this portlet is within.

getPlaceholderIndex

public int getPlaceholderIndex()
Deprecated. 
Returns the position of this portlet within its placholder.

Returns:
the position of this portlet within this placeholder.

getPortletIdentifier

public PortletIdentifier getPortletIdentifier()
Deprecated. 
Returns the identifier for the Portlet that this is a personalization of.

Returns:
the identifier for the associated portlet.

isAvailable

public Boolean isAvailable()
Deprecated. 
Determines whether this page is currently specified as Available for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Available.

Returns:
whether the page is specified as Available (or unspecified).

isDefaultStateMinimized

public Boolean isDefaultStateMinimized()
Deprecated. 
Determines whether this page is currently specified as Default State Minimized for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Default State Minimized.

Returns:
whether the page is specified as Default State Minimized (or unspecified).

isEntitled

public Boolean isEntitled()
Deprecated. 
Determines whether this page is currently specified as Entitled for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Entitled.

Returns:
whether the page is specified as Entitled (or unspecified).

isFloatable

public Boolean isFloatable()
Deprecated. 
Determines whether this page is currently specified as Floatable for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Floatable.

Returns:
whether the page is specified as Floatable (or unspecified).

isMandatory

public Boolean isMandatory()
Deprecated. 
Determines whether this page is currently specified as Mandatory for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Mandatory.

Returns:
whether the page is specified as Mandatory (or unspecified).

isMaximizable

public Boolean isMaximizable()
Deprecated. 
Determines whether this page is currently specified as Maximizable for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Maximizable.

Returns:
whether the page is specified as Maximizable (or unspecified).

isMinimizable

public Boolean isMinimizable()
Deprecated. 
Determines whether this page is currently specified as Minimizable for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Minimizable.

Returns:
whether the page is specified as Minimizable (or unspecified).

isMinimized

public Boolean isMinimized()
Deprecated. 
Determines whether this page is currently Minimized for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Minimized.

Returns:
whether the page is specified as Minimized (or unspecified).

isMovable

public Boolean isMovable()
Deprecated. 
Determines whether this page is currently specified as Movable for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Movable.

Returns:
whether the page is specified as Movable (or unspecified).

isVisible

public Boolean isVisible()
Deprecated. 
Determines whether this page is currently specified as Visible for this user or group. A value of null (only valid for a user customization) indicates that the user has not specified whether or not this page should be Visible.

Returns:
whether the page is specified as Visible (or unspecified).

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved