com.plumtree.server
Interface IPTGadgetTemplate
- All Superinterfaces:
- IPTGadget, IPTLocalizable, IPTObject, IPTUnknown
- public interface IPTGadgetTemplate
- extends IPTGadget
PTGadgetTemplate interface. Wraps a template object that contains all
properties necessary to instantiate a new gadget.
- See Also:
IPTGadget
|
Method Summary |
IPTGadget |
CreateGadgetInstance(IPTSession pUserSession,
int lFolderID,
int lCommunityID)
Creates an instance of this gadget template object which can then
be stored in the database. |
| Methods inherited from interface com.plumtree.server.IPTGadget |
AddMandatoryGroup, GetAlignment, GetGadgetBrowserCLSID, GetGadgetProviderCLSID, GetGadgetTemplateID, GetGadgetType, GetHTMLText, GetMandatoryGadgetOrder, GetProviderInfo, GetSuppressTitleBar, GetWebServiceID, Initialize, QueryMandatoryGroups, RemoveMandatoryGroup, SetAlignment, SetGadgetTemplateID, SetGadgetType, SetMandatoryGadgetOrder, SetProviderInfo, SetSuppressTitleBar, SetWebServiceID |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
CreateGadgetInstance
public IPTGadget CreateGadgetInstance(IPTSession pUserSession,
int lFolderID,
int lCommunityID)
- Creates an instance of this gadget template object which can then
be stored in the database.
- Parameters:
pUserSession - lFolderID - - admin folder ID where the object is to be createdlCommunityID - - community ID for the community the gadget will be created
in, or zero if not applicable- Returns:
- IPTGadget reference to new instance
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.