Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.NewsLookupSymbolDTO
Packages that use NewsLookupSymbolDTO
Package
Description
Contains controllers for handling symbols and equities.
Contains the symbol orchestrators.
Contains the classes that implement DTO representations of
Symbol-related entities.Contains the service layer for
Symbols.-
Uses of NewsLookupSymbolDTO in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol that return types with arguments of type NewsLookupSymbolDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<NewsLookupSymbolDTO>> SymbolApiController.getNewsLookupSymbols()Returns a list ofNewsLookupSymbolDTOs eligible for news lookup. -
Uses of NewsLookupSymbolDTO in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol that return types with arguments of type NewsLookupSymbolDTOModifier and TypeMethodDescriptionSymbolOrchestrator.getNewsLookupSymbols()Obtains theSymbols eligible for news lookup. -
Uses of NewsLookupSymbolDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol that return NewsLookupSymbolDTOModifier and TypeMethodDescriptionstatic NewsLookupSymbolDTONewsLookupSymbolDTO.from(SymbolAlias symbolAlias) Builds aNewsLookupSymbolDTOfrom aSymbolAlias. -
Uses of NewsLookupSymbolDTO in com.bluebell.greenhouse.radicle.services.symbol
Methods in com.bluebell.greenhouse.radicle.services.symbol that return types with arguments of type NewsLookupSymbolDTOModifier and TypeMethodDescriptionSymbolService.getNewsLookupEligibleSymbols()Returns aListof symbols eligible for news lookup.