Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.resolution.ResolvedPortfolio
Packages that use ResolvedPortfolio
Package
Description
Contains controllers for handling
Accounts.Contains controllers for handling
Portfolios and portfolio summary
operations.Contains API controllers for position endpoints.
Contains controllers for handling
Users and securing api endpoints.Contains controllers for handling
Transactions.Contains portfolio request contexts and resolvers.
-
Uses of ResolvedPortfolio in com.bluebell.greenhouse.planter.controllers.account
Method parameters in com.bluebell.greenhouse.planter.controllers.account with annotations of type ResolvedPortfolioModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BalancePerformanceReportDTO> BalancePerformanceApiController.getPortfolioBalancePerformance(PortfolioRequestContext context, BalancePerformanceRequest reportRequest) Returns a balance-performance report for one owned portfolio.org.springframework.http.ResponseEntity<AccountDTO> AccountApiController.postCreateNewAccount(@Valid CreateUpdateAccountDTO data, PortfolioRequestContext context) Creates a newAccount. -
Uses of ResolvedPortfolio in com.bluebell.greenhouse.planter.controllers.portfolio
Method parameters in com.bluebell.greenhouse.planter.controllers.portfolio with annotations of type ResolvedPortfolioModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> PortfolioApiController.deletePortfolio(PortfolioRequestContext context) Deletes anPortfoliowith the matching number.org.springframework.http.ResponseEntity<PortfolioDTO> PortfolioApiController.getPortfolioForPortfolioNumber(PortfolioRequestContext context) Returns aResponseEntitycontaining aPortfolioDTO.org.springframework.http.ResponseEntity<org.springframework.core.io.ByteArrayResource> PortfolioApiController.getPortfolioReport(PortfolioRequestContext context) Generates a zip archive containing account reports for all accounts in the given portfolio.org.springframework.http.ResponseEntity<PortfolioSummary> PortfolioSummaryApiController.getPortfolioSummary(PortfolioRequestContext context, int lookBackDays) Returns aResponseEntitycontaining aPortfolioSummary.org.springframework.http.ResponseEntity<PortfolioDTO> PortfolioApiController.putUpdatePortfolio(@Valid CreateUpdatePortfolioDTO data, PortfolioRequestContext context) Returns an updatedPortfolio. -
Uses of ResolvedPortfolio in com.bluebell.greenhouse.planter.controllers.position
Method parameters in com.bluebell.greenhouse.planter.controllers.position with annotations of type ResolvedPortfolioModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PositionLog> PositionRecordApiController.getPositionLog(PortfolioRequestContext context, PositionLogRequest logRequest) Returns aPositionLog. -
Uses of ResolvedPortfolio in com.bluebell.greenhouse.planter.controllers.security
Method parameters in com.bluebell.greenhouse.planter.controllers.security with annotations of type ResolvedPortfolioModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TransactionDTO>> UserApiController.getRecentTransactions(int count, PortfolioRequestContext context) -
Uses of ResolvedPortfolio in com.bluebell.greenhouse.planter.controllers.transaction
Method parameters in com.bluebell.greenhouse.planter.controllers.transaction with annotations of type ResolvedPortfolioModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TransactionLog> TransactionRecordApiController.getTransactionLog(PortfolioRequestContext context, TransactionLogRequest logRequest) Returns aTransactionLog. -
Uses of ResolvedPortfolio in com.bluebell.greenhouse.planter.resolvers.request.portfolio
Subclasses with type arguments of type ResolvedPortfolio in com.bluebell.greenhouse.planter.resolvers.request.portfolioModifier and TypeClassDescriptionfinal classResolvesPortfolioRequestContextcontroller arguments.