Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.exchange.ExchangeDTO
Packages that use ExchangeDTO
Package
Description
Contains controllers for handling
Exchanges.Contains converters that convert
Exchanges into ExchangeDTOs.Contains the exchange orchestrator.
Contains classes that implement DTO representations of
Exchange-related entities.-
Uses of ExchangeDTO in com.bluebell.greenhouse.planter.controllers.exchange
Methods in com.bluebell.greenhouse.planter.controllers.exchange that return types with arguments of type ExchangeDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ExchangeDTO>> ExchangeApiController.getExchanges()Returns aResponseEntitycontaining all systemExchanges. -
Uses of ExchangeDTO in com.bluebell.greenhouse.planter.converters.exchange
Subclasses with type arguments of type ExchangeDTO in com.bluebell.greenhouse.planter.converters.exchangeMethods in com.bluebell.greenhouse.planter.converters.exchange that return ExchangeDTOModifier and TypeMethodDescriptionprotected ExchangeDTOExchangeDTOConverter.convertNonNull(Exchange entity) Converts anExchangeinto anExchangeDTO.protected ExchangeDTOExchangeDTOConverter.createEmptyDTO()Creates the empty DTO returned for a null source. -
Uses of ExchangeDTO in com.bluebell.greenhouse.planter.orchestrators.exchange
Methods in com.bluebell.greenhouse.planter.orchestrators.exchange that return types with arguments of type ExchangeDTOModifier and TypeMethodDescriptionExchangeOrchestrator.getExchanges()Obtains every systemExchange. -
Uses of ExchangeDTO in com.bluebell.greenhouse.platform.models.api.dto.exchange
Subclasses with type arguments of type ExchangeDTO in com.bluebell.greenhouse.platform.models.api.dto.exchangeMethod parameters in com.bluebell.greenhouse.platform.models.api.dto.exchange with type arguments of type ExchangeDTOModifier and TypeMethodDescriptionstatic PaginatedExchangeDTOPaginatedExchangeDTO.from(PaginatedEntityDTO<ExchangeDTO> source) Narrows a generic page into its typed equivalent.