dundas.project.ProjectService Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.Service
         dundas.project.ProjectService
 

Constructors

 
  Name Description
init Initializes the AccountService. 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.
copyProject Copies the contents of a project with the given ID into the target project.
createDelegate Helper for creating delegate functions. Inherited from dundas.Component.
createProject Creates a project with the specified name.
createTenantProject Creates a project with the specified name and Id.
createTimeout Creates a timeout. Inherited from dundas.Component.
createUserProject Creates a user project for the specified account.
deleteProjectById Deletes the project with the specified 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.
duplicateProject Duplicates the project with the given ID into a new project with the given name.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getAllProjectItems Gets all items of all projects of the current user.
getAllProjects Gets all the projects in the system.
getMyProject Gets the project for the current logged in user.
getMyProjectTempFolder Gets the temp folder for the project for the current logged in user.
getProjectById Gets the project with the specified ID.
getProjectRepresentation Gets the project representation corresponding to the query criteria.
getPublishTargets Gets the latest publish target projects of the specified source entity IDs.
getPublishTargetsWithHistory Gets all the publish target projects of the specified source entity IDs.
getService Gets the requested service. Inherited from dundas.Component.
getUserProject Gets the user project for the specified account.
onLoaded Called when the service is loaded. Inherited from dundas.Service.
publishProjectItems Publish the contents of source projects to target projects.
publishProjects Publish the contents of source projects to target projects.
setDefaultTimeDimension Sets the default time dimension for a given project.
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.