Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.symbol.SymbolAliasNotFoundApiResponse
Packages that use SymbolAliasNotFoundApiResponse
Package
Description
Contains controllers for handling
MarketPrices.Contains controllers for handling symbols and equities.
-
Uses of SymbolAliasNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.market.price
Methods in com.bluebell.greenhouse.planter.controllers.market.price with annotations of type SymbolAliasNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> MarketPriceApiController.getMarketPriceReport(String symbolAliasUid, String priceInterval, String start, String end, String dateTimeFormat) Generates a csv report for the given symbol alias and time interval.org.springframework.http.ResponseEntity<Boolean> MarketPriceApiController.postImportMarketPrices(String symbolAliasUid, String priceInterval, String dateTimeFormat, String timeZone, org.springframework.web.multipart.MultipartFile file) Imports market prices from a csv/txt file. -
Uses of SymbolAliasNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol with annotations of type SymbolAliasNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> SymbolAliasApiController.deleteSymbolAlias(String symbolAliasUid) Deletes a symbol alias.org.springframework.http.ResponseEntity<SymbolAliasDTO> SymbolAliasApiController.putUpdateSymbolAlias(@Valid CreateUpdateSymbolAliasDTO data, String symbolAliasUid) Updates an existingSymbolAlias.