Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.account.UpdateAccountStrategyDTO
Packages that use UpdateAccountStrategyDTO
Package
Description
Contains controllers for handling
Accounts.Contains the account orchestrators.
Contains validation helpers for
Strategy and
strategy-implementation flows.-
Uses of UpdateAccountStrategyDTO in com.bluebell.greenhouse.planter.controllers.account
Methods in com.bluebell.greenhouse.planter.controllers.account with parameters of type UpdateAccountStrategyDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountDTO> AccountApiController.putUpdateAccountStrategy(AccountRequestContext context, @Valid UpdateAccountStrategyDTO data) Assigns or removes a strategy on an existingAccount. -
Uses of UpdateAccountStrategyDTO in com.bluebell.greenhouse.planter.orchestrators.account
Methods in com.bluebell.greenhouse.planter.orchestrators.account with parameters of type UpdateAccountStrategyDTOModifier and TypeMethodDescriptionAccountOrchestrator.updateAccountStrategy(AccountRequestContext context, UpdateAccountStrategyDTO data) Updates the strategy assigned to an ownedAccount. -
Uses of UpdateAccountStrategyDTO in com.bluebell.greenhouse.radicle.validation.strategy
Methods in com.bluebell.greenhouse.radicle.validation.strategy with parameters of type UpdateAccountStrategyDTOModifier and TypeMethodDescriptionstatic voidStrategyValidator.validateAccountStrategyUpdatePayload(UpdateAccountStrategyDTO data, String errorMessage) Validates account-strategy assignment payload requirements.