Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

EnsPortal.MessageResendAfter

class EnsPortal.MessageResendAfter extends EnsPortal.MessageResend

This is the Message Resend page of the ZEN Ensemble application.

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = Message Resend Confirmation;
Displayed name of this page.
parameter RESOURCE = %Ens_MessageResend:USE;
User needs USE permissions on the %Ens_MessageResend resource to view this page.
parameter TABLECOLUMNS = 8;
Number of columns drawn in the result table. This is used by some of the helper functions to add messages to the table.

Properties

property HeadOfQueue as %ZEN.Datatype.boolean (ZENURL = "HEAD") [ InitialExpression = 0 ];
Inherited description: Flag to indicate whether messages should be resent as the head of the queue.
Property methods: HeadOfQueueDisplayToLogical(), HeadOfQueueGet(), HeadOfQueueIsValid(), HeadOfQueueLogicalToDisplay(), HeadOfQueueLogicalToOdbc(), HeadOfQueueLogicalToXSD(), HeadOfQueueNormalize(), HeadOfQueueSet(), HeadOfQueueXSDToLogical()
property Messages as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: MessagesDisplayToLogical(), MessagesGet(), MessagesIsValid(), MessagesLogicalToDisplay(), MessagesLogicalToOdbc(), MessagesLogicalToXSD(), MessagesNormalize(), MessagesSet(), MessagesXSDToLogical()
property Number as %ZEN.Datatype.string (ZENURL = "NUM");
Inherited description: Number of messages to resend.
Property methods: NumberDisplayToLogical(), NumberGet(), NumberIsValid(), NumberLogicalToDisplay(), NumberLogicalToOdbc(), NumberNormalize(), NumberSet()
property SortOrder as %ZEN.Datatype.string;
Inherited description: Order in which to iterate over the messages.
Property methods: SortOrderDisplayToLogical(), SortOrderGet(), SortOrderIsValid(), SortOrderLogicalToDisplay(), SortOrderLogicalToOdbc(), SortOrderNormalize(), SortOrderSet()
property UseFilter as %ZEN.Datatype.string [ InitialExpression = 0 ];
Inherited description: Whether to use the current Filter to fetch more results.
Property methods: UseFilterDisplayToLogical(), UseFilterGet(), UseFilterIsValid(), UseFilterLogicalToDisplay(), UseFilterLogicalToOdbc(), UseFilterNormalize(), UseFilterSet()

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
method DrawHTMLFields(tSessionId As %String) as %Status
Provide HTML for selected messages.
method OnDrawRibbon() as %Status
Override method from EnsPortal.MessageResend.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Get information to display in the ribbon bar.
method PrepareResults() as %String [ ZenMethod ]
Inherited description: Perform any processing based on the incoming request.
clientmethod loadViewerPage() [ Language = javascript ]
clientmethod onunloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is unloaded. If this method returns a string value, then that is used as the return value of the HTML page's onbeforeunload handler (if more than one component returns a string, the first one encountered is used).

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab