%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 FailoverProperty Inventory
- IsEditForm
- OtherMemberAgentAddress
- OtherMemberECP
- OtherMemberName
- OtherMemberPort
- OtherMemberPrivateAddress
- UseSSL
- VirtualAddress
Method Inventory
- %OnAfterCreatePage()
- %OnGetPageName()
- Connect()
- DrawMemberInfoTable()
- OnGetRibbonInfo()
- SaveData()
- doClear()
- doConnect()
- doSave()
- getPageTitle()
- goToNextPage()
- onPopupAction()
- onloadHandler()
- validateConnect()
- validateSave()
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.
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.
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 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.
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
- %condition
- %import
- %includeFiles
- %page
- %resource
- CurrentASYNCmpMode
- CurrentASYNCmpType
- CurrentFOCmpMode
- CurrentFOCmpType
- CurrentMultiDejournal
- DisableRemove
- DisableSave
- FirstFailed
- HelpAddress
- ISREADONLY
- InvalidParam
- IsEMSReadOnly
- 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()
- ReallyClearEscalation()
- 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()
- clearEscalation()
- correctIELayering()
- createComponent()
- createComponentNS()
- deleteComponent()
- disableCommandButton()
- doCancel()
- doChangeBaseDir()
- doJoinNewMember()
- doModified()
- doRemoveLocalConfig()
- doUpdateNode()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- enableCommandButton()
- endModal()
- escalateLogin()
- 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()