|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
void |
AddPageTemplate(int nPageTemplateID)
Adds a Page template to this Community template. |
int |
GetFooterID()
Gets the ID of the Footer portlet if one is set. |
int |
GetHeaderID()
Gets the ID of the Header portlet if one is set. |
IPTQueryResult |
QueryPageTemplates()
Query for the Page templates in this Community template. |
void |
RemovePageTemplate(int nPageTemplateID)
Removes a Page template from this Community template. |
void |
SetFooterID(int nFooterID)
Sets a Footer for this Community template. |
void |
SetHeaderID(int nHeaderID)
Sets a Header for this Community template. |
void |
UpdatePageTemplateOrder(int[] arPageTemplateIDs)
Assigns a new Page template order. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public void AddPageTemplate(int nPageTemplateID)
nPageTemplateID - ID of the Page template to add. At least SELECT access
is required to the Page template object.public void RemovePageTemplate(int nPageTemplateID)
nPageTemplateID - ID of the Page template to remove.public IPTQueryResult QueryPageTemplates()
public int GetHeaderID()
public void SetHeaderID(int nHeaderID)
nHeaderID - ID of a Header portlet, need at least SELECT access to the portletpublic int GetFooterID()
public void SetFooterID(int nFooterID)
nFooterID - ID of a Footer portlet, need at least SELECT access to the portletpublic void UpdatePageTemplateOrder(int[] arPageTemplateIDs)
arPageTemplateIDs - Array of Page template IDs. IDs need to be unique and at least SELECT is
needed to them.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||