Skip to main content

%CSP.UI.Portal.Mirror.EditAsync

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

Zen page for System Management Portal - Edit 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.EditAsync.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 Async Configurations;
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 MemberName as %String;
Property methods: MemberNameDisplayToLogical(), MemberNameGet(), MemberNameIsValid(), MemberNameLogicalToDisplay(), MemberNameLogicalToOdbc(), MemberNameNormalize(), MemberNameSet()
property MirrorName as %String;
Property methods: MirrorNameDisplayToLogical(), MirrorNameGet(), MirrorNameIsValid(), MirrorNameLogicalToDisplay(), MirrorNameLogicalToOdbc(), MirrorNameNormalize(), MirrorNameSet()
property NoFilter as %Boolean;
Property methods: NoFilterDisplayToLogical(), NoFilterGet(), NoFilterIsValid(), NoFilterLogicalToDisplay(), NoFilterLogicalToXSD(), NoFilterNormalize(), NoFilterSet(), NoFilterXSDToLogical()
property NumFlagSetDBs as %Integer;
Keep track of the number of databases whose FailoverDB flags we could clear
Property methods: NumFlagSetDBsDisplayToLogical(), NumFlagSetDBsGet(), NumFlagSetDBsIsValid(), NumFlagSetDBsLogicalToDisplay(), NumFlagSetDBsNormalize(), NumFlagSetDBsSet(), NumFlagSetDBsXSDToLogical()
property OldMemberType as %Integer;
Property methods: OldMemberTypeDisplayToLogical(), OldMemberTypeGet(), OldMemberTypeIsValid(), OldMemberTypeLogicalToDisplay(), OldMemberTypeNormalize(), OldMemberTypeSet(), OldMemberTypeXSDToLogical()
property OldPurgeSetting as %Boolean;
Property methods: OldPurgeSettingDisplayToLogical(), OldPurgeSettingGet(), OldPurgeSettingIsValid(), OldPurgeSettingLogicalToDisplay(), OldPurgeSettingLogicalToXSD(), OldPurgeSettingNormalize(), OldPurgeSettingSet(), OldPurgeSettingXSDToLogical()
property colAuthorize as %ZEN.Datatype.caption [ InitialExpression = $$$Text("Authorize Pending DN Updates") ];
Store translated targetCol linkCaption for
Property methods: colAuthorizeDisplayToLogical(), colAuthorizeGet(), colAuthorizeIsValid(), colAuthorizeLogicalToDisplay(), colAuthorizeLogicalToOdbc(), colAuthorizeNormalize(), colAuthorizeSet()
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 CanClear() as %Boolean [ ZenMethod ]
classmethod CheckDejournalFilter(SystemName) as %String [ ZenMethod ]
classmethod ClearFailoverDBFlag(dir As %String) as %String [ ZenMethod ]
classmethod ClearFailoverDBFlagAll() as %String [ ZenMethod ]
classmethod DRMemberValidation(SystemName) as %String [ ZenMethod ]
classmethod DrawFailoverDB(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
clientmethod EditDejrnFilter(mirrorName) [ Language = javascript ]
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.
method RefreshPendingMessage() as %Status [ 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.
method UpdateDN() as %Status [ ZenMethod ]
method UpdateDejrnFilter(mirname As %String, Filter As %String) as %Status [ ZenMethod ]
clientmethod doClearAll() [ Language = javascript ]
clientmethod doClearFlag(dbName, dir) [ Language = javascript ]
clientmethod doDNUpdates(mirrorName) [ Language = javascript ]
clientmethod doEdit(mirrorName) [ Language = javascript ]
clientmethod doJoin() [ Language = javascript ]
clientmethod doRemove() [ Language = javascript ]
clientmethod doSave() [ Language = javascript ]
clientmethod doStopTracking(mirrorName) [ Language = javascript ]
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 updateType(newVal) [ Language = javascript ]
If we are currently a DR member, keep track of whether we're changing to reporting
clientmethod validateSave(proxy) [ Language = javascript ]
clientmethod verifySSL() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab