CSPX.EnsEntMsgTablePane
class CSPX.EnsEntMsgTablePane extends CSPX.EnsMsgTablePane
Specialized pane for displaying a list of messages.Property Inventory
Method Inventory
- CreateResultSet()
- EnumerateDupsClose()
- EnumerateDupsExecute()
- EnumerateDupsFetch()
- EnumerateExecute()
- EnumerateFetch()
- EnumerateGapsClose()
- EnumerateGapsExecute()
- EnumerateGapsFetch()
- EnumerateGetInfo()
- EnumerateLatesClose()
- EnumerateLatesExecute()
- EnumerateLatesFetch()
- GetColorByColumn()
- GetLinks()
- MakeLink()
Properties
property Clients [ MultiDimensional ];
Array of Enterprise Monitor client system address structures
Property methods: ClientsDisplayToLogical(), ClientsGet(), ClientsIsValid(), ClientsLogicalToDisplay(), ClientsLogicalToOdbc(), ClientsNormalize(), ClientsSet()
Methods
method CreateResultSet(ByRef pID As %String, ByRef pRS As %ResultSet) as %Status
Inherited description: This method creates the %ResultSet object
that is used for the table pane.
A subclass can override this to customize the table displayed by this pane.
pID is array of page variables...
A subclass can override this to customize the table displayed by this pane.
pID is array of page variables...
classmethod EnumerateDupsExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, pNextId As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
classmethod EnumerateDupsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod EnumerateExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, ByRef pNextIds As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
classmethod EnumerateFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod EnumerateGapsExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, pNextId As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
classmethod EnumerateGapsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod EnumerateGetInfo(colinfo As %List, parminfo As %List, idinfo As %List, qHandle As %Binary, extoption As %Integer = 0, extinfo As %List) as %Status
classmethod EnumerateLatesExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, pNextId As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
classmethod EnumerateLatesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
method GetColorByColumn() as %String
Inherited description: Subclass can override this to specify the name of column used
to distinctly color rows
method GetLinks(ByRef pValues, ByRef pLinks)
Inherited description: Subclass can override this to specify hyperlinks for the columns
method MakeLink(pInstance As %CSP.Util.PageInstance, pHREF, ByRef pRowID, ByRef pValue) as %String
Inherited description: Subclass can override this to modify hyperlinks for the columns
Queries
query Enumerate(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePaneEx = $$$NULLOREF)
Selects System, ID, TimeCreated, Session, Status, Error, Source
List the messages matching the given filter object, skipping to start from NextId if given.
query EnumerateDups(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePaneEx = $$$NULLOREF)
Selects ID, TimeCreated, Session, Status, Error, Source, BodyID, BodyControlID, DupBodyIDs
query EnumerateGaps(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePaneEx = $$$NULLOREF)
Selects ID, TimeCreated, Session, Status, Error, Source, Seq, TargetSeq
This one does not currently return objects, only the sequence number of the message that should have arrived, and the higher sequence number of the one that already arrived
query EnumerateLates(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePaneEx = $$$NULLOREF)
Selects ID, TimeCreated, Session, Status, Error, Source, BodyID, Seq, NextSeq
Inherited Members
Inherited Properties
- Actions
- Align
- AutoRefresh
- CheckboxId
- CommandFormClass
- CommandFormObject
- CommandSubmitPage
- Commands
- Conditions
- FrameStyle
- HiddenColumns
- ItemsPerPage
- MaxColumns
- MaxResults
- Name
- Query
- SQLQuery
- ShowCheckboxes
- ShowFilter
- ShowLastUpdate
- ShowRowNumbers
- ShowSearchPage
- ShowZebra
- Sortable
- Styles
- Text
- URL
- bgcolor
- border
- cellpadding
- cellspacing
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Contains()
- ConvertDateTime()
- CreateDataSet()
- CreateTempFile()
- CurrentDateTime()
- DoesNotContain()
- DoesNotIntersectList()
- DoesNotMatch()
- DoesNotStartWith()
- DrawBODY()
- DrawCommandForm()
- DrawCommands()
- DrawHEAD()
- DrawLastUpdate()
- DrawSearch()
- DrawStatusError()
- DrawTable()
- DumpTree()
- EnumerateClose()
- EnumeratePrepare()
- ExecuteResultSet()
- Exists()
- FilterPostRS()
- FilterTable()
- GenerateCode()
- GetColumnWidths()
- GetDescriptiveText()
- GetItemsPerPage()
- GetToolTips()
- If()
- In()
- InFile()
- InFileColumn()
- IntersectsList()
- ItemsPerPageUpdate()
- Length()
- Like()
- LocalizeColumnName()
- LocalizeText()
- Lookup()
- Matches()
- Max()
- Min()
- Not()
- NotIn()
- NotInFile()
- NotLike()
- OnDrawFilter()
- OnDrawHEADTablePane()
- OnGenerateCode()
- Pad()
- Piece()
- PurgeTempData()
- QuoteCOS()
- RefreshTable()
- ReplaceStr()
- Round()
- Rule()
- Schedule()
- StartsWith()
- Strip()
- SubString()
- ToLower()
- ToUpper()
- Translate()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- addSQLTerms()
- filtPostRS()
- parseTerms()
- reduceTree()
- replace()
- wrapHTML()
- wrappedWidth()