Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.strategy.UpdateStrategyAccountsDTO
Packages that use UpdateStrategyAccountsDTO
Package
Description
Contains API controllers related to
Strategy and their implementation
artifacts.Contains the strategy orchestrators.
Contains validation helpers for
Strategy and
strategy-implementation flows.-
Uses of UpdateStrategyAccountsDTO in com.bluebell.greenhouse.planter.controllers.strategy
Methods in com.bluebell.greenhouse.planter.controllers.strategy with parameters of type UpdateStrategyAccountsDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StrategyDTO> StrategyApiController.putUpdateStrategyAccountAssignments(String strategyUid, @Valid UpdateStrategyAccountsDTO data, AuthenticatedUserRef userRef) Synchronizes the accounts assigned to an existingStrategy. -
Uses of UpdateStrategyAccountsDTO in com.bluebell.greenhouse.planter.orchestrators.strategy
Methods in com.bluebell.greenhouse.planter.orchestrators.strategy with parameters of type UpdateStrategyAccountsDTOModifier and TypeMethodDescriptionStrategyOrchestrator.updateStrategyAccountAssignments(String strategyUid, UpdateStrategyAccountsDTO data, AuthenticatedUserRef userRef) Synchronises the accounts assigned to theStrategymatching the given uid. -
Uses of UpdateStrategyAccountsDTO in com.bluebell.greenhouse.radicle.validation.strategy
Methods in com.bluebell.greenhouse.radicle.validation.strategy with parameters of type UpdateStrategyAccountsDTOModifier and TypeMethodDescriptionstatic voidStrategyValidator.validateStrategyAccountsUpdatePayload(UpdateStrategyAccountsDTO data, String errorMessage) Validates strategy-account synchronization payload requirements.