Skip to main content

%WebStress.Portal.Tests

class %WebStress.Portal.Tests extends %WebStress.Portal.standardPage

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = %WebStress.Portal.Application;
Set this to the appropriate application class.
parameter PAGENAME = Webstress Portal;
Name of this page.

Properties

property MyId as %Integer;
Property methods: MyIdDisplayToLogical(), MyIdGet(), MyIdIsValid(), MyIdLogicalToDisplay(), MyIdNormalize(), MyIdSet(), MyIdXSDToLogical()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
This class method callback is called just before the server-side page object is created.
method %OnGetTitle() as %String
Get the (localized) title string for the page. This should be implemented in a subclass.
method CopyRec() as %Status [ ZenMethod ]
method GetGeneratorsArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
method GetParamsArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
method GetScriptsArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
method GetURL(value As %String) as %Status [ ZenMethod ]
method GetWebServersArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
method SubmitParams(pCommand As %String, pProvider As %ZEN.Auxiliary.jsonProvider, pSubmitObject As %RegisteredObject, Output pResponseObject As %RegisteredObject) as %Status
clientmethod addResult() [ Language = javascript ]
clientmethod copyRecord() [ Language = javascript ]
clientmethod deleteRec() as %Status [ Language = javascript ]
clientmethod firePopup(row) [ Language = javascript ]
clientmethod getRecord(id As %Integer) as %Status [ Language = javascript ]
clientmethod hideSearchTable() as %Status [ Language = javascript ]
clientmethod isValidTime(timeStr) [ Language = javascript ]
clientmethod newRec() as %Status [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
Subclass need to include the case "switchNamespace" if it is enabling "Switch" next to namespace.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod refreshSearchTable() as %Status [ Language = javascript ]
Refresh the table of records on the form.
clientmethod removeResult(id) [ Language = javascript ]
clientmethod renderDrop(json, name, rowid, grid) [ Language = javascript ]
clientmethod renderGrid() [ Language = javascript ]
clientmethod saveRec() as %Status [ Language = javascript ]
clientmethod saveResults() [ Language = javascript ]
clientmethod toggleSearchTable() as %Status [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab