Skip to main content

%CSP.UI.Portal.ECPAppServers

class %CSP.UI.Portal.ECPAppServers extends %CSP.UI.Portal.Utils

System Management Portal - System Configuration - ECP - Application Servers

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.ECPAppServers.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 EMSSERVICE = Config;
parameter HELPADDRESS = Home,Configuration,ECP Settings,ECP Application Servers;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = ECP Application Servers;
Displayed name of this page.
parameter PARENTPAGE = /csp/sys/mgr/%CSP.UI.Portal.ECP.zen;
Inherited description: This parameter defines the parent page for this page.
If the name ends in .csp, then the parent is assumed to be an autopage-enabled CSP page.
If the name ends in .cls, then the parent is assumed to be a Zen page.
This is used to automate the construction of the locator bar for this page and to build the index between portal pages and documentation.
The %GetLocatorInfo method is used to get this information.
parameter RESOURCE = %Admin_Manage;
Security requirement

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
Inherited description: Be sure to do ##super() when overriding.
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
classmethod AuthorizeCN(CN As %String, authorize As %Integer) as %String [ ZenMethod ]
classmethod DeleteCN(CN As %String) as %String [ ZenMethod ]
method DrawECPSSL() as %Integer [ ZenMethod ]
method OnDrawRibbon() as %Status
Inherited description: This is called in the middle of rendering the tool ribbon. Subclasses can inject their own content into the ribbon by writing it out in this method. This content is best wrapped within a single td element. It can also consist of multiple td elements.

To achieve a fixed position for elements within the ribbon, for a fixed width page you can use a single enclosing td that contains a table and a single tr, with td elements inside that single tr that contain your content for the ribbon.

To achieve a fixed position for elements within the ribbon, for a page whose width varies depending on its contents (thereby stretching the ribbon) you can use multiple td elements to contain your content and then a final td element that is empty and has width 40% (or so) to push your contents towards the left and keep them in their proper locations.

clientmethod doAuthorize(CN, authorize) [ Language = javascript ]
clientmethod doDelete(CN) [ Language = javascript ]
clientmethod updateView(InTimer) [ Language = javascript ]
Inherited description: Update / Reload table. Subclass may override this method. Do not modify this method unless you are going to take care of all pages that use it.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab