WebCenter Interaction API  
 

IPTPageTemplate Members

IPTPageTemplate overview

Public Instance Methods

public methodAddGadgetEx Add a gadget to a column in the current page template. It adds this gadget to the gadgets that are already in this column.
public methodAssignGadgetsEx 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.
public methodGetDefaultPageLocalizable Gets an interface to the object that gets and sets the localized Default Page Names.
public methodGetDefaultPageName 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.
public methodGetDefaultPagePrimaryLang 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.
public methodGetIsDefaultPageLocalized 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.
public methodGetJobType Get the job type.
public methodGetLocalizedDefaultPageName Return the default page name of this object localized to the language of the current user
public methodGetLocalizedDefaultPageNames 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.
public methodGetPageType Get the page type for the current page template.
public methodQueryGadgets Query for all the gadgets in the current page template.
public methodRemoveGadget Remove one gadget from the current page template.
public methodSetDefaultPageName 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.
public methodSetDefaultPagePrimaryLang 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.
public methodSetIsDefaultPageLocalized 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.
public methodSetJobType Set the job type.
public methodSetLocalizedDefaultPageNames Sets the localized default page names for this object.
public methodSetPageType 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