com.plumtree.portaluiinfrastructure.intrinsicportlets
Interface IIntrinsicPortletModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Subinterfaces:
ICommunitiesPortletModelRO, IEODPortletModelRO, IFoldersPortletModelRO, IJobHistoryPortletModelRO, ISavedSearchPortletModelRO, ISiteMapPortletModelRO
All Known Implementing Classes:
CommunitiesPortletModel, EODPortletModel, FoldersPortletModel, IntrinsicPortletModel, JobHistoryPortletModel, LoginPortletModel, SavedSearchPortletModel, SearchPortletModel, SiteMapPortletModel, StandardFooterModel, StandardHeaderModel

public interface IIntrinsicPortletModelRO
extends IModelRO

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

Author:
josephc

Method Summary
 boolean ControlExists()
          Returns true if the portlet has a control associated with it.
 int GetPortletID()
          Returns portlet ID
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

ControlExists

boolean ControlExists()
Returns true if the portlet has a control associated with it. This method is used by the MyPortal view when dynamically registering views for intrinsic portlets.

Returns:
Returns true if portlet has control. Otherwise return false.

GetPortletID

int GetPortletID()
Returns portlet ID

Returns:
Portlet ID



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