class %CSP.UI.System.AuditSearchPane
extends %CSP.Util.Pane, %CSP.UI.SQL.Error
This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
Audit search criteria pane
parameter DOMAIN = "%Utility";
Default domain for the Portal's localization.
method DrawBODY(pInstance As PageInstance)
as %Status
Overwritten by subclasses to draw anything this pane needs for the BODY section.
method DrawHEAD(pInstance As PageInstance)
as %Status
Special style for displaying user privilege info on this page
classmethod ValidateDateTime(pDateTime)
as %Boolean
Return 1 if date and time is a legal value. 0 if illegal.
Value passed in is not null for this page's use because null is allowed.