Uses of Class
edu.ucsb.cs156.frontiers.entities.Instructor
Packages that use Instructor
-
Uses of Instructor in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return InstructorModifier and TypeMethodDescriptionInstructorsController.postInstructor
(String email) Create a new Instructor, available only to Admins.Methods in edu.ucsb.cs156.frontiers.controllers that return types with arguments of type InstructorModifier and TypeMethodDescriptionInstructorsController.allInstructors()
Get a list of all instructors, available only to Admins. -
Uses of Instructor in edu.ucsb.cs156.frontiers.repositories
Methods in edu.ucsb.cs156.frontiers.repositories that return types with arguments of type InstructorModifier and TypeMethodDescriptionInstructorRepository.findByEmail
(String email) This method returns an Instructor entity with a given email.