Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.strategy.StrategyDTO
Packages that use StrategyDTO
Package
Description
Contains API controllers related to
Strategy and their implementation
artifacts.Contains DTO converters for
Strategy entities.Contains the strategy orchestrators.
Contains
Strategy DTOs
used by the API layer.-
Uses of StrategyDTO in com.bluebell.greenhouse.planter.controllers.strategy
Methods in com.bluebell.greenhouse.planter.controllers.strategy that return types with arguments of type StrategyDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StrategyDTO> StrategyApiController.getStrategy(String strategyUid, String referenceCode) Returns aResponseEntitycontaining aStrategyDTO.org.springframework.http.ResponseEntity<StrategyDTO> StrategyApiController.postCreateNewStrategy(@Valid CreateUpdateStrategyDTO data) Creates a newStrategy.org.springframework.http.ResponseEntity<StrategyDTO> StrategyApiController.putUpdateStrategy(String strategyUid, @Valid CreateUpdateStrategyDTO data) Updates an existingStrategy.org.springframework.http.ResponseEntity<StrategyDTO> StrategyApiController.putUpdateStrategyAccountAssignments(String strategyUid, @Valid UpdateStrategyAccountsDTO data, AuthenticatedUserRef userRef) Synchronizes the accounts assigned to an existingStrategy. -
Uses of StrategyDTO in com.bluebell.greenhouse.planter.converters.strategy
Subclasses with type arguments of type StrategyDTO in com.bluebell.greenhouse.planter.converters.strategyMethods in com.bluebell.greenhouse.planter.converters.strategy that return StrategyDTOModifier and TypeMethodDescriptionprotected StrategyDTOStrategyDTOConverter.convertNonNull(Strategy entity) Converts aStrategyinto aStrategyDTO.protected StrategyDTOStrategyDTOConverter.createEmptyDTO()Creates the empty DTO returned for a null source. -
Uses of StrategyDTO in com.bluebell.greenhouse.planter.orchestrators.strategy
Methods in com.bluebell.greenhouse.planter.orchestrators.strategy that return StrategyDTOModifier and TypeMethodDescriptionStrategyOrchestrator.createNewStrategy(CreateUpdateStrategyDTO data) Creates a newStrategy.StrategyOrchestrator.getStrategy(String strategyUid, String referenceCode) Obtains theStrategymatching the given uid or reference code.StrategyOrchestrator.updateStrategy(String strategyUid, CreateUpdateStrategyDTO data) Updates theStrategymatching the given uid.StrategyOrchestrator.updateStrategyAccountAssignments(String strategyUid, UpdateStrategyAccountsDTO data, AuthenticatedUserRef userRef) Synchronises the accounts assigned to theStrategymatching the given uid. -
Uses of StrategyDTO in com.bluebell.greenhouse.platform.models.api.dto.strategy
Subclasses with type arguments of type StrategyDTO in com.bluebell.greenhouse.platform.models.api.dto.strategyMethod parameters in com.bluebell.greenhouse.platform.models.api.dto.strategy with type arguments of type StrategyDTOModifier and TypeMethodDescriptionstatic PaginatedStrategyDTOPaginatedStrategyDTO.from(PaginatedEntityDTO<StrategyDTO> source) Narrows a generic page into its typed equivalent.