com.plumtree.portalpages.admin.editors.portlet.plugins
Interface IPSelectTemplateModelRO

All Known Implementing Classes:
PSelectTemplateModel

public interface IPSelectTemplateModelRO

Author:
adolfoc

Method Summary
 PTObjectManagerQueryWrapper GetAvailableTemplates()
          Returns the array of currently available templates.
 int GetPortletTemplateID()
          Returns the ID of the currently selected portlet template or 0 if nothing is selected.
 boolean GetShowFreeForm()
          Returns a boolean indicating whether to show freeform templates.
 boolean GetShowHeaderAndFooter()
          Returns a boolean indicating whether to show header and footer templates.
 

Method Detail

GetPortletTemplateID

int GetPortletTemplateID()
Returns the ID of the currently selected portlet template or 0 if nothing is selected.

Returns:
String

GetAvailableTemplates

PTObjectManagerQueryWrapper GetAvailableTemplates()
Returns the array of currently available templates.

Returns:
XPArrayList

GetShowFreeForm

boolean GetShowFreeForm()
Returns a boolean indicating whether to show freeform templates.

Returns:
boolean

GetShowHeaderAndFooter

boolean GetShowHeaderAndFooter()
Returns a boolean indicating whether to show header and footer templates.

Returns:
boolean



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.