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