abstract class %CSP.UI.Portal.License.Utils
parameter DOMAIN = "%Utility";
Domain used for localization.
property RestartMsg
as %String [ InitialExpression = $$$FormatText($$$Text("System Restart Required - The %1 in MGR will not take effect until restart."),$$$KEYFILENAME) ];
classmethod DrawFile(pFile As %String, isPrint As %Boolean = 0)
as %Status
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.
classmethod DrawLicense(pSeed As %String)
as %Status
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
method doPrint(filename)
[ Language = javascript ]