Skip to main content

EnsPortal.Dialog.RecordMapSimpleBatch

class EnsPortal.Dialog.RecordMapSimpleBatch extends EnsPortal.Dialog.standardDialog

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter EDITRESOURCE = %Ens_Code:WRITE,%Ens_RecordMap:WRITE;
User needs WRITE permissions on either the %Ens_Code or the %Ens_RecordMap resource to make changes on this page.
parameter PAGENAME = Edit a simple RecordMap Batch;
Displayed name of this page.
parameter RESOURCE = %Ens_Code:READ,%Ens_RecordMap:READ;
User needs READ permissions on either the %Ens_Code or the %Ens_RecordMap resource to view this page.

Properties

property batchClass as %ZEN.Datatype.string (ZENURL = "BATCHCLASS");
Property methods: batchClassDisplayToLogical(), batchClassGet(), batchClassIsValid(), batchClassLogicalToDisplay(), batchClassLogicalToOdbc(), batchClassNormalize(), batchClassSet()
property recordMap as %ZEN.Datatype.string (ZENURL = "RECORDMAP");
Property methods: recordMapDisplayToLogical(), recordMapGet(), recordMapIsValid(), recordMapLogicalToDisplay(), recordMapLogicalToOdbc(), recordMapNormalize(), recordMapSet()

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.
classmethod GetHyperEventResources(pMethod As %String = "") as %String
Callback to return a list of resources required for a specific HyperEvent. The user must have sufficient privileges on one of the resource/permission pairs to be permitted to execute the hyperevent. An empty string implies the user already has sufficient privileges for the ZenMethod specified in pMethod.
classmethod SaveSimpleBatch(batchName As %String = "", batchHeader As %String = "", headerTerm As %String = "", batchTrailer As %String = "", trailerTerm As %String = "", ignoreLeadingData As %Boolean = 0) as %String [ ZenMethod ]
clientmethod applyDetails() [ 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 onRecTermChange(newValue, isRadio, type) [ Language = javascript ]
clientmethod ondialogFinish(action) [ 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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab