Skip to main content

EnsPortal.Setting.Report.Configuration

class EnsPortal.Setting.Report.Configuration extends EnsPortal.Template.standardPage

Method Inventory

Parameters

parameter EDITRESOURCE = %Ens_SettingsReportConfig:WRITE;
User must have WRITE permissions on the "%Ens_SettingsReportConfig" resource to make changes on this page.
parameter PAGENAME = Configure Settings Report Locations;
Displayed name of this page.
parameter RESOURCE = %Ens_SettingsReportConfig:READ;
User must have READ permissions on the "%Ens_SettingsReportConfig" resource to view this page.

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 ApplyNamespace(nsp) as %String [ ZenMethod ]
classmethod GetHyperEventResources(pMethod As %String = "") as %String
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.
clientmethod doApply() [ Language = javascript ]
clientmethod onunloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is unloaded. If this method returns a string value, then that is used as the return value of the HTML page's onbeforeunload handler (if more than one component returns a string, the first one encountered is used).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab