DocBook|Search
Class Reference
%DeepSee.UserPortal.WorkList
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [UserPortal] >  [WorkList]
Private  Storage  

abstract class %DeepSee.UserPortal.WorkList extends %RegisteredObject

Base class for work list classes within the DeepSee user portal. A work list class provides the content of a work list pane within a User portal page.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 7


Summary

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%DrawWorkList %Extends %GetHeaderMessage %GetIcon
%GetName %GetParameter %GetTitle %GetToolTip
%GetType %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject

Subclasses
%DeepSee.UserPortal.AlertInfo %DeepSee.UserPortal.AlertList %DeepSee.UserPortal.DetailsList
%DeepSee.UserPortal.FavoritesList %DeepSee.UserPortal.FilterList %DeepSee.UserPortal.RecentList

Parameters

• parameter DOMAIN = "%DeepSee";
Set this to the correct domain.
• parameter ICON = "deepsee/chat_16.gif";
Icon (16x16) to display for this work list.
• parameter TYPE = "html";
Display type: "html" or "group".

Methods

• classmethod %DrawWorkList(pPanelNo As %Integer) as %Status
Draw the contents of the worklist.
pPanelNo is the worklist panel number.
• classmethod %GetHeaderMessage() as %String
Return an optional header message to display.
• classmethod %GetIcon() as %String
Return the small icon for this work list.
• classmethod %GetName() as %String
Return the localized display name for this work list.
• classmethod %GetTitle() as %String
Return the localized title for this work list.
• classmethod %GetToolTip() as %String
Return an optional tool tip to display.
• classmethod %GetType() as %String
Return the display type for this work list.