CSPX.EnsMsgTablePaneEx
class CSPX.EnsMsgTablePaneEx extends CSPX.EnsMsgTablePane
Specialized pane for displaying a list of messages.Method Inventory
- CreateResultSet()
- EnumerateDupsClose()
- EnumerateDupsExecute()
- EnumerateDupsFetch()
- EnumerateGapsClose()
- EnumerateGapsExecute()
- EnumerateGapsFetch()
- EnumerateLatesClose()
- EnumerateLatesExecute()
- EnumerateLatesFetch()
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 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 EnumerateLatesExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, pNextId As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
Queries
query EnumerateDups(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePane = $$$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()
- EnumerateExecute()
- EnumerateFetch()
- EnumerateGetInfo()
- EnumeratePrepare()
- ExecuteResultSet()
- Exists()
- FilterPostRS()
- FilterTable()
- GenerateCode()
- GetColorByColumn()
- GetColumnWidths()
- GetDescriptiveText()
- GetItemsPerPage()
- GetLinks()
- GetToolTips()
- If()
- In()
- InFile()
- InFileColumn()
- IntersectsList()
- ItemsPerPageUpdate()
- Length()
- Like()
- LocalizeColumnName()
- LocalizeText()
- Lookup()
- MakeLink()
- 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()