|
 | bind |
Subscribe a handler for an event.
Inherited from dundas.Service. |
 | createCustomAttribute |
Creates the attribute with the specified options.
|
 | createDelegate |
Helper for creating delegate functions.
Inherited from dundas.Component. |
 | createTimeout |
Creates a timeout.
Inherited from dundas.Component. |
 | deleteCustomAttribute |
Deletes the specified custom attribute.
|
 | 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. |
 | getCustomAttributeById |
Gets the custom attribute by ID.
|
 | getCustomAttributeReferences |
Gets the accounts, groups, and file system entities that reference a custom attribute.
|
 | getCustomAttributes |
Gets all of the custom attributes in the system.
|
 | getCustomAttributesByIds |
Gets the custom attributes by the ids.
|
 | getCustomAttributesForTenant |
Gets all of the custom attributes in the system for the tenant.
|
 | getEffectiveValuesForAccount |
Gets the effective values for the account.
|
 | getEffectiveValuesForGroup |
Gets the effective values for the group.
|
 | getService |
Gets the requested service.
Inherited from dundas.Component. |
 | 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. |
 | updateCustomAttribute |
Updates the attribute with the specified options.
|