classmethod DoPurge(keep As %Integer)
as %String
[ ZenMethod ]
Perform the purge operation and if there is an error, return the message
to JavaScript by prepending the message with a '-'. If no error then
return the zero or positive number of entries deleted, as a string.
classmethod GetCount()
as %Integer
[ ZenMethod ]
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 countReset()
[ Language = javascript ]
Reset the current count of Message Bank entries
method enterKey()
[ Language = javascript ]
Use with certain fields so user can hit Enter to indicate that an entry in the field is done and ready to use
method onChangeResultsPage(next, pageSize, currentPage)
[ Language = javascript ]
Callback to set up the resultset/query for paging
method onlayoutHandler(load)
[ Language = javascript ]
Ensure we don't call onlayoutHandler() reentrantly under older versions of IE8
method showTrace(session, evt)
[ Language = javascript ]
User clicked a link for Trace. Display the Visual Trace page in a popup,
so user can click the arrows to go from session to session without losing his/her place in the Message Bank Viewer.
method startPurge()
[ Language = javascript ]
User clicked the Purge button
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.