dundas.Service Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.Service
         dundas.account.AccountRegistrationService
         dundas.account.AccountService
         dundas.account.CustomAttributeService
         dundas.account.FederationAuthenticationService
         dundas.account.GroupService
         dundas.account.MultiTenancyService
         dundas.admin.AdminService
         dundas.configuration.ApplicationConfigurationService
         dundas.configuration.ServerRegistryService
         dundas.data.AnnotationService
         dundas.data.DataInputService
         dundas.data.DataProviderService
         dundas.data.DataRetrievalService
         dundas.data.HierarchyService
         dundas.data.ParameterService
         dundas.data.RelationshipService
         dundas.data.TimeDimensionProviderService
         dundas.data.TokenService
         dundas.delivery.DeliveryService
         dundas.email.EmailService
         dundas.entities.CodeLibraryService
         dundas.entities.CubePerspectiveService
         dundas.entities.DataConnectorService
         dundas.entities.DataCubeService
         dundas.entities.DateMappingService
         dundas.entities.HierarchyEntityService
         dundas.entities.MetricSetService
         dundas.entities.NativeStructureService
         dundas.entities.SlideshowService
         dundas.entities.StyleService
         dundas.entities.ThemeService
         dundas.entities.TimeDimensionService
         dundas.entities.ViewService
         dundas.export.ExportService
         dundas.extensibility.ExtensionService
         dundas.feature.FeatureService
         dundas.filesystem.FileCacheService
         dundas.filesystem.FileSystemService
         dundas.filesystem.PrivilegeService
         dundas.formatting.FormattingService
         dundas.health.HealthService
         dundas.licensing.LicenseActivationService
         dundas.licensing.LicenseService
         dundas.localization.LocalizationService
         dundas.logging.LoggingService
         dundas.logon.LogOnService
         dundas.machinelearning.MachineLearningService
         dundas.notifications.NotificationService
         dundas.project.ProjectService
         dundas.resource.MapService
         dundas.resource.ResourceService
         dundas.scheduling.SchedulingService
         dundas.session.SessionService
         dundas.ShortLinkService
         dundas.transfer.TransferService
         dundas.ui.TooltipService
         dundas.view.CommandService
         dundas.view.DataTransferService
         dundas.view.ViewService
         dundas.views.BaseViewService
         dundas.views.CanvasService
         dundas.views.ContextMenuService
         dundas.views.InputService
         dundas.views.WebAppService
 

Constructors

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

Properties

 
  Name Description
eventsManager
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.
createDelegate Helper for creating delegate functions. Inherited from dundas.Component.
createTimeout Creates a timeout. Inherited from dundas.Component.
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.
getService Gets the requested service. Inherited from dundas.Component.
onLoaded Called when the service is loaded.
subscribe Subscribe or unsubscribe an event handler for an event.
subscribeOnce Subscribe a one time handler for an event.
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.
unbind Unsubscribe an event.