Uses of Class
edu.ucsb.cs156.frontiers.models.UserDataDTO
Packages that use UserDataDTO
Package
Description
-
Uses of UserDataDTO in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return types with arguments of type UserDataDTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserDataDTO> UsersController.users
(org.springframework.data.domain.Pageable pageable) This method returns a list of all users. -
Uses of UserDataDTO in edu.ucsb.cs156.frontiers.models
Methods in edu.ucsb.cs156.frontiers.models that return UserDataDTO -
Uses of UserDataDTO in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services that return types with arguments of type UserDataDTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserDataDTO> UserDataDTOService.getUserDataDTOs
(org.springframework.data.domain.Pageable pageable)