Skip to main content

%CSP.UI.Portal.Mirror.JoinFailover

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

Zen page for System Management Portal - Join Failover

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.JoinFailover.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 Failover;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = Join Mirror as Failover;
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 OtherMemberAgentAddress as %ZEN.Datatype.string;
Property methods: OtherMemberAgentAddressDisplayToLogical(), OtherMemberAgentAddressGet(), OtherMemberAgentAddressIsValid(), OtherMemberAgentAddressLogicalToDisplay(), OtherMemberAgentAddressLogicalToOdbc(), OtherMemberAgentAddressNormalize(), OtherMemberAgentAddressSet()
property OtherMemberECP as %ZEN.Datatype.string;
Property methods: OtherMemberECPDisplayToLogical(), OtherMemberECPGet(), OtherMemberECPIsValid(), OtherMemberECPLogicalToDisplay(), OtherMemberECPLogicalToOdbc(), OtherMemberECPNormalize(), OtherMemberECPSet()
property OtherMemberName as %ZEN.Datatype.string;
Property methods: OtherMemberNameDisplayToLogical(), OtherMemberNameGet(), OtherMemberNameIsValid(), OtherMemberNameLogicalToDisplay(), OtherMemberNameLogicalToOdbc(), OtherMemberNameNormalize(), OtherMemberNameSet()
property OtherMemberPort as %ZEN.Datatype.integer;
Property methods: OtherMemberPortDisplayToLogical(), OtherMemberPortGet(), OtherMemberPortIsValid(), OtherMemberPortLogicalToDisplay(), OtherMemberPortLogicalToOdbc(), OtherMemberPortNormalize(), OtherMemberPortSet()
property OtherMemberPrivateAddress as %ZEN.Datatype.string;
Property methods: OtherMemberPrivateAddressDisplayToLogical(), OtherMemberPrivateAddressGet(), OtherMemberPrivateAddressIsValid(), OtherMemberPrivateAddressLogicalToDisplay(), OtherMemberPrivateAddressLogicalToOdbc(), OtherMemberPrivateAddressNormalize(), OtherMemberPrivateAddressSet()
property UseSSL as %ZEN.Datatype.boolean;
Property methods: UseSSLDisplayToLogical(), UseSSLGet(), UseSSLIsValid(), UseSSLLogicalToDisplay(), UseSSLLogicalToOdbc(), UseSSLLogicalToXSD(), UseSSLNormalize(), UseSSLSet(), UseSSLXSDToLogical()
property VirtualAddress as %ZEN.Datatype.string;
Property methods: VirtualAddressDisplayToLogical(), VirtualAddressGet(), VirtualAddressIsValid(), VirtualAddressLogicalToDisplay(), VirtualAddressLogicalToOdbc(), VirtualAddressNormalize(), VirtualAddressSet()

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.
method DrawMemberInfoTable(pSeed As %String) as %Status
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.
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 onPopupAction(popupName, action, value) [ Language = javascript ]
Overriding the template function because the elements are not zen on this page
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