Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.PaginatedSymbolDTO
Packages that use PaginatedSymbolDTO
Package
Description
Contains controllers for handling symbols and equities.
Contains the symbol orchestrators.
Contains the classes that implement DTO representations of
Symbol-related entities.-
Uses of PaginatedSymbolDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type PaginatedSymbolDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedSymbolDTO> SymbolApiController.getSymbolsPaged(SymbolSearchRequest searchRequest) Return aResponseEntitycontainingSymbols filtered. -
Uses of PaginatedSymbolDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return PaginatedSymbolDTOModifier and TypeMethodDescriptionSymbolOrchestrator.getSymbolsPaged(SymbolSearchRequest searchRequest) Obtains a page ofSymbols matching the given search request. -
Uses of PaginatedSymbolDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol that return PaginatedSymbolDTOModifier and TypeMethodDescriptionstatic PaginatedSymbolDTOPaginatedSymbolDTO.from(PaginatedEntityDTO<SymbolDTO> source) Narrows a generic page into its typed equivalent.