Uses of Interface
edu.ucsb.cs156.frontiers.repositories.RosterStudentRepository
Packages that use RosterStudentRepository
Package
Description
-
Uses of RosterStudentRepository in edu.ucsb.cs156.frontiers.config
Constructors in edu.ucsb.cs156.frontiers.config with parameters of type RosterStudentRepositoryModifierConstructorDescriptionCourseSecurity
(CurrentUserService currentUserService, org.springframework.security.access.hierarchicalroles.RoleHierarchy roleHierarchy, CourseRepository courseRepository, RosterStudentRepository rosterStudentRepository) -
Uses of RosterStudentRepository in edu.ucsb.cs156.frontiers.controllers
Constructors in edu.ucsb.cs156.frontiers.controllers with parameters of type RosterStudentRepositoryModifierConstructorDescriptionWebhookController
(CourseRepository courseRepository, RosterStudentRepository rosterStudentRepository, CourseStaffRepository courseStaffRepository) -
Uses of RosterStudentRepository in edu.ucsb.cs156.frontiers.services
Constructors in edu.ucsb.cs156.frontiers.services with parameters of type RosterStudentRepositoryModifierConstructorDescriptionGithubSignInServiceImpl
(UserRepository userRepository, CurrentUserService currentUserService, RosterStudentRepository rosterStudentRepository, UpdateUserService updateUserService) OrganizationMemberService
(JwtService jwtService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.boot.web.client.RestTemplateBuilder builder, RosterStudentRepository rosterStudentRepository)