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.
api/user.AdvisorProfileCollection
# static constant exports.AdvisorProfiles
Provides the singleton instance of this class to all other entities.
api/user.FacultyProfileCollection
# static constant exports.FacultyProfiles
Provides the singleton instance.
# static constant exports.makeSampleUser
Creates a User based upon the specified role. If role is not supplied, it defaults to ROLE.STUDENT.
api/user.StudentProfileCollection
# static constant exports.StudentProfiles
Provides the singleton instance this collection to all other entities.
api/user.UserCollection
# static constant exports.Users
Provides the singleton instance of this class to other entities.
# static module.exports
The BaseProfileCollection used by all Profile classes.
# static constant rolesToCollectionNames
Set up the object to be used to map role names to their corresponding collections.