Skip to main content

%CSP.UI.Portal.Dialog.Service

class %CSP.UI.Portal.Dialog.Service extends %CSP.UI.Portal.Dialog.WizardTemplate, %CSP.UI.Component.SelectBoxUtils

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Edit Service Popup Dialog for Management Portal

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = %CSP.UI.Portal.Application;
Class name of application this page belongs to.
parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter CSPURL = /csp/sys/sec/%CSP.UI.Portal.Dialog.Service.zen;
Inherited description: This parameter is used to make sure that if multiple CSP applications are mapped to the same namespace that the CSP engine can correctly identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined in the CSP application) then you can only access this page if the url exactly matches this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
parameter EMSSERVICE = Security;
parameter PAGENAME = ServiceEdit;
Displayed name of this page.
parameter RESOURCE = %Admin_Secure;
Security requirement

Properties

property AuthList as %ZEN.Datatype.list (DELIMITER = ";");
Property methods: AuthListDisplayToLogical(), AuthListGet(), AuthListIsValid(), AuthListLogicalToDisplay(), AuthListLogicalToOdbc(), AuthListNormalize(), AuthListSet()
Property methods: ECPLinkDisplayToLogical(), ECPLinkGet(), ECPLinkIsValid(), ECPLinkLogicalToDisplay(), ECPLinkLogicalToOdbc(), ECPLinkNormalize(), ECPLinkSet()
property EnableClientSystem as %Boolean [ InitialExpression = 0 ];
Property methods: EnableClientSystemDisplayToLogical(), EnableClientSystemGet(), EnableClientSystemIsValid(), EnableClientSystemLogicalToDisplay(), EnableClientSystemLogicalToXSD(), EnableClientSystemNormalize(), EnableClientSystemSet(), EnableClientSystemXSDToLogical()
property FromPage as %ZEN.Datatype.string (ZENURL = "from");
Property methods: FromPageDisplayToLogical(), FromPageGet(), FromPageIsValid(), FromPageLogicalToDisplay(), FromPageLogicalToOdbc(), FromPageNormalize(), FromPageSet()
Property methods: MonitorLinkDisplayToLogical(), MonitorLinkGet(), MonitorLinkIsValid(), MonitorLinkLogicalToDisplay(), MonitorLinkLogicalToOdbc(), MonitorLinkNormalize(), MonitorLinkSet()
property OldUnauthenticated as %Boolean;
Property methods: OldUnauthenticatedDisplayToLogical(), OldUnauthenticatedGet(), OldUnauthenticatedIsValid(), OldUnauthenticatedLogicalToDisplay(), OldUnauthenticatedLogicalToXSD(), OldUnauthenticatedNormalize(), OldUnauthenticatedSet(), OldUnauthenticatedXSDToLogical()
property PID as %ZEN.Datatype.string (ZENURL = "PID");
When editing a service this is passed in as the service name.
Property methods: PIDDisplayToLogical(), PIDGet(), PIDIsValid(), PIDLogicalToDisplay(), PIDLogicalToOdbc(), PIDNormalize(), PIDSet()
property ServiceOK as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
Property methods: ServiceOKDisplayToLogical(), ServiceOKGet(), ServiceOKIsValid(), ServiceOKLogicalToDisplay(), ServiceOKLogicalToOdbc(), ServiceOKLogicalToXSD(), ServiceOKNormalize(), ServiceOKSet(), ServiceOKXSDToLogical()
Property methods: ShadowLinkDisplayToLogical(), ShadowLinkGet(), ShadowLinkIsValid(), ShadowLinkLogicalToDisplay(), ShadowLinkLogicalToOdbc(), ShadowLinkNormalize(), ShadowLinkSet()

Methods

method %OnAfterCreatePage() as %Status
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 %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.
method DrawConnectionTable(pSeed As %String) as %Status
classmethod DrawPageTitle(pSeed As %String) as %Status
classmethod SaveData(pProxy As %ZEN.proxyObject) as %ZEN.proxyObject [ ZenMethod ]
classmethod ValidateIP(IP As %String) as %String [ ZenMethod ]
clientmethod deleteAll() [ Language = javascript ]
clientmethod deleteIndex(DeleteIndex, ip, ncli) [ Language = javascript ]
clientmethod doAddIP() [ Language = javascript ]
clientmethod doSave() [ 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 hideRoles() [ Language = javascript ]
clientmethod ondialogCancel() [ Language = javascript ]
This callback, if defined, is called when the user presses the Cancel button. If this returns false, then the dialog is not cancelled.
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 onstartHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod refreshConnectionTable() [ Language = javascript ]
refresh the allowed incoming connections table and return whether there are now two or more clients listed
clientmethod saveRoles() [ Language = javascript ]
clientmethod showRoles(index, ip) [ Language = javascript ]
clientmethod validate() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab