%CSP.UI.Portal.License.Utils
abstract class %CSP.UI.Portal.License.Utils
Property Inventory
Method Inventory
Parameters
parameter DOMAIN = %Utility;
Domain used for localization.
Properties
property RestartMsg as %String [ InitialExpression = $$$FormatText($$$Text("System Restart Required - The %1 in MGR will not take effect until restart."),$$$KEYFILENAME) ];
Property methods: RestartMsgDisplayToLogical(), RestartMsgGet(), RestartMsgIsValid(), RestartMsgLogicalToDisplay(), RestartMsgLogicalToOdbc(), RestartMsgNormalize(), RestartMsgSet()
Methods
Draw HTML for the license file in the License Key File field. This may or may not be activated.
This method is called by LicensePrint also.
Draw HTML for the current activated license on the system.
This method is called by LicensePrint also.
classmethod GetLicenseInfo(Output ret As %Library.ArrayOfDataTypes) as %Status
clientmethod doPrint(filename) [ Language = javascript ]