Create and execute the result set used to drive the results table.
Note that ignoreSearchWarnings controls whether
the warnings in searchWarnings should be displayed
to the user or ignored.
Server-side method to write out the content for the SessionId cells.
The main purpose is to include a link to the trace on the
client system when the session ID is known.
Method to draw the contents of warningsDiv in the output for a supplied temp node.
If the temp node doesn't exist, or there are no errors, nothing is drawn.
Load Filter object from the session, or from a saved search if requested.
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.
method checkForSearchErrors()
[ Language = javascript ]
Method that gets the current TempNode from the filter and triggers a refresh of the Warnings panel.
method doResend()
[ Language = javascript ]
Don't allow resend.
method drawDetails(messageId)
[ Language = javascript ]
Update the details for a selected message.
method getFullTimeCreated(rowIndex)
[ Language = javascript ]
Helper method to extract the full value for TimeCreated from the timecreated element in the HTML row data.
rowIndex is the index of the row according to the main table's selectedIndex property.
method onAfterSearch()
[ Language = javascript ]
Make sure we check for errors that occurred during the search.
method onChangeResultsPage(next, pageSize, currentPage)
[ Language = javascript ]
Callback to set up the resultset/query for paging
method onWarningsUpdate()
[ Language = javascript ]
method onlayoutHandler(load)
[ Language = javascript ]
Adjust for the possibility of the warning div being populated.
method onloadHandler()
[ Language = javascript ]
Check for errors that occurred while the table was first being populated.
method showOtherSystemHome(link, evt)
[ Language = javascript ]
method showTrace(session, evt)
[ Language = javascript ]
method updateFilterFromForm(updateSearchCriteria)
[ Language = javascript ]
Update the current Filter based on the form's contents. Extended criteria are saved separately.
method updateFormFromFilter()
[ Language = javascript ]
Update the form on the page based on an updated Filter object.
method updatePageData()
[ Language = javascript ]
Helper method to record the first and last ID values for the current page.