Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [EDI] >  [EDIFACT] >  [MsgBodyMethods]
Private  Storage   

abstract class EnsLib.EDI.EDIFACT.MsgBodyMethods extends Ens.Util.MessageBodyMethods

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8


Summary

Methods
%CompareContents %DrawHTMLForm %DrawHTMLTable %GetContentType
%OnTimeout %ProcessSubmit %ShowContents %ShowContentsHead
GetStatsDimension chooseDocType

Subclasses
EnsLib.EDI.EDIFACT.Document

Methods

• classmethod %DrawHTMLForm(pObj As %RegisteredObject, ByRef pID As %String, pActionURL As %String = "", ByRef pButtons As %CSP.Util.FormButton, pTarget As %String = "") as %Status
This method is called by the Management Portal to display a message-specific content editor
• classmethod %DrawHTMLTable(pObj As %RegisteredObject, ByRef pID As %String) as %Status
This method is called by the Management Portal to display a message-specific content viewer.
• method %GetContentType() as %String
This method is called by the Management Portal to determine the content type that will be returned by the %ShowContents method. The return value is a string containing an HTTP content type.
• classmethod %ProcessSubmit(pRequest As %CSP.Request, ByRef pID As %String = "", Output pErrorMsg As %String) as %RegisteredObject
This method is called by the Management Portal to display a message-specific content editor.
• method %ShowContents(pZenOutput As %Boolean = 0)
This method is called by the Management Portal to display a message-specific content viewer.
This method displays its content by writing out to the current device. The content should match the type returned by the %GetContentType method.
• method %ShowContentsHead(pZenOutput As %Boolean = 0)
This method is called by the Management Portal to display a portion of the HEAD section of a message-specific content viewer.
• method GetStatsDimension() as %String
This method is used to provide the Statistics Site Dimension if not already set
• method chooseDocType(Output pDocDesc) as %String


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.