Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.strategy.PaginatedStrategyImplementationDTO
Packages that use PaginatedStrategyImplementationDTO
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 PaginatedStrategyImplementationDTO in com.bluebell.greenhouse.planter.controllers.strategy
Methods in com.bluebell.greenhouse.planter.controllers.strategy that return types with arguments of type PaginatedStrategyImplementationDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedStrategyImplementationDTO> StrategyImplementationApiController.searchStrategyImplementations(StrategyImplementationSearchRequest searchRequest) Returns aResponseEntitycontaining matchingStrategyImplementationDTOs. -
Uses of PaginatedStrategyImplementationDTO in com.bluebell.greenhouse.planter.orchestrators.strategy
Methods in com.bluebell.greenhouse.planter.orchestrators.strategy that return PaginatedStrategyImplementationDTOModifier and TypeMethodDescriptionStrategyImplementationOrchestrator.searchStrategyImplementations(StrategyImplementationSearchRequest searchRequest) Obtains a page ofStrategyImplementations matching the given search request. -
Uses of PaginatedStrategyImplementationDTO in com.bluebell.greenhouse.platform.models.api.dto.strategy
Methods in com.bluebell.greenhouse.platform.models.api.dto.strategy that return PaginatedStrategyImplementationDTOModifier and TypeMethodDescriptionPaginatedStrategyImplementationDTO.from(PaginatedEntityDTO<StrategyImplementationDTO> source) Narrows a generic page into its typed equivalent.