com.plumtree.portaluiinfrastructure.intrinsicportlets.prefs
Interface IIntrinsicPortletPrefsModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Subinterfaces:
IEODPortletPrefsModelRO, ISavedSearchPortletPrefsModelRO, ISiteMapPortletPrefsModelRO
All Known Implementing Classes:
EODPortletPrefsModel, IntrinsicPortletPrefsEditorModel, IntrinsicPrefsEditorForPageletParametersModel, SavedSearchPortletPrefsModel, SiteMapPortletPrefsModel

public interface IIntrinsicPortletPrefsModelRO
extends IEditorModelRO

This interface contains all read-only methods that are common to intrinsic portlets pref pages.

Author:
josephc

Method Summary
 int GetCommunityId()
          Returns the community Id if the portlet is on a community
 java.lang.String GetPortletName()
          Get portlet name
 int GetPrefType()
          Returns the type of preference that is being requested.
 
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

GetPortletName

java.lang.String GetPortletName()
Get portlet name

Returns:
Portlet name

GetPrefType

int GetPrefType()
Returns the type of preference that is being requested.

Returns:
Preference type

GetCommunityId

int GetCommunityId()
Returns the community Id if the portlet is on a community

Returns:
community id



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