Skip to main content

%DeepSee.Template.DeepSeeKPIWizard

class %DeepSee.Template.DeepSeeKPIWizard extends %ZEN.Template.studioTemplate

Studio Template:
Create a new DeepSee KPI class.

Property Inventory

Method Inventory

Parameters

parameter DOMAIN = %DeepSee;
Domain used for localization.
parameter HELPID = D2MODADV_ch_kpi;
Inherited description: DOCBOOK Topic Id that offers help for this template.
parameter TEMPLATEDESCRIPTION = Create a new DeepSee KPI class.;
Inherited description: Short description of the template to show in Studio.
If DOMAIN is defined this will be localized.
parameter TEMPLATEMODE = new;
What type of template.
parameter TEMPLATENAME = DeepSee KPI;
Inherited description: Name of the template to show in Studio.
If DOMAIN is defined this will be localized.
parameter TEMPLATETITLE = DeepSee KPI Wizard;
Inherited description: Title of the template to show in the template window.
parameter TEMPLATETYPE = cls;
Inherited description: Comma separated list of 'CSP', 'CSR', 'MAC', 'INT', 'INC', 'BAS', 'CLS' to say what type of code this template generates; CSP, CSR, Routine, or Class code. You can also specify '*' for all types.

Properties

property ResourcePage as %String [ InitialExpression = ..Link("_DeepSee.UI.Dialog.GetResource.cls?CSPSHARE=1") ];
Property methods: ResourcePageDisplayToLogical(), ResourcePageGet(), ResourcePageIsValid(), ResourcePageLogicalToDisplay(), ResourcePageLogicalToOdbc(), ResourcePageNormalize(), ResourcePageSet()

Methods

method %GetDescHTML(pSeed As %String) as %Status
Provide contents of description component.
method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method %OnTemplateAction() as %Status
This method is called when the template is complete. Any output to the principal device is returned to the Studio.
method CreatePackageRS(Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %ResultSet
Create the result set used by the Package dataCombo.
clientmethod editItem(what) [ Language = javascript ]
clientmethod formValidationHandler() [ Language = javascript ]
Validation handler for form built-into template.
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.
clientmethod onstartHandler() [ Language = javascript ]
This is called when the template is first displayed; This provides a chance to set focus etc.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab