Skip to main content

EnsPortal.Dialog.ComplexMapGenerate

class EnsPortal.Dialog.ComplexMapGenerate extends EnsPortal.Dialog.standardDialog

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter DOMAIN = Ensemble;
Domain used for localization.
parameter PAGENAME = Generate Complex RecordMap Classes;
Displayed name of this page.
parameter RESOURCE = %Ens_Code:WRITE,%Ens_RecordMap:WRITE;
User needs WRITE permissions on either the %Ens_Code or the %Ens_RecordMap resource to view this page.

Properties

property complexMap as %ZEN.Datatype.string (ZENURL = "COMPLEXMAP");
Property methods: complexMapDisplayToLogical(), complexMapGet(), complexMapIsValid(), complexMapLogicalToDisplay(), complexMapLogicalToOdbc(), complexMapNormalize(), complexMapSet()

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
method GenerateMap(pIncludeRecordMaps As %Boolean = 0, pCompile As %Integer = 2, pCompileFlags As %String = "ck", pOverwriteBehaviour As %Integer = 0, ByRef pGeneratedClasses As %ZEN.proxyObject, pKeepStorage As %Boolean = 1) as %String [ ZenMethod ]
Save general association data to server
method GetExpectedClasses(ByRef pParms) as %Status
clientmethod changedCompile() [ Language = javascript ]
User changed Compile drop-down. Show/hide Compile flags field.
clientmethod drawExpectedClasses() [ Language = javascript ]
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod ondialogFinish(action) as %Boolean [ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.
clientmethod ondialogStart() [ Language = javascript ]
Inherited description: This callback, if defined, is called when the dialog page is loaded.
clientmethod toggleRecordMapGeneration(newValue) [ Language = javascript ]
clientmethod writeMsg(msg) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab