Uses of Class
edu.ucsb.cs156.organic.entities.Staff
Packages that use Staff
-
Uses of Staff in edu.ucsb.cs156.organic.controllers
Methods in edu.ucsb.cs156.organic.controllers that return StaffModifier and TypeMethodDescriptionMethods in edu.ucsb.cs156.organic.controllers that return types with arguments of type Staff -
Uses of Staff in edu.ucsb.cs156.organic.repositories
Methods in edu.ucsb.cs156.organic.repositories that return types with arguments of type StaffModifier and TypeMethodDescriptionStaffRepository.findByCourseId
(Long courseId) StaffRepository.findByCourseIdAndGithubId
(Long courseId, Integer githubId) StaffRepository.findByGithubId
(Integer githubId)