Skip to main content

Ens.Enterprise.Portal.MessageResendAfter

class Ens.Enterprise.Portal.MessageResendAfter extends EnsPortal.MessageResendAfter, Ens.Enterprise.Portal.base

Property Inventory

Method Inventory

Parameters

parameter EDITRESOURCE;
Override EDITRESOURCE inherited from EnsPortal.MessageResendAfter.
parameter MessageClass = Ens.Enterprise.MsgBank.MessageHeader;
Type of header messages.
parameter PAGENAME = Message Bank Resend Confirmation;
Displayed name of this page.
parameter RESOURCE = %Ens_MsgBank_MessageResend:USE;
User needs USE permissions on the %Ens_MsgBank_MessageResend resource to view this page.
parameter TABLECOLUMNS = 9;
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 editResendPage as %ZEN.Datatype.string [ InitialExpression = "Ens.Enterprise.Portal.MessageResendEdit.zen" ];
Page for editing and resending messages.
Property methods: editResendPageDisplayToLogical(), editResendPageGet(), editResendPageIsValid(), editResendPageLogicalToDisplay(), editResendPageLogicalToOdbc(), editResendPageNormalize(), editResendPageSet()
property messageDisplayPage as %ZEN.Datatype.string [ InitialExpression = "Ens.Enterprise.Portal.Dialog.MessageBodyDisplay.zen" ];
Page to use for displaying message content.
Property methods: messageDisplayPageDisplayToLogical(), messageDisplayPageGet(), messageDisplayPageIsValid(), messageDisplayPageLogicalToDisplay(), messageDisplayPageLogicalToOdbc(), messageDisplayPageNormalize(), messageDisplayPageSet()
property messageTracePage as %ZEN.Datatype.string [ InitialExpression = "Ens.Enterprise.Portal.VisualTrace.zen" ];
Page for displaying the visual trace.
Property methods: messageTracePageDisplayToLogical(), messageTracePageGet(), messageTracePageIsValid(), messageTracePageLogicalToDisplay(), messageTracePageLogicalToOdbc(), messageTracePageNormalize(), messageTracePageSet()
property viewerPage as %ZEN.Datatype.string [ InitialExpression = "Ens.Enterprise.Portal.MsgBankViewer.zen" ];
Property methods: viewerPageDisplayToLogical(), viewerPageGet(), viewerPageIsValid(), viewerPageLogicalToDisplay(), viewerPageLogicalToOdbc(), viewerPageNormalize(), viewerPageSet()

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method DrawHTMLFields(tSessionId As %String) as %Status
Provide HTML for selected messages.
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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab