Skip to main content

EnsPortal.Configuration.Settings

class EnsPortal.Configuration.Settings extends EnsPortal.Template.standardPage

Method Inventory

Parameters

parameter EDITRESOURCE = %Admin_Manage:USE;
Inherited description: Resource for subclasses to indicate whether further resources are needed to perform actions on pages.
parameter PAGENAME = Configure Interoperability Settings;
Displayed name of this page.
parameter RESOURCE = %Admin_Manage:USE;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Methods

method %OnAfterCreatePage() as %Status
This class method callback is called just before the server-side page object is created.
method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
method DisableInactivity(check) as %String [ ZenMethod ]
method EnableRefresh(check) as %String [ ZenMethod ]
classmethod GetHyperEventResources(pMethod As %String = "") as %String
Inherited description: Callback to return a list of resources required for a specific HyperEvent. The user must have sufficient privileges on one of the resource/permission pairs to be permitted to execute the hyperevent. An empty string implies the user already has sufficient privileges for the ZenMethod specified in pMethod.
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 ProdSCExclude(check) as %String [ ZenMethod ]
clientmethod doApply() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab