Skip to main content

HS.AU.UI.Registry.SMDConfiguration

class HS.AU.UI.Registry.SMDConfiguration extends HS.UI.Util

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = SMD Configuration Registry;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.
parameter RESOURCE = %HSAdmin_InstallationManagement;
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 ConfigID as %String;
Property methods: ConfigIDDisplayToLogical(), ConfigIDGet(), ConfigIDIsValid(), ConfigIDLogicalToDisplay(), ConfigIDLogicalToOdbc(), ConfigIDNormalize(), ConfigIDSet()
property msgdelete as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Do you wish to delete this entry?") ];
Property methods: msgdeleteDisplayToLogical(), msgdeleteGet(), msgdeleteIsValid(), msgdeleteLogicalToDisplay(), msgdeleteLogicalToOdbc(), msgdeleteNormalize(), msgdeleteSet()
property saveRequiredError as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("All fields are required.") ];
Property methods: saveRequiredErrorDisplayToLogical(), saveRequiredErrorGet(), saveRequiredErrorIsValid(), saveRequiredErrorLogicalToDisplay(), saveRequiredErrorLogicalToOdbc(), saveRequiredErrorNormalize(), saveRequiredErrorSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
classmethod DeleteData(id) as %String [ ZenMethod ]
method DrawTitle(pSeed As %String) as %Status
method SaveData(pID, pHPIO, pSSLConfig, pSigningX509Alias) as %String [ ZenMethod ]
Save data to server
method UpdateDetails(PID) [ ZenMethod ]
clientmethod deleteItem() [ Language = javascript ]
clientmethod hideConfig(flag) [ Language = javascript ]
Show/hide Service form.
clientmethod refreshTable() [ Language = javascript ]
clientmethod rowSelected(table) [ Language = javascript ]
User selected a row in the table.
clientmethod saveItem() [ Language = javascript ]
Get user selection and send to server to save
clientmethod showObject(id) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab