class %DeepSee.UI.Application
extends %ZEN.Portal.Application
Zen application class for pages within the DeepSee portal.
This is a Zen Application class.
parameter APPLICATIONNAME = "DeepSee";
This is the name of this application.
parameter DOMAIN = "%DeepSee";
Set this to the correct domain.
parameter HOMEPAGE = "_DeepSee.UI.Home.zen";
This is the URL of the main starting page of this application.
classmethod GetDeepSeeArray(Output pData)
as %Status
Provide finder contents for the DeepSee pages. Called from %CSP.Portal.Home.
classmethod GetQuickLinks(Output pLinks)
as %Status
Provide any quick links for pages.