Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.UpdateAccountPortfolioAssignmentsDTO
Packages that use UpdateAccountPortfolioAssignmentsDTO
Package
Description
Contains controllers for handling
Accounts.Contains the account orchestrators.
Contains the service layer for
Accounts.-
Uses of UpdateAccountPortfolioAssignmentsDTO in com.bluebell.greenhouse.planter.controllers.account
Methods in com.bluebell.greenhouse.planter.controllers.account with parameters of type UpdateAccountPortfolioAssignmentsDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Integer> AccountApiController.putUpdateAccountPortfolioAssignments(@Valid UpdateAccountPortfolioAssignmentsDTO data, jakarta.servlet.http.HttpServletRequest request) Moves accounts between portfolios owned by the current user. -
Uses of UpdateAccountPortfolioAssignmentsDTO in com.bluebell.greenhouse.planter.orchestrators.account
Methods in com.bluebell.greenhouse.planter.orchestrators.account with parameters of type UpdateAccountPortfolioAssignmentsDTOModifier and TypeMethodDescriptionintAccountOrchestrator.updatePortfolioAssignments(UpdateAccountPortfolioAssignmentsDTO data, User user) Reassigns the given accounts to the portfolios named in the payload. -
Uses of UpdateAccountPortfolioAssignmentsDTO in com.bluebell.greenhouse.radicle.services.account
Methods in com.bluebell.greenhouse.radicle.services.account with parameters of type UpdateAccountPortfolioAssignmentsDTOModifier and TypeMethodDescriptionintAccountService.updatePortfolioAssignments(UpdateAccountPortfolioAssignmentsDTO data, User user) Moves accounts between portfolios owned by the authenticated user.