Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.GenericEntityDTO
Packages that use GenericEntityDTO
Package
Description
Contains the converters used to translate
GenericEntitys into GenericDTOs.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
Exchange-related entities.Contains classes that implement DTO representations of
Job-related entities.Contains classes that implement DTO representations of
MarketEvent-related entities.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 GenericEntityDTO in com.bluebell.greenhouse.planter.converters
Classes in com.bluebell.greenhouse.planter.converters with type parameters of type GenericEntityDTOModifier and TypeClassDescriptionclassAbstractGenericEntityDTOConverter<E extends GenericEntity, D extends GenericEntityDTO>Template converter that folds entity audit metadata into normal DTO conversion. -
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.account
Subclasses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.account -
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.action
Subclasses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.action -
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.exchange
Subclasses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.exchange -
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.job
Subclasses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.jobModifier and TypeClassDescriptionclassBounded job-attempt summary used by operator list views. -
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.market.event
-
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.market.price
-
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.notification
-
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.portfolio
-
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.position
Subclasses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.positionModifier 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 GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.security
Subclasses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.security -
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.strategy
Subclasses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.strategyModifier and TypeClassDescriptionclassA DTO representation forStrategy.classA DTO representation forStrategyImplementation. -
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol
Subclasses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.symbolModifier and TypeClassDescriptionclassA DTO representation forSymbolAlias.classA DTO representation forSymbol.classA summary DTO representation forSymbol. -
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.transaction
-
Uses of GenericEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.watchlist
Modifier and TypeClassDescriptionclassA DTO representation forWatchlist.classA DTO representation forWatchlistItem.