Skip to main content

%CSP.UI.Portal.Mirror.JoinAsync

class %CSP.UI.Portal.Mirror.JoinAsync extends %CSP.UI.Portal.Template, %CSP.UI.Portal.Mirror.Utils

Zen page for System Management Portal - Join Async

Property Inventory

Method Inventory

Parameters

parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter CSPURL = /csp/sys/mgr/%CSP.UI.Portal.Mirror.JoinAsync.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 HELPADDRESS = Home,Configuration,Join Mirror as Async;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = Join Mirror as Async;
Displayed name of this page.
parameter RESOURCE = %Admin_Manage;
Security requirement

Properties

property IsEditForm as %Boolean [ InitialExpression = 1 ];
Inherited description: If set to 1 then the generic Save and Cancel button will be shown on the ribbon bar.
Property methods: IsEditFormDisplayToLogical(), IsEditFormGet(), IsEditFormIsValid(), IsEditFormLogicalToDisplay(), IsEditFormLogicalToXSD(), IsEditFormNormalize(), IsEditFormSet(), IsEditFormXSDToLogical()
property MirrorRequiresSSL as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: MirrorRequiresSSLDisplayToLogical(), MirrorRequiresSSLGet(), MirrorRequiresSSLIsValid(), MirrorRequiresSSLLogicalToDisplay(), MirrorRequiresSSLLogicalToOdbc(), MirrorRequiresSSLLogicalToXSD(), MirrorRequiresSSLNormalize(), MirrorRequiresSSLSet(), MirrorRequiresSSLXSDToLogical()
property OldMemberType as %Integer;
Property methods: OldMemberTypeDisplayToLogical(), OldMemberTypeGet(), OldMemberTypeIsValid(), OldMemberTypeLogicalToDisplay(), OldMemberTypeNormalize(), OldMemberTypeSet(), OldMemberTypeXSDToLogical()

Methods

method %OnAfterCreatePage() as %Status
Set Locator bar and determine whether to show change password option.
method %OnGetPageName() as %String
Inherited description: Get the (localized) name of the page. This should be implemented in a subclass.
method Connect(pProxy As %ZEN.proxyObject) as %ZEN.proxyObject [ ZenMethod ]
Save general association data to server.
Returns proxy.ok = 1 (save successful) or 0 (error occurred)
proxy.ErrorMessage (save failed and display this error message). If proxy.ok is 1 and no messages returned then we return to SMP home.
classmethod IsAgentUp() as %Integer [ ZenMethod ]
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Get information to display in the ribbon bar.
classmethod SaveData(pProxy As %ZEN.proxyObject) as %ZEN.proxyObject [ ZenMethod ]
Save general association data to server.
Returns proxy.ok = 1 (save successful) or 0 (error occurred)
proxy.ErrorMessage (save failed and display this error message). If proxy.ok is 1 and no messages returned then we return to SMP home.
method UpdateDN() as %Status [ ZenMethod ]
clientmethod doClear() [ Language = javascript ]
clientmethod doConnect() [ Language = javascript ]
clientmethod doSave() [ Language = javascript ]
clientmethod getPageTitle() as %String [ Language = javascript ]
Get the title string to add to the locator row.
clientmethod goToNextPage() [ Language = javascript ]
clientmethod modifiedMemberType(newVal) [ Language = javascript ]
user modified Async Member Type
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
Overriding for DN redraw
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: Disable save button for EMS-managed pages. Be sure to use this.invokeSuper('onloadHandler',arguments); when overriding.
clientmethod validateConnect() as %Boolean [ Language = javascript ]
clientmethod validateSave(proxy) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab