com.plumtree.portalpages.admin.editors.portlet
Interface IPortletModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
PortletModel

public interface IPortletModelRO
extends IObjEditorModelRO

Author:
adolfoc

Method Summary
 int GetFolderID()
           
 int GetPMode()
          Returns the current mode of this editor.
 int GetPortletSize()
          Returns the Portlet's visual size.
 int GetPortletType()
           
 java.lang.String GetProviderCLSID()
           
 IPTWebService GetWebService()
           
 boolean IsForCommunity()
           
 boolean IsMandatory()
           
 boolean IsTemplate()
           
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
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

IsForCommunity

boolean IsForCommunity()

GetFolderID

int GetFolderID()

GetPortletType

int GetPortletType()

GetPMode

int GetPMode()
Returns the current mode of this editor. Look in PortletData for a list of available PMODEs.

Returns:
int

GetPortletSize

int GetPortletSize()
Returns the Portlet's visual size. See IPTGadget for more info.

Returns:

GetProviderCLSID

java.lang.String GetProviderCLSID()

GetWebService

IPTWebService GetWebService()

IsTemplate

boolean IsTemplate()

IsMandatory

boolean IsMandatory()



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