Class Reference
%CSP.UI.System.BroadcastPane
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [UI] >  [System] >  [BroadcastPane]
Private  Storage

class %CSP.UI.System.BroadcastPane extends %CSP.Util.ExpPane

This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

This pane prompts user to enter a message, select PIDs to broadcast a message.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 6


Summary

Properties
Align CommandFormClass CommandFormObject CommandSubmitPage
Commands FrameStyle Name Styles
Text URL

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject CreateResultSet DoneMsg DrawBODY
DrawButtons DrawCommandForm DrawCommands DrawErrorLog
DrawHEAD DrawResult DrawRoutineLinks DrawSearchField
DrawStatusError DrawTable ExecuteResultSet GenerateCode
GetAlarmTimeout GetDescriptiveText GetMask GetPageType
GetSearchMask LocalizeText OnGenerateCode QuoteCOS
SetAlarmTimeout WriteBackupMsg XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Parameters

• parameter DOMAIN = "%Utility";
Default Localization Domain

Methods

• method CreateResultSet(ByRef pRS As %ResultSet) as %Status
CreateResult
• method DrawBODY(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the BODY section.
• method DrawButtons(ColMax As %Integer, flag As %Boolean)
• method DrawResult(Msg)
• method DrawTable(ByRef pRS As %String)
• method ExecuteResultSet(pRS As %ResultSet) as %Status
This can be overridden by subclasses