dundas.extensibility.ExtensionService Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.Service
         dundas.extensibility.ExtensionService
 

Constructors

 
  Name Description
init Initializes the ExtensionService. 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.
createDelegate Helper for creating delegate functions. Inherited from dundas.Component.
createTimeout Creates a timeout. Inherited from dundas.Component.
deleteExtension Deletes the extension for the provided 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.
getAdapterInfos Gets the available adapter infos in the system.
getDataProviders Gets all the available data providers from the server.
getDeliveryProviders Gets all the available delivery providers from the server.
getExportProviders Gets all the available export providers from the server.
getExtension Gets the extensions for the provided ID.
getExtensionFileUrl Gets the URL that should be used when installing an extension.
getExtensions Gets the list of the extensions in the system.
getFormulas Gets all the available formula functions in the system.
getService Gets the requested service. Inherited from dundas.Component.
getTimeDimensionProviders Gets all the available time dimension providers from the server.
getTransforms Gets all the available transforms in the system.
onLoaded Called when the service is loaded. Inherited from dundas.Service.
reloadExtensions Reloads all the extensions into the application.
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.