Skip to main content

%CSP.Portal.Application

class %CSP.Portal.Application extends %ZEN.Portal.Application

Zen based Management Portal Application

Method Inventory

Parameters

parameter APPLICATIONNAME = System Management Portal;
This is the name of this application.
parameter DOMAIN = %Utility;
Domain used for localization.

Methods

classmethod CheckSecurity(pResource As %String) as %Boolean
Given a security resource, this method returns 1 if user has privilege, and 0 if the user does not security privilege for using a particular function.
classmethod EvaluateCondition(pCondition As %String, tError As %String) as %Boolean
Evaluate a menu item condition; the condition must refer to values or functions that are in scope (i.e., % variables).

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab