CSPX.EnsProductionDeletePane
class CSPX.EnsProductionDeletePane extends %CSP.Util.Pane
Production Delete pane. Allows a user to carefully choose a production to delete.Method Inventory (Including Private)
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
Methods (Including Private)
This method deletes the specified production and returns a status that JavaScript can understand.
method DrawBODY(pInstance As %CSP.Util.PageInstance) as %Status [ Language = objectscript ]
Draw the BODY of the wizard pane
method DrawHEAD(pInstance As %CSP.Util.PageInstance) as %Status [ Language = objectscript ]
Inherited description: Overwritten by subclasses to draw anything this pane needs for the HEAD section.
classmethod EscapeHTML(text) [ Language = objectscript ]
classmethod OnSubmit(ByRef pID As %String, pSubmit As %String) as %Status [ Language = objectscript ]
This callback is called when this form is submitted.
classmethod Submit(pRequest As %CSP.Request, pSubmit As %String) as %Status [ Language = objectscript ]
Override submit behavior for this page
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DrawCommandForm()
- DrawCommands()
- GenerateCode()
- LocalizeText()
- OnGenerateCode()
- QuoteCOS()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()