dundas.configuration.ApplicationConfigurationService Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.Service
         dundas.configuration.ApplicationConfigurationService
 

Constructors

 
  Name Description
init Initializes the ApplicationConfigurationService. 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.
computeEffectiveLogFilterValue Computes the effective value for an application setting from the perspective of the specified scope.
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.
getEffectivePasswordPolicy Gets the effective password policy.
getEffectivePasswordPolicyForUI Gets the effective password policy as a HTML string ready for display in the UI.
getEffectiveValueForSetting Gets the effective value for an application setting from the perspective of the specified scope.
getEffectiveValues Get the effective application setting values.
getEffectiveValuesForScope Gets the effective values for the specified scope and scope target.
getLogFilterForScope Gets the log filters for the specified scope.
getScopeValues Gets the scope values for the specified scope and scope target.
getService Gets the requested service. Inherited from dundas.Component.
getSettingById Gets the application setting by ID.
getSettingDetails Gets the setting details for registered settings in the application.
getSettings Get the application settings.
getSettingValueById Get the setting value for the specified setting.
getSetValueForSetting Gets the set value for an application setting from the perspective of the specified scope.
onLoaded Called when the service is loaded. Inherited from dundas.Service.
saveConfiguration Save the application settings.
setSettingValue Sets the scopes and scopes target setting value for the specified setting.
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.
 
 

Examples