Skip to main content

%CSP.UI.System.ExpResultPane

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.

Method Inventory

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 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
Inherited description: Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
classmethod OnPreHTTP() as %Boolean
Ensure user has either %Admin_Manage:USE or %Admin_Operate:USE.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab