%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 AsyncProperty Inventory
- CanManage
- MemberName
- MirrorName
- NoFilter
- NumFlagSetDBs
- OldMemberType
- OldPurgeSetting
- colAuthorize
- lblText2
Method Inventory
- %OnAfterCreatePage()
- %OnGetPageName()
- CanClear()
- CheckDejournalFilter()
- ClearFailoverDBFlag()
- ClearFailoverDBFlagAll()
- DRMemberValidation()
- DrawClearLink()
- DrawFailoverDB()
- EditDejrnFilter()
- GetValidationInfo()
- OnGetRibbonInfo()
- RefreshPendingMessage()
- SaveData()
- UpdateDN()
- UpdateDejrnFilter()
- doClearAll()
- doClearFlag()
- doDNUpdates()
- doEdit()
- doJoin()
- doRemove()
- doSave()
- doStopTracking()
- getPageTitle()
- onPopupAction()
- onloadHandler()
- updateType()
- validateSave()
- verifySSL()
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.
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 ClearFailoverDBFlagAll() as %String [ ZenMethod ]
classmethod DRMemberValidation(SystemName) as %String [ ZenMethod ]
method DrawClearLink(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
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.
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 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 getPageTitle() as %String [ Language = javascript ]
Get the title string to add to the locator row.
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
- %condition
- %import
- %includeFiles
- %page
- %resource
- CurrentASYNCmpMode
- CurrentASYNCmpType
- CurrentFOCmpMode
- CurrentFOCmpType
- CurrentMultiDejournal
- DisableRemove
- DisableSave
- FirstFailed
- HelpAddress
- ISREADONLY
- InvalidParam
- IsEMSReadOnly
- IsEditForm
- LocatorHeader
- ModifiedAgentAddress
- ModifiedPrivateAddress
- OldAgentAddr
- OldECPAddr
- OldMemberName
- OldPrivateAddr
- OnclickArray
- PID
- ParentURL
- SSLDefined
- SSLLink
- ShowVAI
- StdTitle
- ValidationErrorMsg
- aboutPage
- align
- aux
- backgroundTimerInterval
- cellAlign
- cellSize
- cellStyle
- cellVAlign
- children
- composite
- contactPage
- containerStyle
- cssLevel
- currSortMode
- currStep
- currViewMode
- disabled
- dragAndDrop
- dragEnabled
- dropEnabled
- enableAutoRefresh
- enclosingClass
- enclosingStyle
- error
- groupClass
- groupStyle
- height
- hidden
- hint
- hintClass
- hintStyle
- home
- homePage
- id
- index
- label
- labelClass
- labelDisabledClass
- labelPosition
- labelStyle
- layout
- lblTitle
- limitPopups
- name
- onafterdrag
- onbeforedrag
- onclick
- ondrag
- ondrop
- onhide
- onrefresh
- onshow
- onupdate
- pageModified
- parent
- searchKey
- showLabel
- slice
- title
- tuple
- useSVG
- useSoftModals
- valign
- visible
- width
- window
- zenPersistentPopup
Inherited Methods
- %AddChild()
- %AddChildAfter()
- %AddChildBefore()
- %AddComponent()
- %AddImportedComponents()
- %AddLocatorLinks()
- %AddToSaveSet()
- %ApplyURLParms()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawAutoLogout()
- %DrawClassDefinitions()
- %DrawComponentHTML()
- %DrawHTML()
- %DrawHTMLPage()
- %DrawJSStrings()
- %DrawObjectDefinitions()
- %EnclosingDivId()
- %EndBackgroundMethod()
- %EndScript()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetChildIndex()
- %GetComponent()
- %GetComponentById()
- %GetComponentByName()
- %GetEventHandlers()
- %GetHomePage()
- %GetHomeParam()
- %GetLinks()
- %GetLocatorLinks()
- %GetPageName()
- %GetParameter()
- %GetProductName()
- %GetValueById()
- %GetValueByName()
- %GetXMLName()
- %IsA()
- %IsModified()
- %Link()
- %LinkCSS()
- %LinkScript()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnBeforeCreatePage()
- %OnCreateApplication()
- %OnCreatePage()
- %OnDetermineCSSLevel()
- %OnDrawEnclosingDiv()
- %OnDrawHTMLBody()
- %OnDrawHTMLHead()
- %OnDrawHTMLMeta()
- %OnDrawObjectProperties()
- %OnFinishBackgroundTask()
- %OnGetProductName()
- %OnGetSmallMenu()
- %OnGetTitle()
- %OnMonitorBackgroundTask()
- %OnMutateChildren()
- %OnObjectSynch()
- %OnPreHTTP()
- %OnSubmit()
- %OnUseSoftModals()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %Register()
- %RemoveChild()
- %RemoveChildren()
- %RemoveComponent()
- %RemoveFromSaveSet()
- %RunBackgroundMethod()
- %Self()
- %SerializeObject()
- %SetBackgroundMethodStatus()
- %SetErrorById()
- %SetErrorByName()
- %SetModified()
- %SetValueById()
- %SetValueByName()
- %SetValuesByName()
- %StartScript()
- %ValidateObject()
- %ZENVersion()
- AnyDNUpdates()
- BuildMenu()
- CheckAllBlanks()
- CheckContextLinks()
- CheckEnterpriseManager()
- CompressMode()
- CompressType()
- ConvertParameter()
- Decrypt()
- DeleteLocalConfig()
- DisplayError()
- DoLogout()
- DrawLocator()
- DrawNetworkInterface()
- DrawRibbon()
- DrawTitle()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- EvalResult()
- FixBaseDirectory()
- GetCSPURL()
- GetContextLinks()
- GetDefaultAgentAddress()
- GetDocURL()
- GetHomePage()
- GetJoinInfo()
- GetMirrorFailureInfo()
- GetNewURL()
- GetQuickLinks()
- GetSSLLink()
- HyperEventCall()
- HyperEventHead()
- Include()
- InitialSSLverification()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- JavaInstalled()
- Link()
- MultiDejournal()
- OnDrawRibbon()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RegisterRecent()
- RewriteURL()
- SSLverification()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()
- ValidateAddress()
- ValidateArbiterAddress()
- ValidateMemberName()
- ValidateMirror()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- addChild()
- addChildAfter()
- addChildBefore()
- afterSave()
- afterValidate()
- cancelPopup()
- changeArbiter()
- changePassword()
- childrenMutated()
- cleanInput()
- correctIELayering()
- createComponent()
- createComponentNS()
- deleteComponent()
- disableCommandButton()
- doCancel()
- doChangeBaseDir()
- doJoinNewMember()
- doModified()
- doRemoveLocalConfig()
- doUpdateNode()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- enableCommandButton()
- endModal()
- exposeComponent()
- findElement()
- fireOnResizeEvent()
- fireOnUnloadEvent()
- fireOnUpdateEvent()
- firePopupAction()
- getChildIndex()
- getComponent()
- getComponentById()
- getEnclosingDiv()
- getFailureMessages()
- getHidden()
- getHintElement()
- getLabelElement()
- getOpener()
- getProperty()
- getSettings()
- getTitleAreaHeight()
- getType()
- goHome()
- goMenu()
- gotoNamespace()
- gotoPage()
- hideCommandButton()
- invokeSuper()
- isButtonDisabled()
- isOfType()
- launchPopupWindow()
- logout()
- makeId()
- modifiedAddress()
- modifiedAgentAddress()
- modifiedECPAddress()
- modifiedMemberName()
- navigate()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onRefreshContents()
- onSerialize()
- onServerMethodCall()
- onServerMethodError()
- onServerMethodReturn()
- onStartModalHandler()
- ondisabledHandler()
- onhandleAutoLogoutWarn()
- onkeydownHandler()
- onkeyupHandler()
- onlayoutHandler()
- onlogoutHandler()
- onoverlayHandler()
- onresizeHandler()
- onunloadHandler()
- onupdateHandler()
- openSSL()
- popupActionHandler()
- refreshContents()
- removeChild()
- render()
- renderContents()
- renderSVG()
- resetMsg()
- searchBlur()
- searchBoxHandler()
- searchFocus()
- searchKeyDown()
- searchKeyPress()
- selectVIP()
- setComponentId()
- setConnectivityStatusMsg()
- setHidden()
- setModified()
- setOverlayMode()
- setPageTitle()
- setProperty()
- setPropertyAll()
- setSortMode()
- setSortModeHandler()
- setTraceOption()
- setViewMode()
- setViewModeHandler()
- showAbout()
- showCommandButton()
- showContact()
- showDocumentation()
- showHelp()
- showMsg()
- startModal()
- startProgressBar()
- stopProgressBar()
- switchNamespace()
- toggle()
- toggleSSL()
- trimSpace()
- updateAddress()
- validateRequired()