Uses of Class
edu.ucsb.cs156.courses.entities.User
Packages that use User
Package
Description
-
Uses of User in edu.ucsb.cs156.courses.controllers
Methods in edu.ucsb.cs156.courses.controllers that return types with arguments of type UserModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<User> UsersController.getUsersPaginated(int page, int size) -
Uses of User in edu.ucsb.cs156.courses.repositories
Methods in edu.ucsb.cs156.courses.repositories that return types with arguments of type UserModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<User> UserRepository.findAll(org.springframework.data.domain.Pageable pageable) UserRepository.findByEmail(String email) Methods in edu.ucsb.cs156.courses.repositories with parameters of type UserModifier and TypeMethodDescriptionPSCourseRepository.findAllByPsIdAndUser(Long psId, User user) PersonalScheduleRepository.findByIdAndUser(long id, User user) PSCourseRepository.findByIdAndUser(long id, User user) PersonalScheduleRepository.findByUserAndNameAndQuarter(User user, String name, String quarter) -
Uses of User in edu.ucsb.cs156.courses.services
Methods in edu.ucsb.cs156.courses.services that return UserModifier and TypeMethodDescriptionCurrentUserServiceImpl.getOAuth2AuthenticatedUser(org.springframework.security.core.context.SecurityContext securityContext, org.springframework.security.core.Authentication authentication) abstract UserCurrentUserService.getUser()CurrentUserServiceImpl.getUser()