com.plumtree.portalpages.browsing.myportal.editpage
Interface IEditMyPortalPageModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
EditMyPortalPageModel

public interface IEditMyPortalPageModelRO
extends IEditorModelRO

Author:
michaeld

Method Summary
 PageData GetPageModel()
          Get the page model of the page being edited.
 int GetPageTemplateSet()
          Get the set page template for the page.
 java.lang.String GetParentFormName()
          Get the name of the parent window's form.
 java.lang.String GetParentFormSpaceID()
          Get the string that is the parent form space ID.
 java.lang.String GetParentFormSubmitFunction()
          Get the string that is the parent form submit function.
 
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

GetPageModel

PageData GetPageModel()
Get the page model of the page being edited.

Returns:
PageData

GetPageTemplateSet

int GetPageTemplateSet()
Get the set page template for the page.

Returns:
int

GetParentFormName

java.lang.String GetParentFormName()
Get the name of the parent window's form.

Returns:
String

GetParentFormSpaceID

java.lang.String GetParentFormSpaceID()
Get the string that is the parent form space ID.

Returns:
String

GetParentFormSubmitFunction

java.lang.String GetParentFormSubmitFunction()
Get the string that is the parent form submit function.

Returns:
String



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