CSPX.Enterprise.Portal.MsgTablePane
class CSPX.Enterprise.Portal.MsgTablePane extends CSPX.EnsMsgTablePane
Specialized pane for displaying a list of MsgBank messages.Method Inventory
- BasicEnumerateExecute()
- BasicEnumerateFetch()
- BasicEnumeratePrepare()
- DrawHEAD()
- EnumerateExecute()
- EnumerateFetch()
- EnumerateGetInfo()
- EnumeratePrepare()
- ExecuteResultSet()
- GetColorByColumn()
- GetLinks()
Methods
classmethod BasicEnumerateExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm) as %Status
classmethod BasicEnumerateFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod BasicEnumeratePrepare(ByRef qHandle As %Binary, pFilterObj As %String, p2 As %Integer, p3 As %String) as %Status
method DrawHEAD(pInstance As PageInstance) as %Status
Inherited description: Overwritten by subclasses to draw anything this pane needs for the HEAD section.
classmethod EnumerateExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, pNextId As %String = "", pPaneObj As MsgTablePane = $$$NULLOREF) as %Status
classmethod EnumerateFetch(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 EnumeratePrepare(ByRef qHandle As %Binary, p1 As %String, p2 As %Integer, p3 As %String) as %Status
method ExecuteResultSet(pRS As %ResultSet, ByRef pID As %String) as %Status
This method performs the actual execution of the ResultSet
This can be overridden by subclasses
method GetColorByColumn() as %String
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
Queries
query BasicEnumerate(pFilterObj As CSPX.EnsMsgFilterForm)
Selects TimeCreated, ID, Client, Session, Session, Status, Error, Source
query Enumerate(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As MsgTablePane = $$$NULLOREF)
Selects TimeCreated, ID, Client, Session, SessionId, Status, Error, Source
List the messages matching the given filter object, skipping to start from NextId if given.
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
- enableAutoRefresh
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()
- CreateResultSet()
- CreateTempFile()
- CurrentDateTime()
- DoesNotContain()
- DoesNotIntersectList()
- DoesNotMatch()
- DoesNotStartWith()
- DrawBODY()
- DrawCommandForm()
- DrawCommands()
- DrawLastUpdate()
- DrawSearch()
- DrawStatusError()
- DrawTable()
- DumpTree()
- EnumerateClose()
- Exists()
- FilterPostRS()
- FilterTable()
- GenerateCode()
- GetColumnWidths()
- GetDescriptiveText()
- GetItemsPerPage()
- 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()
- RegexMatch()
- 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()