|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTPageTemplate
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. |
IPTLocalizable |
GetDefaultPageLocalizable()
Gets an interface to the object that gets and sets the localized Default Page Names. |
java.lang.String |
GetDefaultPageName()
Get the primary default page name for the current page template. |
java.lang.String |
GetDefaultPagePrimaryLang()
The primary language of the object is the language that the primary name and primary description are in. |
boolean |
GetIsDefaultPageLocalized()
Does this object support localization? Note that an object may support localization, but nonetheless have no actual localizations. |
int |
GetJobType()
Get the job type. |
java.lang.String |
GetLocalizedDefaultPageName()
Return the default page name of this object localized to the language of the current user |
java.lang.Object[][] |
GetLocalizedDefaultPageNames()
Returns the localized default page names for this object as a 2D array. |
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 primary default page name for the current page template. |
void |
SetDefaultPagePrimaryLang(java.lang.String Value)
The primary language of the object is the language that the primary name and primary description are in. |
void |
SetIsDefaultPageLocalized(boolean Value)
Does this object support localization? Note that an object may support localization, but nonetheless have no actual localizations. |
void |
SetJobType(int nValue)
Set the job type. |
void |
SetLocalizedDefaultPageNames(java.lang.Object[][] Value)
Sets the localized default page names for this object. |
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 |
| Methods inherited from interface com.plumtree.server.IPTServerContext |
|---|
GetAccessLevel, GetACL, GetLastModifiedBy, GetLockState, GetObjectID, GetOwnerID, GetServerContextSettings, GetSession, GetSettings, LockObject, SetLastModifiedBy, SetObjectID, SetOwnerID, SetServerContextSettings, SetSettings, UnlockObject |
| Methods inherited from interface com.plumtree.server.IPTStorable |
|---|
Store |
| Method Detail |
|---|
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
void AddGadgetEx(int nGadgetID,
int nGadgetColumn)
nGadgetID - - gadget id that is to be addednGadgetColumn - - column id in which to place the gadgetvoid RemoveGadget(int nGadgetID)
nGadgetID - - gadget id of the gadget to removeIPTQueryResult QueryGadgets()
IPTLocalizable GetDefaultPageLocalizable()
java.lang.String GetDefaultPageName()
void SetDefaultPageName(java.lang.String strValue)
strValue - - page namejava.lang.Object[][] GetLocalizedDefaultPageNames()
PT_LOCALIZED_STRINGS_INDICESvoid SetLocalizedDefaultPageNames(java.lang.Object[][] Value)
Value - an array containing the data about localized default page names. The
columns in the 2D array are identified by the constants in
PT_LOCALIZED_STRINGS_INDICES.PT_LOCALIZED_STRINGS_INDICESjava.lang.String GetLocalizedDefaultPageName()
boolean GetIsDefaultPageLocalized()
void SetIsDefaultPageLocalized(boolean Value)
Value - boolean indicating whether this object should support
localization.java.lang.String GetDefaultPagePrimaryLang()
void SetDefaultPagePrimaryLang(java.lang.String Value)
Value - the primary languageint GetPageType()
void SetPageType(int nValue)
nValue - - page type, which are defined in the UIint GetJobType()
void SetJobType(int nValue)
nValue - - job type, from PT_PAGE_TEMPLATE_JOB_TYPES
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||