EnsPortal.Application

class EnsPortal.Application extends %CSP.Portal.Application

This is the application class for the Ensemble (ZEN) application.

Method Inventory

Parameters

parameter APPLICATIONNAME = Ensemble Management Portal;
This is the name of this application.
parameter DOMAIN = Ensemble;
Domain used for localization.
parameter HOMEPAGE = %CSP.Portal.Home.zen;
This is the URL of the main starting page of this application.

Methods

classmethod CheckPrivileges() as %Boolean
Ensure the user has USE permissions on %Ens_Portal and READ permissions on the default database for the current namespace.
classmethod GetEnsembleArray(Output pData) as %Status
Provide finder contents for the Ensemble pages. Called from %CSP.Portal.Home.

Inherited Members

Inherited Properties

Inherited Methods