Namespace

api/user

api/user

Classes

AdminProfileCollection
AdvisorProfileCollection
BaseProfileCollection
FacultyProfileCollection
StudentProfileCollection
UserCollection

Members

api/user.AdminProfileCollection

# static constant exports.AdminProfiles

Provides the singleton instance of this class to all other entities.

View Source api/user/AdminProfileCollection.ts, line 165

api/user.AdvisorProfileCollection

# static constant exports.AdvisorProfiles

Provides the singleton instance of this class to all other entities.

View Source api/user/AdvisorProfileCollection.ts, line 196

api/user.FacultyProfileCollection

# static constant exports.FacultyProfiles

Provides the singleton instance.

View Source api/user/FacultyProfileCollection.ts, line 210

# static constant exports.makeSampleUser

Creates a User based upon the specified role. If role is not supplied, it defaults to ROLE.STUDENT.

View Source api/user/SampleUsers.ts, line 53

api/user.StudentProfileCollection

# static constant exports.StudentProfiles

Provides the singleton instance this collection to all other entities.

View Source api/user/StudentProfileCollection.ts, line 592

api/user.UserCollection

# static constant exports.Users

Provides the singleton instance of this class to other entities.

View Source api/user/UserCollection.ts, line 479

# static module.exports

The BaseProfileCollection used by all Profile classes.

View Source api/user/BaseProfileCollection.ts, line 290

# static constant rolesToCollectionNames

Set up the object to be used to map role names to their corresponding collections.

View Source api/user/BaseProfileCollection.ts, line 25