Aqualogic Interaction API  
 

IPTPage Members

IPTPage overview

Public Instance Methods

AddPortlet Add a Portlet to a column on the Page. It adds this Portlet to the Portlets that are already in this column.
AssignPortletsOverloaded. Assign a list of Portlets to a column on the Page. It clears all Portlets from the column before adding the Portlets in the array.
GetInheritPageTemplate 
GetNotDeletable 
GetPageTemplateID 
GetPageType 
GetTopicPos 
QueryPortletContent Query for the all of the Portlet content on the Page.
QueryPortlets Query for all the Portlets on the Page.
RemovePortlet Remove one Portlet from the Page.
SetDefaultsFromPageTemplate Set the page name, primary language, is localized, localized page names, page type settings on the page from the settings on the page template passed in.
SetInheritPageTemplate Set whether the Page should inherit the settings of the page template. It is true by default. This setting can only be changed when the page is being created. If it is set to false and it used to be true, then the Page will copy the current settings of the page template and it will not inherit future changes to the page template. Setting it to false, when it was already false will have no affect. It cannot be set to true, once it has been set to false.
SetNotDeletable Set whether the Page is deletable or not. Requires EDIT access to the Page.
SetPageTemplateID Set the Page Template for the Page. Requires EDIT access to the Page and SELECT on the Page Template.
SetPageType Set a pagetype for the Page. Requires EDIT access to the Page.

See Also

IPTPage Interface | com.plumtree.server Namespace