Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.strategy.StrategyImplementationDTO
Packages that use StrategyImplementationDTO
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 StrategyImplementationDTO in com.bluebell.greenhouse.planter.controllers.strategy
Methods in com.bluebell.greenhouse.planter.controllers.strategy that return types with arguments of type StrategyImplementationDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StrategyImplementationDTO> StrategyImplementationApiController.getStrategyImplementation(String strategyImplementationUid) Returns aResponseEntitycontaining aStrategyImplementationDTO.org.springframework.http.ResponseEntity<StrategyImplementationDTO> StrategyImplementationApiController.postCreateNewStrategyImplementation(@Valid CreateUpdateStrategyImplementationDTO data) Creates a newStrategyImplementation.org.springframework.http.ResponseEntity<StrategyImplementationDTO> StrategyImplementationApiController.putUpdateStrategyImplementation(String strategyImplementationUid, @Valid CreateUpdateStrategyImplementationDTO data) Updates an existingStrategyImplementation. -
Uses of StrategyImplementationDTO in com.bluebell.greenhouse.planter.converters.strategy
Subclasses with type arguments of type StrategyImplementationDTO in com.bluebell.greenhouse.planter.converters.strategyModifier and TypeClassDescriptionclassConvertsStrategyImplementations intoStrategyImplementationDTOs.Methods in com.bluebell.greenhouse.planter.converters.strategy that return StrategyImplementationDTOModifier and TypeMethodDescriptionprotected StrategyImplementationDTOStrategyImplementationDTOConverter.convertNonNull(StrategyImplementation entity) Converts aStrategyImplementationinto aStrategyImplementationDTO.protected StrategyImplementationDTOStrategyImplementationDTOConverter.createEmptyDTO()Creates the empty DTO returned for a null source. -
Uses of StrategyImplementationDTO in com.bluebell.greenhouse.planter.orchestrators.strategy
Methods in com.bluebell.greenhouse.planter.orchestrators.strategy that return StrategyImplementationDTOModifier and TypeMethodDescriptionStrategyImplementationOrchestrator.createNewStrategyImplementation(CreateUpdateStrategyImplementationDTO data) Creates a newStrategyImplementation.StrategyImplementationOrchestrator.getStrategyImplementation(String strategyImplementationUid) Obtains theStrategyImplementationmatching the given uid.StrategyImplementationOrchestrator.updateStrategyImplementation(String strategyImplementationUid, CreateUpdateStrategyImplementationDTO data) Updates theStrategyImplementationmatching the given uid. -
Uses of StrategyImplementationDTO in com.bluebell.greenhouse.platform.models.api.dto.strategy
Subclasses with type arguments of type StrategyImplementationDTO in com.bluebell.greenhouse.platform.models.api.dto.strategyModifier and TypeClassDescriptionfinal classPage ofStrategyImplementationDTOnamed for the api contract.Method parameters in com.bluebell.greenhouse.platform.models.api.dto.strategy with type arguments of type StrategyImplementationDTOModifier and TypeMethodDescriptionPaginatedStrategyImplementationDTO.from(PaginatedEntityDTO<StrategyImplementationDTO> source) Narrows a generic page into its typed equivalent.