Class UserDataDTOService
java.lang.Object
edu.ucsb.cs156.frontiers.services.UserDataDTOService
-
Constructor Summary
ConstructorsConstructorDescriptionUserDataDTOService
(UserRepository userRepository, AdminRepository adminRepository, InstructorRepository instructorRepository) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserDataDTO> getUserDataDTOs
(org.springframework.data.domain.Pageable pageable)
-
Constructor Details
-
UserDataDTOService
@Autowired public UserDataDTOService(UserRepository userRepository, AdminRepository adminRepository, InstructorRepository instructorRepository)
-
-
Method Details
-
getUserDataDTOs
public org.springframework.data.domain.Page<UserDataDTO> getUserDataDTOs(org.springframework.data.domain.Pageable pageable)
-