Skip to main content

EnsPortal.ServiceRegistry.Dialog.NewService

For InterSystems internal use only, subject to change without notice

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter PAGENAME = Register Service;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Properties

property LinkHelp as %String [ Calculated ];
Property methods: LinkHelpDisplayToLogical(), LinkHelpIsValid(), LinkHelpLogicalToDisplay(), LinkHelpLogicalToOdbc(), LinkHelpNormalize()
property Registry as %ZEN.Datatype.string (ZENURL = "REGISTRY") [ Final ];
Property methods: RegistryDisplayToLogical(), RegistryGet(), RegistryIsValid(), RegistryLogicalToDisplay(), RegistryLogicalToOdbc(), RegistryNormalize(), RegistrySet()
property retValue as %ZEN.Datatype.string;
Holder for return value.
Property methods: retValueDisplayToLogical(), retValueGet(), retValueIsValid(), retValueLogicalToDisplay(), retValueLogicalToOdbc(), retValueNormalize(), retValueSet()

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
method IsNameUnique(pName As %String, pDomain As %String, pVersion As %String) as %Boolean [ ZenMethod ]
method SubmitService(pCommand As %String, pProvider As %ZEN.Auxiliary.jsonProvider, pSubmitObject As %RegisteredObject, ByRef pResponseObject As %RegisteredObject) as %Status
Object submit handler JSON provider. This is called when the client clicks OK.
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod ondialogFinish(action) as %Boolean [ Language = javascript ]
This callback is called when the user presses the OK button. If this returns false, then the action is canceled.
clientmethod ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: Trigger keepAlive behaviour for the page.
clientmethod validateAll() as %Boolean [ Language = javascript ]
Do validation of all fields on the form.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab