Plumtree Portal UI  
 

IntrinsicPortletModel Methods

The methods of the IntrinsicPortletModel class are listed below. For a complete list of IntrinsicPortletModel class members, see the IntrinsicPortletModel Members topic.

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 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