Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.chart.PositionChartDTO
Packages that use PositionChartDTO
Package
Description
Contains controllers for handling charting.
Contains converters for chart-related response payloads.
Contains the chart orchestrators.
-
Uses of PositionChartDTO in com.bluebell.greenhouse.planter.controllers.chart
Methods in com.bluebell.greenhouse.planter.controllers.chart that return types with arguments of type PositionChartDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PositionChartDTO> ChartApiController.getApexChartData(PositionRequestContext context) Returns the candlestick chart data for the givenPosition. -
Uses of PositionChartDTO in com.bluebell.greenhouse.planter.converters.chart
Subclasses with type arguments of type PositionChartDTO in com.bluebell.greenhouse.planter.converters.chartMethods in com.bluebell.greenhouse.planter.converters.chart that return PositionChartDTOModifier and TypeMethodDescriptionprotected PositionChartDTOPositionChartDTOConverter.convertNonNull(ApexChartData entity) Converts anApexChartDatapayload into aPositionChartDTO.protected PositionChartDTOPositionChartDTOConverter.createEmptyDTO()Creates the empty DTO returned for a null source. -
Uses of PositionChartDTO in com.bluebell.greenhouse.planter.orchestrators.chart
Methods in com.bluebell.greenhouse.planter.orchestrators.chart that return PositionChartDTOModifier and TypeMethodDescriptionChartOrchestrator.getApexChartData(PositionRequestContext context) Obtains candlestick chart data for an owned position.