Access keys

DataManager

Kind of class: class
Inherits from: none
Classpath: data.DataManager
File last modified: Monday, 06 November 2006, 08:09:08
Manager for ProjectData objects.

Summary

Instance methods

getProjects

function getProjects (
) : Array
The list of all projects.

getProjectWithId

function getProjectWithId (
inId:String) : ProjectData
Fetches the project with id inId.

setProjects

function setProjects (
inProjects:Array) : Void
Stores objects of type ProjectData and creates a quick lookup hash.