Uses of Interface
com.bluebell.greenhouse.platform.models.core.entities.GenericEntity
Packages that use GenericEntity
Package
Description
Contains the converters used to translate
GenericEntitys into GenericDTOs.Contains classes representing databased entities.
Contains class implementations of the
Account entity.Contains class implementations of the
Action entity.Contains persisted action, action-execution, and action-event entities.
Contains class implementations of the
Exchange entity.Contains class implementations of the
Job entity.Contains concrete class implementations of the
Job entity.Contains class implementations of the
MarketEvent entity.Contains class implementations of the
MarketPrice entity.Contains class implementations of
MarketPriceFetchRequest.Contains notification-related entities.
Contains class implementations of the
Portfolio entity.Contains class implementations of the
Position entity.Contains class implementations of the
User entity.Contains
Strategy entities
used to catalog assignable trading strategies and their implementation artifacts.Contains class implementations of the
Symbol entity.Contains class implementations of the
IncomingPing entity.Contains class implementations of the
TechnicalIndicator entity.Contains class implementations of the
Transaction entity.Contains watchlist entities used to group user-tracked symbols.
Contains the data-access layer for
Positions.Contains the service-layer of greenhouse.
Contains utility classes shared by the application service layer.
-
Uses of GenericEntity in com.bluebell.greenhouse.planter.converters
Classes in com.bluebell.greenhouse.planter.converters with type parameters of type GenericEntityModifier and TypeClassDescriptionclassAbstractGenericEntityDTOConverter<E extends GenericEntity, D extends GenericEntityDTO>Template converter that folds entity audit metadata into normal DTO conversion. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities
Classes in com.bluebell.greenhouse.platform.models.core.entities that implement GenericEntityModifier and TypeClassDescriptionclassBase persistence model containing audit metadata shared by all entities. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.account
Classes in com.bluebell.greenhouse.platform.models.core.entities.account that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a trading account, an entity that can holdPositions and other information.classClass representation of a durable balance-affecting account ledger entry. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.action
Subinterfaces of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.action -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.action.impl
Classes in com.bluebell.greenhouse.platform.models.core.entities.action.impl that implement GenericEntityModifier and TypeClassDescriptionfinal classRepresents something that a job does or performs.final classDeliberate operator-facing event emitted during an action execution.final classDurable record of one execution of an action plan item. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.exchange
Classes in com.bluebell.greenhouse.platform.models.core.entities.exchange that implement GenericEntity -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.job
Subinterfaces of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.job -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.job.impl
Classes in com.bluebell.greenhouse.platform.models.core.entities.job.impl that implement GenericEntityModifier and TypeClassDescriptionfinal classAn entity that performs actions and collects stats and logs about actions performed.final classMetadata and storage reference for a job artifact. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.market.event
Classes in com.bluebell.greenhouse.platform.models.core.entities.market.event that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of an event related to the financial markets like speeches, releases and reports. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.market.price
Classes in com.bluebell.greenhouse.platform.models.core.entities.market.price that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a market price for an interval of time. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.market.price.request
Classes in com.bluebell.greenhouse.platform.models.core.entities.market.price.request that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a queued request to resolve market prices for a symbol alias. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.notification
Classes in com.bluebell.greenhouse.platform.models.core.entities.notification that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a recurring notification. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.portfolio
Classes in com.bluebell.greenhouse.platform.models.core.entities.portfolio that implement GenericEntity -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.position
Classes in com.bluebell.greenhouse.platform.models.core.entities.position that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a position a trader can have in the markets.classClass representation of an entry in aPosition, similar to the once used Trade entity.classClass representation of a manual or synthetic credit/debit adjustment used in a position's realized result. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.security
Classes in com.bluebell.greenhouse.platform.models.core.entities.security that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a moment when a forgotten password email is sent, awaiting user interaction.classClass representation of an individual that can interact with the system, hold accounts and other information. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.strategy
Classes in com.bluebell.greenhouse.platform.models.core.entities.strategy that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of an assignable trading strategy.classClass representation of a concrete strategy implementation artifact. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.symbol
Classes in com.bluebell.greenhouse.platform.models.core.entities.symbol that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a company, entity, currency pair, index, organization or anything that can be publicly traded on a financial market.classClass representation of an alias to aSymbol. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.system
Classes in com.bluebell.greenhouse.platform.models.core.entities.system that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a heartbeat style check-in with external services. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.technical
Classes in com.bluebell.greenhouse.platform.models.core.entities.technical that implement GenericEntityModifier and TypeClassDescriptionclassRepresents a configuredTechnicalIndicatorthat will be auto-calculated by a background job.classRepresents an instance of anIndicatorValuecalculation.classClass representation of a technical analysis indicator value for aMarketPrice. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.transaction
Classes in com.bluebell.greenhouse.platform.models.core.entities.transaction that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of an account transaction. -
Uses of GenericEntity in com.bluebell.greenhouse.platform.models.core.entities.watchlist
Classes in com.bluebell.greenhouse.platform.models.core.entities.watchlist that implement GenericEntityModifier and TypeClassDescriptionclassClass representation of a user-created watchlist of symbols.classClass representation of a single symbol tracked inside a watchlist. -
Uses of GenericEntity in com.bluebell.greenhouse.radicle.repositories.position
Subinterfaces of GenericEntity in com.bluebell.greenhouse.radicle.repositories.positionModifier and TypeInterfaceDescriptioninterfaceFlat position row for list and search views, carrying only the columns the table renders. -
Uses of GenericEntity in com.bluebell.greenhouse.radicle.services
Classes in com.bluebell.greenhouse.radicle.services with type parameters of type GenericEntityModifier and TypeClassDescriptionclassAbstractGenericEntityService<E extends GenericEntity, R extends org.springframework.data.jpa.repository.JpaRepository<E,Long>> Generic service-layer helper for entity services.Methods in com.bluebell.greenhouse.radicle.services with type parameters of type GenericEntityModifier and TypeMethodDescriptionprotected <T extends GenericEntity>
TAbstractGenericEntityService.resolveEntity(T entity, org.springframework.data.jpa.repository.JpaRepository<T, Long> repository, Supplier<? extends RuntimeException> notFoundExceptionFactory) Resolves the given related entity into the managed persistence instance when it has an id. -
Uses of GenericEntity in com.bluebell.greenhouse.radicle.util
Methods in com.bluebell.greenhouse.radicle.util with parameters of type GenericEntityModifier and TypeMethodDescriptionstatic StringUniqueIdentifierCalculator.generateUid(GenericEntity entity) Generates the uid from the givenGenericEntity.Method parameters in com.bluebell.greenhouse.radicle.util with type arguments of type GenericEntityModifier and TypeMethodDescriptionstatic StringUniqueIdentifierCalculator.generateUid(Long id, Class<? extends GenericEntity> entityType) Generates the uid for a projected row, which carries an id but no entity.