Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Base class for generic InterSystems IRIS Interoperability pages.
This is used for pages that do fit into one of the other base class
categories.
|
|
|
Set this to the appropriate application class.
Do not switch namespace for the page based on $NAMESPACE; will stay in the original namespace.
If true and AUTOLOGOUT is true then call onhandleAutoLogout 30 seconds prior to AUTOLOGOUT. This allows the page to handle client page modifications while the session is still valid before the page is reloaded.
Domain used for localization.
Resource for subclasses to indicate whether further resources are needed to perform actions on pages.
favorite icon.
Comma-separated list of additional JS include files for the page.
|
The help address that links to the "Help" (next to the "Logout" link) documentation
Flag to indicate whether the user is permitted to make any changes on a given page.
Message to inform the user they may not perform a given action.
|
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
Add the EnsException error handling on the client.
Get the contents of the small menu in the title area.
Ensure that the user has the required privileges for the Portal application.
Define any context links for the page. Sub-class to override.
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.
Overrides super class method to be able to set custom web application if applicable when switching namespace.
Render the contents trapping for permission issue
Invoke the base OnPreHyperEvent() method, and then check whether the user is permitted to invoke the specified method by checking the resource returned by theGetHyperEventResources callback.
*******************************************************************/// Used to move an item from one listbox to the other. The listboxes are side-by-side. The action moves a list item from one box to the next, then remove it from the original box. This method was originally in CSPX.Portal.Template which is no longer used. *******************************************************************///
The input value is the name of the new namespace to switch to. This method only works for EnsPortal classes whose URL is simple (no URL parameters). This method will need to be overridden for classes such as EnsPortal.EDIDocumentView which cannot work without a URL parameter provided.
Returning from dialogs
Override onServerMethodError to funnel HyperEvent errors through the central Ensemble exception handling code. If session pollution occurs while in Studio mode, alert the user to the problem instead of reloading. The method sets zenPage._staleStudioSession to true to ensure that an alert is displayed only once and subsequent hyperevent failures will not trigger a reload of the page.
Prior to auto logout allow time to see if user needs to continue Session.
This client event, if present, is fired when the page is loaded.
Set the modified flag for the page.