Skip to main content

EnsLib.ITK.Setup.UI.EditServiceDefinitions

class EnsLib.ITK.Setup.UI.EditServiceDefinitions extends EnsPortal.Template.standardPage

Created using the page template: Default

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = EnsPortal.Application;
Class name of application this page belongs to.
parameter EDITRESOURCE = %Ens_ITK:WRITE;
Inherited description: Resource for subclasses to indicate whether further resources are needed to perform actions on pages.
parameter PAGENAME = Edit Service Definitions;
Displayed name of this page.
parameter RESOURCE = %Ens_ITK:READ;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Properties

property errorMsg as %String;
Property methods: errorMsgDisplayToLogical(), errorMsgGet(), errorMsgIsValid(), errorMsgLogicalToDisplay(), errorMsgLogicalToOdbc(), errorMsgNormalize(), errorMsgSet()

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 DeleteID(id) as %String [ ZenMethod ]
Delete the given id.
method DrawDescription(pSeed As %String) as %Status
Draw the contents of the description panel.
classmethod GetHyperEventResources(pMethod As %String = "") as %String
Callback to return a list of resources required for a specific HyperEvent. The user must have sufficient privileges on one of the resource/permission pairs to be permitted to execute the hyperevent. An empty string implies the user already has sufficient privileges for the ZenMethod specified in pMethod.
method IsSOAPActionUnique(action As %String, serviceName As %String) as %Boolean [ ZenMethod ]
method IsServiceNameUnique(name As %String) as %Boolean [ 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.
classmethod SaveItem(pItem As %ZEN.proxyObject) as %String [ ZenMethod ]
Save the given item.
classmethod UpdateDetails(id) [ ZenMethod ]
UpdateDetails: Update contents of details pane.
clientmethod adjustSizes() [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod checkUniqueSOAPAction() [ Language = javascript ]
Check that the SOAPAction entered is unique
clientmethod checkUniqueServiceName() [ Language = javascript ]
Check that the SOAPAction entered is unique
clientmethod deleteItem() [ Language = javascript ]
User clicked Delete button.
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
Inherited description: Returning from dialogs
clientmethod onlayoutHandler(load) [ Language = javascript ]
This client event is fired when the page is resized.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod resetForm() [ Language = javascript ]
Reset the form programmatically
clientmethod rowSelected(table) [ Language = javascript ]
User selected a row in the table
clientmethod save() [ Language = javascript ]
Save the contents of the form.
clientmethod showFinder(compName) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab