Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.exchange.PaginatedExchangeDTO
Packages that use PaginatedExchangeDTO
Package
Description
Contains controllers for handling
Exchanges.Contains the exchange orchestrator.
Contains classes that implement DTO representations of
Exchange-related entities.-
Uses of PaginatedExchangeDTO in com.bluebell.greenhouse.planter.controllers.exchange
Methods in com.bluebell.greenhouse.planter.controllers.exchange that return types with arguments of type PaginatedExchangeDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedExchangeDTO> ExchangeApiController.getExchangesPaged(ExchangeSearchRequest searchRequest) Returns aResponseEntitycontaining paginated systemExchanges. -
Uses of PaginatedExchangeDTO in com.bluebell.greenhouse.planter.orchestrators.exchange
Methods in com.bluebell.greenhouse.planter.orchestrators.exchange that return PaginatedExchangeDTOModifier and TypeMethodDescriptionExchangeOrchestrator.getExchangesPaged(ExchangeSearchRequest searchRequest) Obtains a page ofExchanges matching the given search request. -
Uses of PaginatedExchangeDTO in com.bluebell.greenhouse.platform.models.api.dto.exchange
Methods in com.bluebell.greenhouse.platform.models.api.dto.exchange that return PaginatedExchangeDTOModifier and TypeMethodDescriptionstatic PaginatedExchangeDTOPaginatedExchangeDTO.from(PaginatedEntityDTO<ExchangeDTO> source) Narrows a generic page into its typed equivalent.