com.plumtree.portalpages.browsing.editors.community
Interface IPortletPreferencesModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
CommunityEditorModel, EditPortletPrefsModel

public interface IPortletPreferencesModelRO
extends IEditorModelRO

Author:
michaeld

Method Summary
 boolean DisplayTitleBarColumn()
           
 int GetCommunityID()
           
 int GetPageCount()
           
 int GetPageID(int nPageIndex)
           
 java.lang.String GetPageName(int nPageIndex)
           
 PTSortedArrayWrapper GetPortletPreferencesList(int iPageID)
           
 boolean IsCommunityEditor()
          If this is the community editor, then we link to the community prefs page; if it's a community page but we're not in the community editor, then we link to the user-gadget-community prefs page.
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

DisplayTitleBarColumn

boolean DisplayTitleBarColumn()
Returns:

GetCommunityID

int GetCommunityID()
Returns:

GetPortletPreferencesList

PTSortedArrayWrapper GetPortletPreferencesList(int iPageID)
Parameters:
iPageID -
Returns:

GetPageCount

int GetPageCount()
Returns:

GetPageID

int GetPageID(int nPageIndex)
Parameters:
nPageIndex -
Returns:

GetPageName

java.lang.String GetPageName(int nPageIndex)
Parameters:
nPageIndex -
Returns:

IsCommunityEditor

boolean IsCommunityEditor()
If this is the community editor, then we link to the community prefs page; if it's a community page but we're not in the community editor, then we link to the user-gadget-community prefs page.

Returns:
True if this is the community editor.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.