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

class %CSP.UI.System.ExpResultPane extends %CSP.Page

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 is the pane to prepare for action result. Display what user selected, with additional parameter prompts if needed, and prompt the user to proceed or cancle.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 18


Summary

Methods
%ClassIsLatestVersion %ClassName %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%OriginalNamespace %PackageName ConvertParameter Decrypt
DoneMsg DrawChangeStatusAuditEvent DrawCloseButton DrawCompileSelections
DrawDatabaseIntegrity DrawDeleteSelections DrawErrorLog DrawExportSelections
DrawImportSelections DrawImportTable DrawLangSelections DrawMirrorDB
DrawProgressImg DrawSelectedTable Encrypt EscapeHTML
EscapeURL GetFileName HelpTextCancel HyperEventBody
HyperEventCall HyperEventFrame HyperEventHead Include
InsertHiddenField InsertHiddenFields IsPrivate Link
LocalizePage OnHTTPHeader OnPage OnPageError
OnPostHTTP OnPostHyperEvent OnPreHTTP OnPreHyperEvent
Page QuoteJS RewriteURL ShowError
StartTimer StopTimer ThrowError UnescapeHTML
UnescapeURL


Parameters

• parameter DOMAIN = "%Utility";
Default domain for the Portal's localization.

Methods

• classmethod DoneMsg(tSC)
Write common message after action is commited.
• classmethod DrawChangeStatusAuditEvent(tMode As %String, cbState As %String) as %Integer
• classmethod DrawCloseButton()
• classmethod DrawCompileSelections(tNamespace As %String, tMode As %String, cbState As %String) as %Integer
• classmethod DrawDatabaseIntegrity(tMode, cbState) as %Integer
• classmethod DrawDeleteSelections(tNamespace As %String, tMode As %String, cbState As %String) as %Integer
• classmethod DrawErrorLog(err)
Write out error log
• classmethod DrawExportSelections(tNamespace As %String, tMode As %String, cbState As %String) as %Integer
• classmethod DrawImportSelections(tNamespace As %String, tMode As %String, cbState As %String) as %Integer
• classmethod DrawImportTable() as %Integer
Draw what items are in the importing file
• classmethod DrawLangSelections(tNamespace As %String, tMode As %String, cbState As %String) as %Integer
Let user select options for setting Language Mode for routines This method is not being used because the language mode has been commented out per Joe.
• classmethod DrawMirrorDB(tMode, cbState, SelectedMirror) as %Integer
• classmethod DrawProgressImg()
• classmethod DrawSelectedTable(cbState) as %Integer
Draw what user has selected
• classmethod GetFileName() as %String
Return FileName user entered
• classmethod HelpTextCancel()
• classmethod LocalizePage(ByRef msgPage As %String) as %String
Return displable Mode Title
• classmethod OnPage() as %Status
Event handler for PAGE event: this is invoked in order to generate the content of a csp page.