DocBook|Search
Class Reference
%CSP.UI.System.LicenseKeyForm
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [UI] >  [System] >  [LicenseKeyForm]
Private  Storage  

class %CSP.UI.System.LicenseKeyForm extends %RegisteredObject, %CSP.Util.AutoForm

This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Create or Edit license key (this form is no longer used in the System Management Portal - YSD1655)

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 4


Summary

Properties
AuthorizationKey CustomerName ExpirationDate LicenseCapacity
MachineID OrderNumber

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject CreateInstance DispatchSubmit DoSubmit
DrawFormButtons DrawHTMLForm DrawHTMLTable GetComboBoxHTML
GetFormError OnDefineButtons OnSubmit ProcessSubmit
SetFormError Submit


Properties

• property AuthorizationKey as %String(CAPTION="Authorization Key");
AuthorizationKey
• property CustomerName as %String(CAPTION="Customer Name");
Customer Name
• property ExpirationDate as %String(CAPTION="Expiration Date");
Expiration Date
• property LicenseCapacity as %String(CAPTION="License Capacity");
License Capacity
• property MachineID as %String(CAPTION="Machine ID");
MachineID
• property OrderNumber as %Integer(CAPTION="Order Number");
Order Number

Methods

• classmethod CreateInstance(ByRef pID As %String) as %CSP.Util.AutoForm
Create an instance of the AutoForm object using the provided ID value(s). This is overridden by subclasses.
The default implementation will perform an OpenId if the AutoForm is a persistent object.
• classmethod DrawFormButtons(ByRef pButtons As FormButton)
Draw the buttons for a form... Differ from generic as to return to list when Cancel
• classmethod DrawHTMLForm(pObj As %RegisteredObject, ByRef pID As %String, pActionURL As %String = "", ByRef pButtons As FormButton, pTarget As %String = "") as %Status
Draw an HTML form for this form object.
pObj is an instance of the form object that provides the initial values for the form.
pActionURL is the URL to submit this form to.
pButtons is an array of submit buttons to display for the form. If not provided, the default Save and Cancel buttons are shown. pButtons is an integer-subscripted array of FormButton objects.
• method OnSubmit(ByRef pID As %String, pSubmit As %String) as %Status
This callback is called when this form is submitted. pID is the ID value associated with the form. The default implementation will perform a Save if the AutoForm is a persistent object.
pSubmit is the name of the submit button (i.e., $AUTOFORM_SAVE).