|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IPTPageTemplate
| Method Summary | |
void |
AddGadgetEx(int nGadgetID,
int nGadgetColumn)
Add a gadget to a column in the current page template. |
void |
AssignGadgetsEx(int[] arrGadgetIDs,
int nGadgetColumn)
Assign a list of gadgets to a column in the current page template. |
java.lang.String |
GetDefaultPageName()
Get the default page name for the current page template. |
int |
GetJobType()
Get the job type. |
int |
GetPageType()
Get the page type for the current page template. |
IPTQueryResult |
QueryGadgets()
Query for all the gadgets in the current page template. |
void |
RemoveGadget(int nGadgetID)
Remove one gadget from the current page template. |
void |
SetDefaultPageName(java.lang.String strValue)
Set the default page name for the current page template. |
void |
SetJobType(int nValue)
Set the job type. |
void |
SetPageType(int nValue)
Set the page type for the current page template. |
| 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 AssignGadgetsEx(int[] arrGadgetIDs,
int nGadgetColumn)
arrGadgetIDs - - array of gadget ids that are to be addednGadgetColumn - - column id in which to place all the gadgets
public void AddGadgetEx(int nGadgetID,
int nGadgetColumn)
nGadgetID - - gadget id that is to be addednGadgetColumn - - column id in which to place the gadgetpublic void RemoveGadget(int nGadgetID)
nGadgetID - - gadget id of the gadget to removepublic IPTQueryResult QueryGadgets()
public java.lang.String GetDefaultPageName()
public void SetDefaultPageName(java.lang.String strValue)
strValue - - page namepublic int GetPageType()
public void SetPageType(int nValue)
nValue - - page type, which are defined in the UIpublic int GetJobType()
public void SetJobType(int nValue)
nValue - - job type, from PT_PAGE_TEMPLATE_JOB_TYPES
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||