© 2002 BEA Systems, Inc.


com.bea.portal.model
Interface UserPageStateMetadata


public interface UserPageStateMetadata

Interface UserPageStateMetadata represents the dynamic data about a page which is required for rendering.


Method Summary
 java.lang.String getDisplayName()
          Method getDisplayName retrieves the personalized display name of the associated portal page.
 java.lang.String getDisplayType()
           
 int getIndex()
          Method getIndex returns an integer representing the position of this page in the ordering of all portal pages.
 PageIdentifier getPageIdentifier()
          Method getPageIdentifier retrieves the identifier of the portal page that this object is the state of.
 java.lang.Boolean isDisplayMutable()
           
 

Method Detail

getPageIdentifier

public PageIdentifier getPageIdentifier()
Method getPageIdentifier retrieves the identifier of the portal page that this object is the state of.

Returns:
A value of type PageIdentifier used to specify the portal page that this object is the state of.

getDisplayName

public java.lang.String getDisplayName()
Method getDisplayName retrieves the personalized display name of the associated portal page. This data is personalized to the associated user at group scope.

Returns:
A value of type String used to describe the portal page to the associated user.

getDisplayType

public java.lang.String getDisplayType()

isDisplayMutable

public java.lang.Boolean isDisplayMutable()

getIndex

public int getIndex()
Method getIndex returns an integer representing the position of this page in the ordering of all portal pages.

Returns:
A value of primitive type int representing the position of this portal page.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved