Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.strategy.PaginatedStrategyDTO
Packages that use PaginatedStrategyDTO
Package
Description
Contains API controllers related to
Strategy and their implementation
artifacts.Contains the strategy orchestrators.
Contains
Strategy DTOs
used by the API layer.-
Uses of PaginatedStrategyDTO in com.bluebell.greenhouse.planter.controllers.strategy
Methods in com.bluebell.greenhouse.planter.controllers.strategy that return types with arguments of type PaginatedStrategyDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedStrategyDTO> StrategyApiController.searchStrategies(StrategySearchRequest searchRequest) Returns aResponseEntitycontaining all matchingStrategyDTOs. -
Uses of PaginatedStrategyDTO in com.bluebell.greenhouse.planter.orchestrators.strategy
Methods in com.bluebell.greenhouse.planter.orchestrators.strategy that return PaginatedStrategyDTOModifier and TypeMethodDescriptionStrategyOrchestrator.searchStrategies(StrategySearchRequest searchRequest) Obtains a page ofStrategys matching the given search request. -
Uses of PaginatedStrategyDTO in com.bluebell.greenhouse.platform.models.api.dto.strategy
Methods in com.bluebell.greenhouse.platform.models.api.dto.strategy that return PaginatedStrategyDTOModifier and TypeMethodDescriptionstatic PaginatedStrategyDTOPaginatedStrategyDTO.from(PaginatedEntityDTO<StrategyDTO> source) Narrows a generic page into its typed equivalent.