Uses of Class
edu.ucsb.cs.scaffold.entity.User
Packages that use User
-
Uses of User in edu.ucsb.cs.scaffold.repository
Methods in edu.ucsb.cs.scaffold.repository that return types with arguments of type UserMethods in edu.ucsb.cs.scaffold.repository with parameters of type User -
Uses of User in edu.ucsb.cs.scaffold.services
Methods in edu.ucsb.cs.scaffold.services that return UserModifier and TypeMethodDescriptionabstract UserCurrentUserService.getUser()CurrentUserServiceImpl.getUser()Methods in edu.ucsb.cs.scaffold.services with parameters of type UserModifier and TypeMethodDescriptionvoidUpdateUserService.attachCourseStaff(User user) This method attaches the CourseStaff to the User based on their email.voidUpdateUserService.attachRosterStudents(User user) This method attaches the RosterStudents to the User based on their email.