|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface UserPortalState represents the current state of a portal
with respect to a specific user session. All the data required to personalize
a portal displaying the currently selected portal page should be
available through this interface.
| Method Summary | |
UserPageState |
getCurrentUserPageState()
Deprecated. Method getCurrentUserPageState retrieves an object representing
the state of the portal page currently selected by the associated user. |
String |
getDisplayName()
Deprecated. Method getDisplayName retrieves the personalized display
name of the associated portal. |
int |
getNavBarOrientation()
Deprecated. Method getNavBarOrientation retrieves the currently
selected navigation bar orientation for the associated user. |
PortalIdentifier |
getPortalIdentifier()
Deprecated. Method getPortalIdentifier retrieves the identifier of
the portal that this object is the state of. |
SkinDefinition |
getSkin()
Deprecated. Method getSkinIdentifier retrieves the currently selected
skin for the associated user. |
HashMap |
getUserPageStateMetadata()
Deprecated. Method getUserPageStateMetadata retrieves the list of
UserPageStateMetadata objects for pages contained within this
UserPortalState.
|
UserPageStateMetadata |
getUserPageStateMetadata(PageIdentifier pageId)
Deprecated. Method getUserPageStateMetadata retrieves the list of
UserPageStateMetadata objects for pages contained within this
UserPortalState.
|
| Methods inherited from interface com.bea.portal.model.PortalResource |
getResourceIdentifier |
| Method Detail |
public UserPageState getCurrentUserPageState()
getCurrentUserPageState retrieves an object representing
the state of the portal page currently selected by the associated user.
UserPageState used to specify the state of
the current portal page for the associated user.public String getDisplayName()
getDisplayName retrieves the personalized display
name of the associated portal. This data is personalized to the
associated user at group scope.
String used to describe the portal to
the associated user.public int getNavBarOrientation()
getNavBarOrientation retrieves the currently
selected navigation bar orientation for the associated user. This
data is personalized to the associated user at user scope.
int used to specify the currently
selected navigation bar orientation for the associated user.
Allowed values:
Portal.NAVBAR_ORIENTATION_UNSPECIFIED,
Portal.NAVBAR_ORIENTATION_VERTICAL,
Portal.NAVBAR_ORIENTATION_HORIZONTAL.public PortalIdentifier getPortalIdentifier()
getPortalIdentifier retrieves the identifier of
the portal that this object is the state of.
getPortalIdentifier in interface PortalScopedObjectPortalIdentifier used to specify the
portal that this object is the state of.public SkinDefinition getSkin()
getSkinIdentifier retrieves the currently selected
skin for the associated user. This data is personalized to the associated
user at user scope.
SkinIdentifier used to specify the
currently selected skin for the associated user.public HashMap getUserPageStateMetadata()
getUserPageStateMetadata retrieves the list of
UserPageStateMetadata objects for pages contained within this
UserPortalState.
NOTE: the definition of UserPortalState requires that only
UserPageStateMetadata objects associated with visible Page
objects be maintained in the UserPortalState.
List containing objects of type
UserPageState representing the state of all visible portal
pages for the associated user.public UserPageStateMetadata getUserPageStateMetadata(PageIdentifier pageId)
getUserPageStateMetadata retrieves the list of
UserPageStateMetadata objects for pages contained within this
UserPortalState.
NOTE: the definition of UserPortalState requires that only
UserPageStateMetadata objects associated with visible Page
objects be maintained in the UserPortalState.
List containing objects of type
UserPageState representing the state of all visible portal
pages for the associated user.
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||