Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.security.PaginatedUserDTO
Packages that use PaginatedUserDTO
Package
Description
Contains controllers for handling
Users and securing api endpoints.Contains the security orchestrators.
Contains classes that implement DTO representations of
User-related entities.-
Uses of PaginatedUserDTO in com.bluebell.greenhouse.planter.controllers.security
Methods in com.bluebell.greenhouse.planter.controllers.security that return types with arguments of type PaginatedUserDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedUserDTO> UserApiController.getUsersPaged(UserSearchRequest searchRequest) Returns aResponseEntitycontaining theUsers filtered. -
Uses of PaginatedUserDTO in com.bluebell.greenhouse.planter.orchestrators.security
Methods in com.bluebell.greenhouse.planter.orchestrators.security that return PaginatedUserDTOModifier and TypeMethodDescriptionUserOrchestrator.getUsersPaged(UserSearchRequest searchRequest) Obtains a page ofUsers matching the given search request. -
Uses of PaginatedUserDTO in com.bluebell.greenhouse.platform.models.api.dto.security
Methods in com.bluebell.greenhouse.platform.models.api.dto.security that return PaginatedUserDTOModifier and TypeMethodDescriptionstatic PaginatedUserDTOPaginatedUserDTO.from(PaginatedEntityDTO<UserDTO> source) Narrows a generic page into its typed equivalent.