Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.resolution.ResolvedPosition
Packages that use ResolvedPosition
Package
Description
Contains controllers for handling charting.
Contains API controllers for position endpoints.
Contains position request contexts and resolvers.
-
Uses of ResolvedPosition in com.bluebell.greenhouse.planter.controllers.chart
Method parameters in com.bluebell.greenhouse.planter.controllers.chart with annotations of type ResolvedPositionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PositionChartDTO> ChartApiController.getApexChartData(PositionRequestContext context) Returns the candlestick chart data for the givenPosition. -
Uses of ResolvedPosition in com.bluebell.greenhouse.planter.controllers.position
Method parameters in com.bluebell.greenhouse.planter.controllers.position with annotations of type ResolvedPositionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> PositionApiController.deletePosition(PositionRequestContext context) Deletes an existingPosition.org.springframework.http.ResponseEntity<PositionDTO> PositionApiController.getPosition(PositionRequestContext context) Returns aPositionfor the given position number.org.springframework.http.ResponseEntity<PositionInsights> PositionApiController.getPositionInsights(PositionRequestContext context) ReturnsPositionInsightsfor the given position number.org.springframework.http.ResponseEntity<List<PositionOrderDTO>> PositionOrderApiController.getPositionOrders(PositionRequestContext context) Returns the orders for the givenPosition.org.springframework.http.ResponseEntity<List<PositionTransactionDTO>> PositionTransactionApiController.getPositionTransactions(PositionRequestContext context) Returns the transactions for the givenPosition.org.springframework.http.ResponseEntity<PositionDTO> PositionOrderApiController.postCreatePositionOrder(@Valid CreateUpdatePositionOrderDTO data, PositionRequestContext context) Creates a newPositionOrderfor the givenPosition.org.springframework.http.ResponseEntity<PositionDTO> PositionTransactionApiController.postCreatePositionTransaction(@Valid CreateUpdatePositionTransactionDTO data, PositionRequestContext context) Creates a newPositionTransactionfor the givenPosition.org.springframework.http.ResponseEntity<PositionDTO> PositionApiController.putUpdatePosition(@Valid CreateUpdatePositionDTO data, PositionRequestContext context) Updates an existingPosition. -
Uses of ResolvedPosition in com.bluebell.greenhouse.planter.resolvers.request.position
Subclasses with type arguments of type ResolvedPosition in com.bluebell.greenhouse.planter.resolvers.request.positionModifier and TypeClassDescriptionfinal classResolvesPositionRequestContextcontroller arguments.