Uses of Interface
com.bluebell.greenhouse.platform.models.api.dto.GenericDTO
Packages that use GenericDTO
Package
Description
Contains the converters used to translate
GenericEntitys into GenericDTOs.Contains classes that implement DTO representations of the entities modeled in the
core/entities package.Contains classes that implement DTO representations of
Account-related entities.Contains API DTOs for actions, action executions, and action events.
Contains classes that implement DTO representations of chart-related response payloads.
Contains classes that implement DTO representations of
Exchange-related entities.Contains classes that implement DTO representations of
Job-related entities.Contains classes that implement DTO representations of
MarketEvent-related entities.Contains DTO representations of market news models.
Contains classes that implement DTO representations of
MarketPrice-related entities.Contains classes that implement DTO representations of
RecurringNotification-related
entities.Contains classes that implement DTO representations of
Portfolio-related entities.Contains classes that implement DTO representations of
Position-related entities.Contains classes that implement DTO representations of
User-related entities.Contains
Strategy DTOs
used by the API layer.Contains the classes that implement DTO representations of
Symbol-related entities.Contains classes that implement DTO representations of
Transaction-related entities.Contains
Watchlist DTOs.-
Uses of GenericDTO in com.bluebell.greenhouse.planter.converters
Classes in com.bluebell.greenhouse.planter.converters with type parameters of type GenericDTOModifier and TypeClassDescriptionclassAbstractGenericDTOConverter<E, D extends GenericDTO>Template converter that centralizes null-source handling for all generic DTOs.interfaceGenericDTOConverter<E, D extends GenericDTO>Generic converter for source values intoGenericDTOs. -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto
Classes in com.bluebell.greenhouse.platform.models.api.dto with type parameters of type GenericDTOModifier and TypeClassDescriptionclassPaginatedEntityDTO<D extends GenericDTO>Class representation of a collection ofGenericDTOs with associated page information.Classes in com.bluebell.greenhouse.platform.models.api.dto that implement GenericDTOModifier and TypeClassDescriptionclassShared audit metadata for DTOs backed by persistent entities.Methods in com.bluebell.greenhouse.platform.models.api.dto with type parameters of type GenericDTOModifier and TypeMethodDescriptionstatic <D extends GenericDTO>
PaginatedEntityDTO<D> Creates a newPaginatedEntityDTOfrom aPageand dto list.static <E, D extends GenericDTO>
PaginatedEntityDTO<D> PaginatedEntityDTO.from(org.springframework.data.domain.Page<E> page, Function<List<E>, List<D>> mapper) Creates a newPaginatedEntityDTOfrom aPageand mapper function. -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.account
Classes in com.bluebell.greenhouse.platform.models.api.dto.account that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.action
Classes in com.bluebell.greenhouse.platform.models.api.dto.action that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.chart
Classes in com.bluebell.greenhouse.platform.models.api.dto.chart that implement GenericDTOModifier and TypeClassDescriptionclassDTO representation of the position chart response payload. -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.exchange
Classes in com.bluebell.greenhouse.platform.models.api.dto.exchange that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.job
Classes in com.bluebell.greenhouse.platform.models.api.dto.job that implement GenericDTOModifier and TypeClassDescriptionclassBounded job-attempt summary used by operator list views. -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.market.event
Classes in com.bluebell.greenhouse.platform.models.api.dto.market.event that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.market.news
Classes in com.bluebell.greenhouse.platform.models.api.dto.market.news that implement GenericDTOModifier and TypeClassDescriptionclassDTO representation of a market news article.classDTO representation of market news sentiment values. -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.market.price
Classes in com.bluebell.greenhouse.platform.models.api.dto.market.price that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.notification
Classes in com.bluebell.greenhouse.platform.models.api.dto.notification that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.portfolio
Classes in com.bluebell.greenhouse.platform.models.api.dto.portfolio that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.position
Classes in com.bluebell.greenhouse.platform.models.api.dto.position that implement GenericDTOModifier and TypeClassDescriptionclassA DTO representation of aPosition.classA DTO representation of aPositionOrder.classFlat representation of a market position for list and search views.classA DTO representation of aPositionTransaction. -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.security
Classes in com.bluebell.greenhouse.platform.models.api.dto.security that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.strategy
Classes in com.bluebell.greenhouse.platform.models.api.dto.strategy that implement GenericDTOModifier and TypeClassDescriptionclassA DTO representation forStrategy.classA DTO representation forStrategyImplementation. -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol
Classes in com.bluebell.greenhouse.platform.models.api.dto.symbol that implement GenericDTOModifier and TypeClassDescriptionclassA DTO representation forSymbolAlias.classA DTO representation forSymbol.classA summary DTO representation forSymbol. -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.transaction
Classes in com.bluebell.greenhouse.platform.models.api.dto.transaction that implement GenericDTO -
Uses of GenericDTO in com.bluebell.greenhouse.platform.models.api.dto.watchlist
Classes in com.bluebell.greenhouse.platform.models.api.dto.watchlist that implement GenericDTOModifier and TypeClassDescriptionclassA DTO representation forWatchlist.classA DTO representation forWatchlistItem.