dundas.entities.HierarchyEntityService Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.Service
         dundas.entities.HierarchyEntityService
 

Constructors

 
  Name Description
init Initializes the HierarchyService. 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
addLevel Adds a level to a hierarchy.
bind Subscribe a handler for an event. Inherited from dundas.Service.
configureAttributeHierarchies Configures the attribute hierarchies associated with the specified hierarchy.
createDelegate Helper for creating delegate functions. Inherited from dundas.Component.
createTimeout Creates a timeout. Inherited from dundas.Component.
deleteLevel Deletes a level from a hierarchy.
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.
generateHierarchy Generates a hierarchy.
generateRaggedHierarchy Generates a ragged hierarchy.
getHierarchyById Gets the hierarchy by the given ID.
getService Gets the requested service. Inherited from dundas.Component.
getValidityWarnings Re-wrap deferred to process the result before sending it to the caller.
onLoaded Called when the service is loaded. Inherited from dundas.Service.
replaceLevel Replaces a hierarchy level.
restoreUndoFrame Restores the hierarchy entity to a specific undo frame.
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.
updateHierarchy Updates a hierarchy.
updateLevel Updates a hierarchy level.
updateRaggedHierarchy Updates a ragged hierarchy.