Aqualogic Interaction API  
 

IPTPageTemplate Members

IPTPageTemplate overview

Public Instance Methods

AddGadgetEx Add a gadget to a column in the current page template. It adds this gadget to the gadgets that are already in this column.
AssignGadgetsEx Assign a list of gadgets to a column in the current page template. It adds this list to the gadgets that are already in this column.
GetDefaultPageLocalizable Gets an interface to the object that gets and sets the localized Default Page Names.
GetDefaultPageName Get the primary default page name for the current page template. This is only used name is used as the creation name for newly created pages that use this page template.
GetDefaultPagePrimaryLang The primary language of the object is the language that the primary name and primary description are in. Other metadata about the object (which cannot be localized) is also expected to be in this language.
GetIsDefaultPageLocalized Does this object support localization? Note that an object may support localization, but nonetheless have no actual localizations. That is, the object is marked to be localized, but localization hasn't been done yet.
GetJobType Get the job type.
GetLocalizedDefaultPageName Return the default page name of this object localized to the language of the current user
GetLocalizedDefaultPageNames Returns the localized default page names for this object as a 2D array. The purpose of each column is identified by the constants in PT_LOCALIZED_STRINGS_INDICES.
GetPageType Get the page type for the current page template.
QueryGadgets Query for all the gadgets in the current page template.
RemoveGadget Remove one gadget from the current page template.
SetDefaultPageName Set the primary default page name for the current page template. This is only used name is used as the creation name for newly created pages that use this page template.
SetDefaultPagePrimaryLang The primary language of the object is the language that the primary name and primary description are in. Other metadata about the object (which cannot be localized) is also expected to be in this language.
SetIsDefaultPageLocalized Does this object support localization? Note that an object may support localization, but nonetheless have no actual localizations. That is, the object is marked to be localized, but localization hasn't been done yet. Note that if an object supports localization, and SetIsLocalized(false) is called, all localized strings will be removed from the object.
SetJobType Set the job type.
SetLocalizedDefaultPageNames Sets the localized default page names for this object.
SetPageType Set the page type for the current page template. An ABO will be needed to update all the pages that use this page in order for this to reflected everywhere.

See Also

IPTPageTemplate Interface | com.plumtree.server Namespace