Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.validation.InvalidImportFileFormatApiResponse
Packages that use InvalidImportFileFormatApiResponse
Package
Description
Contains controllers for handling
MarketPrices.Contains API controllers for position endpoints.
Contains controllers for handling
Transactions.-
Uses of InvalidImportFileFormatApiResponse in com.bluebell.greenhouse.planter.controllers.market.price
Methods in com.bluebell.greenhouse.planter.controllers.market.price with annotations of type InvalidImportFileFormatApiResponseModifier and TypeMethodDescriptionorg.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 InvalidImportFileFormatApiResponse in com.bluebell.greenhouse.planter.controllers.position
Methods in com.bluebell.greenhouse.planter.controllers.position with annotations of type InvalidImportFileFormatApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Boolean> PositionApiController.postImportPositions(AccountRequestContext context, ImportPositionsRequest importRequest, org.springframework.web.multipart.MultipartFile file) Imports positions from a file. -
Uses of InvalidImportFileFormatApiResponse in com.bluebell.greenhouse.planter.controllers.transaction
Methods in com.bluebell.greenhouse.planter.controllers.transaction with annotations of type InvalidImportFileFormatApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Boolean> TransactionApiController.postImportTransactions(AccountRequestContext context, String timeZone, org.springframework.web.multipart.MultipartFile file) Imports transactions from a CSV file.