%CSP.UI.Portal.License.Utils
abstract class %CSP.UI.Portal.License.Utils
Property Inventory (Including Private)
Method Inventory (Including Private)
Parameters
parameter DOMAIN = %Utility;
Domain used for localization.
Properties (Including Private)
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 (Including Private)
classmethod DrawFile(pFile As %String, isPrint As %Boolean = 0) as %Status [ Language = objectscript ]
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 [ Language = objectscript ]
clientmethod doPrint(filename) [ Language = javascript ]