Skip to main content

%CSP.UI.Portal.Mirror.EditFailover

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

Zen page for System Management Portal - Edit 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.EditFailover.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,Edit Mirror;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = Edit Mirror;
Displayed name of this page.
parameter RESOURCE = %Admin_Manage;
Security requirement

Properties

property CanManage as %ZEN.Datatype.boolean [ InitialExpression = $System.Security.Check("%Admin_Manage","USE") ];
Check if user has manage privilege
Property methods: CanManageDisplayToLogical(), CanManageGet(), CanManageIsValid(), CanManageLogicalToDisplay(), CanManageLogicalToOdbc(), CanManageLogicalToXSD(), CanManageNormalize(), CanManageSet(), CanManageXSDToLogical()
property CurrentUseSSL as %Integer;
Property methods: CurrentUseSSLDisplayToLogical(), CurrentUseSSLGet(), CurrentUseSSLIsValid(), CurrentUseSSLLogicalToDisplay(), CurrentUseSSLNormalize(), CurrentUseSSLSet(), CurrentUseSSLXSDToLogical()
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 IsPrimary as %Boolean [ InitialExpression = $SYSTEM.Mirror.GetInfo()[$$$Primary ];
Property methods: IsPrimaryDisplayToLogical(), IsPrimaryGet(), IsPrimaryIsValid(), IsPrimaryLogicalToDisplay(), IsPrimaryLogicalToXSD(), IsPrimaryNormalize(), IsPrimarySet(), IsPrimaryXSDToLogical()
property MirrorName as %ZEN.Datatype.string;
Property methods: MirrorNameDisplayToLogical(), MirrorNameGet(), MirrorNameIsValid(), MirrorNameLogicalToDisplay(), MirrorNameLogicalToOdbc(), MirrorNameNormalize(), MirrorNameSet()
property NumDNUpdates as %Integer [ InitialExpression = 0 ];
Number of DNUpdates members currently selected
Property methods: NumDNUpdatesDisplayToLogical(), NumDNUpdatesGet(), NumDNUpdatesIsValid(), NumDNUpdatesLogicalToDisplay(), NumDNUpdatesNormalize(), NumDNUpdatesSet(), NumDNUpdatesXSDToLogical()
property NumNewMembers as %Integer [ InitialExpression = 0 ];
Number of NewMembers members currently selected
Property methods: NumNewMembersDisplayToLogical(), NumNewMembersGet(), NumNewMembersIsValid(), NumNewMembersLogicalToDisplay(), NumNewMembersNormalize(), NumNewMembersSet(), NumNewMembersXSDToLogical()
property OldCIDRMask as %ZEN.Datatype.string;
Property methods: OldCIDRMaskDisplayToLogical(), OldCIDRMaskGet(), OldCIDRMaskIsValid(), OldCIDRMaskLogicalToDisplay(), OldCIDRMaskLogicalToOdbc(), OldCIDRMaskNormalize(), OldCIDRMaskSet()
property OldVirtualAddress as %ZEN.Datatype.string;
Property methods: OldVirtualAddressDisplayToLogical(), OldVirtualAddressGet(), OldVirtualAddressIsValid(), OldVirtualAddressLogicalToDisplay(), OldVirtualAddressLogicalToOdbc(), OldVirtualAddressNormalize(), OldVirtualAddressSet()
property OldVirtualAddressInterface as %ZEN.Datatype.string;
Property methods: OldVirtualAddressInterfaceDisplayToLogical(), OldVirtualAddressInterfaceGet(), OldVirtualAddressInterfaceIsValid(), OldVirtualAddressInterfaceLogicalToDisplay(), OldVirtualAddressInterfaceLogicalToOdbc(), OldVirtualAddressInterfaceNormalize(), OldVirtualAddressInterfaceSet()
property lblDNUpdates as %String;
Property methods: lblDNUpdatesDisplayToLogical(), lblDNUpdatesGet(), lblDNUpdatesIsValid(), lblDNUpdatesLogicalToDisplay(), lblDNUpdatesLogicalToOdbc(), lblDNUpdatesNormalize(), lblDNUpdatesSet()
property lblNewMembers as %String;
Property methods: lblNewMembersDisplayToLogical(), lblNewMembersGet(), lblNewMembersIsValid(), lblNewMembersLogicalToDisplay(), lblNewMembersLogicalToOdbc(), lblNewMembersNormalize(), lblNewMembersSet()
property lblText1 as %String;
Property methods: lblText1DisplayToLogical(), lblText1Get(), lblText1IsValid(), lblText1LogicalToDisplay(), lblText1LogicalToOdbc(), lblText1Normalize(), lblText1Set()
property lblText2 as %String;
Property methods: lblText2DisplayToLogical(), lblText2Get(), lblText2IsValid(), lblText2LogicalToDisplay(), lblText2LogicalToOdbc(), lblText2Normalize(), lblText2Set()

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.
classmethod AnyPendingNewMembers(MirrorName As %String) as %Integer [ ZenMethod ]
classmethod AuthorizeDNUpdates(pProxy As %ZEN.proxyObject) as %ZEN.proxyObject [ ZenMethod ]
classmethod AuthorizeNewMembers(pProxy As %ZEN.proxyObject) as %ZEN.proxyObject [ ZenMethod ]
classmethod DrawMemberType(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
method GetValidationInfo(ByRef pParms, Output pObject As %RegisteredObject) as %Status
Return server info per validation checks for failure.
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 RejectDNUpdates(pProxy As %ZEN.proxyObject) as %ZEN.proxyObject [ ZenMethod ]
classmethod RejectNewMembers(pProxy As %ZEN.proxyObject) as %ZEN.proxyObject [ ZenMethod ]
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.
classmethod SaveMirrorConfig(pProxy As %ZEN.proxyObject) as %Status
Save Config.Mirrors
clientmethod doAuthorizeDNUpdates() as %Boolean [ Language = javascript ]
clientmethod doAuthorizeNewMembers() as %Boolean [ Language = javascript ]
clientmethod doEdit(nodeName) [ Language = javascript ]
clientmethod doRejectDNUpdates() as %Boolean [ Language = javascript ]
clientmethod doRejectNewMembers() as %Boolean [ Language = javascript ]
clientmethod doRemove() [ Language = javascript ]
clientmethod doRemoveOther() [ Language = javascript ]
clientmethod doSave() [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when the a popup page launched from this page fires an action.
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: Disable save button for EMS-managed pages. Be sure to use this.invokeSuper('onloadHandler',arguments); when overriding.
clientmethod openAdd() [ Language = javascript ]
clientmethod rowSelectDNUpdates(selectedRows) [ Language = javascript ]
enable the Authorize and Reject buttons if there are members selected. disable otherwise.
clientmethod rowSelectNewMembers(selectedRows) [ Language = javascript ]
enable the Authorize and Reject buttons if there are members selected. disable otherwise.
clientmethod validate(proxy) [ Language = javascript ]
clientmethod verifySSL() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab