Skip to main content

Demo.REST.DirectoryPage

class Demo.REST.DirectoryPage extends %CSP.UI.Portal.Template

StartProduction

Method Inventory

Parameters

parameter AUTOLOGOUT = 0;
If true, then attempt to refresh this page when its session timeout period has expired. This will cause a login page to display if the current session has ended and security is set to require login.
parameter CSSINCLUDES = ensemble/Ensemble_Wizards.css;
Inherited description: Comma-separated list of additional CSS include files for the page. If this page is using CSS3 then the CSS3INCLUDES parameter is used (if defined).
parameter DOMAIN = ENSDEMO;
Inherited description: Domain used for localization.
parameter PAGENAME = Demo REST Directory Service;
Displayed name of this page.
parameter RESOURCE = %Ens_MessageContent:USE;
User needs USE permissions on the %Ens_MessageContent resource to view this page.

Methods

method %OnAfterCreatePage() as %Status
Decorate the page.
method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
classmethod DoCreate(type As %String, key As %String, keyvalue As %String, obj As %ZEN.proxyObject) as %ZEN.Datatype.string [ ZenMethod ]
classmethod DoDelete(key As %String, val As %String) as %ZEN.Datatype.string [ ZenMethod ]
classmethod DoRetrieve(type As %String, key As %String, val As %String, field As %String) as %ZEN.Datatype.string [ ZenMethod ]
classmethod DoUpdate(type As %String, key As %String, val As %String, obj As %ZEN.proxyObject) as %ZEN.Datatype.string [ ZenMethod ]
method DrawDetailsTable(pID As %String) as %Status
method DrawInfoTable(pID As %String) as %Status
classmethod GetResponseInfo(ByRef pParameters, Output pObj) as %Status
clientmethod changeType(id) [ Language = javascript ]
What to do when the user selects a new radio button value.
clientmethod createRec() [ Language = javascript ]
clientmethod deleteRec() [ Language = javascript ]
clientmethod findKey() [ Language = javascript ]
clientmethod getDetailObj() [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod propClick(prop) [ Language = javascript ]
clientmethod recClick(num) [ Language = javascript ]
clientmethod refresh() [ Language = javascript ]
clientmethod retrieveRec() [ Language = javascript ]
clientmethod setInnerHTML(body, html) [ Language = javascript ]
Allow innerHTML value to be edited even in IE
clientmethod updateRec() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab