Plumtree Portal UI  
 

IntrinsicPortletModel Members

IntrinsicPortletModel 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 Static Methods

IsIntrinsicPortlet Checks the markup array to see whether or not the portlet is intrinsic

Public Instance Methods

CleanupAllData 
CleanupTempData 
ControlExists Returns true if the portlet has a control associated with it. This function should be implemented by the child class.
Create (inherited from com.plumtree.uiinfrastructure.activityspace.AClearModel) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetName 
GetNewTempData (inherited from com.plumtree.uiinfrastructure.activityspace.AClearModel) 
GetPortletID Returns portlet ID
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.
Init Inits the Model with the Activity Space. Initialize the IPTSession from the Activity Space
InitPortlet Initializes the member variables of the portlet.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

IntrinsicPortletModel Constructor Initializes a new instance of the IntrinsicPortletModel class.

Protected Instance Fields

m_asOwner Parent Activity Space
m_nContainerClassID ContainerClassID
m_nContainerObjectID ContainerObjectID
m_nPageID PageID
m_nPortletID Portlet ID
m_nPrefType Preference type
m_ptAppDataState AppDataState object
m_ptPortlet Portlet object
m_ptSession IPTSession

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.
GetTempData (inherited from com.plumtree.uiinfrastructure.activityspace.AClearModel) 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

IntrinsicPortletModel Class | com.plumtree.portaluiinfrastructure.intrinsicportlets Namespace