Skip to main content

%DeepSee.UserPortal.Application

class %DeepSee.UserPortal.Application extends %ZEN.application, %CSP.Portal.SourceControl.Base

Base Zen application class for the DeepSee UserPortal. This is used by the HomePage, and Dashboard viewer pages.

Method Inventory

Parameters

parameter APPLICATIONNAME = DeepSee Portal;
This is the name of this application.
parameter COMPANYNAME = InterSystems;
This is the default company name displayed within this application.
parameter DOMAIN = %DeepSee;
Inherited description: The default domain for csp:text, span and div tags. This parameter is used to specify the subset of localized messages to be used on this page.
parameter HOMEPAGE = _DeepSee.UserPortal.Home.zen;
This is the URL of the main starting page of this application.

Methods

method %DrawSmallMenu(ByRef pMenu As %String)
Draw small menu at the top of the title area.
method %DrawTitleHTML(pTitle As %String, ByRef pSmallMenu) as %Status
Draw the HTML contents of the title area for portal pages.
method %GetServerInfo(Output pInfo)
Get information about this server, return it via the array pInfo
method %OnGetCompanyName() as %String
Get the company name for the page.
Provide any quick links for pages.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab