Skip to main content

%DeepSee.UserPortal.ErrorPage

class %DeepSee.UserPortal.ErrorPage extends %DeepSee.UserPortal.standardPage

Error page for the User Portal.

Property Inventory

Method Inventory

Parameters

parameter HOMEPAGE = _DeepSee.UserPortal.Home.zen;
URL of home page (used in links).
parameter PAGENAME = DeepSee Error;
Name of this page.

Properties

property errorName as %String (ZENURL = "ERROR");
Property methods: errorNameDisplayToLogical(), errorNameGet(), errorNameIsValid(), errorNameLogicalToDisplay(), errorNameLogicalToOdbc(), errorNameNormalize(), errorNameSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: Decorate the page.
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the page. This should be implemented in a subclass.
method DrawError(pSeed As %String) as %Status
Draw contents of error html component.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab