Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.portfolio.CreateUpdatePortfolioDTO
Packages that use CreateUpdatePortfolioDTO
Package
Description
Contains controllers for handling
Portfolios and portfolio summary
operations.Contains the portfolio orchestrators.
Contains the service layer for
Portfolios.-
Uses of CreateUpdatePortfolioDTO in com.bluebell.greenhouse.planter.controllers.portfolio
Methods in com.bluebell.greenhouse.planter.controllers.portfolio with parameters of type CreateUpdatePortfolioDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PortfolioDTO> PortfolioApiController.postCreateNewPortfolio(@Valid CreateUpdatePortfolioDTO data, AuthenticatedUserRef userRef) Returns aPortfolio.org.springframework.http.ResponseEntity<PortfolioDTO> PortfolioApiController.putUpdatePortfolio(@Valid CreateUpdatePortfolioDTO data, PortfolioRequestContext context) Returns an updatedPortfolio. -
Uses of CreateUpdatePortfolioDTO in com.bluebell.greenhouse.planter.orchestrators.portfolio
Methods in com.bluebell.greenhouse.planter.orchestrators.portfolio with parameters of type CreateUpdatePortfolioDTOModifier and TypeMethodDescriptionPortfolioOrchestrator.createNewPortfolio(CreateUpdatePortfolioDTO data, AuthenticatedUserRef userRef) Creates a newPortfoliofor the current user.PortfolioOrchestrator.updatePortfolio(PortfolioRequestContext context, CreateUpdatePortfolioDTO data) Updates an ownedPortfolio. -
Uses of CreateUpdatePortfolioDTO in com.bluebell.greenhouse.radicle.services.portfolio
Methods in com.bluebell.greenhouse.radicle.services.portfolio with parameters of type CreateUpdatePortfolioDTOModifier and TypeMethodDescriptionPortfolioService.createPortfolio(CreateUpdatePortfolioDTO data, User user) Creates a newPortfoliowith the given data.PortfolioService.updatePortfolio(OwnedPortfolioRef ref, CreateUpdatePortfolioDTO data, User user) Updates the portfolio a reference identifies.PortfolioService.updatePortfolio(Portfolio portfolio, CreateUpdatePortfolioDTO data, User user) Updates an existingPortfolio.