Skip to main content

EnsPortal.ServiceRegistry.Dialog.Contact

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.

Properties

property Registry as %ZEN.Datatype.string (ZENURL = "REGISTRY") [ Final ];
Property methods: RegistryDisplayToLogical(), RegistryGet(), RegistryIsValid(), RegistryLogicalToDisplay(), RegistryLogicalToOdbc(), RegistryNormalize(), RegistrySet()
property ctID as %ZEN.Datatype.string (ZENURL = "ID");
Identity of contact.
Property methods: ctIDDisplayToLogical(), ctIDGet(), ctIDIsValid(), ctIDLogicalToDisplay(), ctIDLogicalToOdbc(), ctIDNormalize(), ctIDSet()
property ctKey as %ZEN.Datatype.string (ZENURL = "KEY");
key in the UI table - just here as part of the return value
Property methods: ctKeyDisplayToLogical(), ctKeyGet(), ctKeyIsValid(), ctKeyLogicalToDisplay(), ctKeyLogicalToOdbc(), ctKeyNormalize(), ctKeySet()
property ctService as %ZEN.Datatype.string (ZENURL = "SVC");
Contact Service
Property methods: ctServiceDisplayToLogical(), ctServiceGet(), ctServiceIsValid(), ctServiceLogicalToDisplay(), ctServiceLogicalToOdbc(), ctServiceNormalize(), ctServiceSet()
property readOnly as %ZEN.Datatype.boolean (ZENURL = "READONLY");
ReadOnly flag.
Property methods: readOnlyDisplayToLogical(), readOnlyGet(), readOnlyIsValid(), readOnlyLogicalToDisplay(), readOnlyLogicalToOdbc(), readOnlyLogicalToXSD(), readOnlyNormalize(), readOnlySet(), readOnlyXSDToLogical()
property retValue as %String;
Property methods: retValueDisplayToLogical(), retValueGet(), retValueIsValid(), retValueLogicalToDisplay(), retValueLogicalToOdbc(), retValueNormalize(), retValueSet()

Methods

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 dialog. This should be implemented in a subclass.
clientmethod BPEditor() [ Language = javascript ]
method DeleteExistingContact(pID) [ ZenMethod ]
method GetContact(ByRef pParms, Output pObject As %RegisteredObject) as %Status
method IsNameUnique(pID As %String) as %Boolean [ ZenMethod ]
method IsNameValid(pName As %String) as %Boolean [ ZenMethod ]
Test if the given name is valid.
classmethod IsTypeValid(pType As %String) as %Boolean [ ZenMethod ]
Test if the given type is valid.
method SubmitContact(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 changeKey(ctName) [ Language = javascript ]
clientmethod disableControl(ctrlName) [ Language = javascript ]
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, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.
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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab