dundas.licensing.LicenseService Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.Service
         dundas.licensing.LicenseService
 

Constructors

 
  Name Description
init Initializes the LicenseService. Called during construction. Inherited from dundas.Component.
 
 

Properties

 
  Name Description
eventsManager Inherited from dundas.Service.
isDisposed Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component.
site Gets or sets the site that this component is a part of. Inherited from dundas.Component.
uniqueId Gets or sets the unique ID of this component within the site. Inherited from dundas.Component.
 
 

Methods

 
  Name Description
bind Subscribe a handler for an event. Inherited from dundas.Service.
canCreateAccount Checks to see if the system will allow the account to be created. Based on how many seats are allowed. If the seat is reserved, false is an error (You can't create that account because you don't have enough seats.) If the seat isn't reserved, false is a warning (You can create that account, but they might not be able to login because of limited seats.)
createDelegate Helper for creating delegate functions. Inherited from dundas.Component.
createTimeout Creates a timeout. Inherited from dundas.Component.
deleteLicenseById Deletes the license with the specified ID.
dispatch Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component.
dispose Inherited from dundas.Component.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getInstalledLicenses Gets the installed licenses.
getInstallLicenseFileUrl Gets the URL that should be used when storing a license as a file.
getLicenseById Gets the license with the specified ID.
getRemainingSeatUsage Gets the remaining seat usage.
getSeatUsage Gets the seat usage.
getSeatUsageForTenant Gets the seat usage for the specified tenant.
getService Gets the requested service. Inherited from dundas.Component.
getWatermarkText Gets the watermark text, if any.
installLicense Installs a new license into the system.
isFeatureEnabled Checks to see if the specified feature is enabled.
onLoaded Called when the service is loaded. Inherited from dundas.Service.
subscribe Subscribe or unsubscribe an event handler for an event. Inherited from dundas.Service.
subscribeOnce Subscribe a one time handler for an event. Inherited from dundas.Service.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
trigger Triggers an event. Inherited from dundas.Service.
unbind Unsubscribe an event. Inherited from dundas.Service.