Plumtree Portal UI  
 

IntrinsicPortletPrefsEditorModel Members

IntrinsicPortletPrefsEditorModel overview

Public Static Fields

PREF_TYPE_ADMIN Preference type for admin preferences
PREF_TYPE_COMMUNITY Preference type for community preferences
PREF_TYPE_PERSONAL Preference type for personal preferences
SETTINGSTYPE_ADMIN Setting type for admin preferences
SETTINGSTYPE_COMMUNITY Setting type for community preferences
SETTINGSTYPE_COMMUNITYPORTLET Setting type for community portlet preferences
SETTINGSTYPE_PORTLET Setting type for user portlet preferences
SETTINGSTYPE_USER Setting type for user preferences

Public Instance Fields

m_asOwner (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 

Public Instance Methods

Cancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
CheckEditorAccessAndStart That method is called by the EditorStartControl.
CleanupAllData (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
CleanupTempData (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
Create (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
DoTaskAfterStore (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
DoTaskBeforeStore (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
DoTaskOnChangePage (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
DoTaskOnComeBackFromSubEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
DoTaskOnStartEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Finish (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetCloseOnDone (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetCommunityId 
GetCurrentRepostAction (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetDeleteOnCancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetEditorType 
GetEnableApplyButton Returns true if the apply button should be displayed.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetHideLeftNav Returns the DeleteOnCancel flag. For sub Editors only: this flag will determine if the Editor should be deleted from the list of sub Editors on cancel.
GetIsEditorReadOnly Returns true if the current user only has read access to this Editor. (can be true in Edit mode only)
GetName (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
GetPortletName Get portlet name
GetPrefType Returns the type of preference that is being requested.
GetRedirectAfterFinish Returns the Redirect object (this is were we need to go at the end of the Editor). For prefs pages this just closes the popup window since the prefs page should be in a popup.
GetSettingValue Returns a single setting value, based on the setting type specified.
GetSettingValues Returns all settings, based on the setting type and filter specified.
GetType (inherited from Object)Gets the Type of the current instance.
GetUserHasAccessToEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
Init Inits the Model with the IPTSession.
RemoveSettingValue Removes a setting value, depending on the specified setting type.
SavePage (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetCloseOnDone (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetDeleteOnCancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetEditorType (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetEnableApplyButton Enables or disables the apply button next to the finish button.
SetHideLeftNav (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetMemberVariablesFromQS Helper method for the StartEditor method. Fill out the member variables with data from QS.
SetPageStatus (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
SetSettingValue Sets the appropriate setting value, based on the setting type.
SetUserHasAccessToEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

IntrinsicPortletPrefsEditorModel Constructor Initializes a new instance of the IntrinsicPortletPrefsEditorModel class.

Protected Instance Fields

m_bCloseOnDone (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bDeleteOnCancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bEnableApplyButton (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bHideLeftNav (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bIsEditorReadOnly (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bUserHasAccessToEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_nCommunityID CommunityID
m_nEditorType (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_nPageID PageID
m_nPortletID PortletID
m_nPrefType Preference type
m_ptPortlet IPTGadget
m_ptSession IPTSession
m_strPreviousURL 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
InitializePortlet Initialize the member variables of the model. If the pageID is 0, then we are editing admin pref, and so get the IPTMyPortal object from the parent space and don't create an AppDataState object.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

IntrinsicPortletPrefsEditorModel Class | com.plumtree.portaluiinfrastructure.intrinsicportlets.prefs Namespace