Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.PaginatedEntityDTO
Packages that use PaginatedEntityDTO
Package
Description
Contains classes that implement DTO representations of the entities modeled in the
core/entities package.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
MarketPrice-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.-
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto
Methods in com.bluebell.greenhouse.platform.models.api.dto that return PaginatedEntityDTOModifier 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 PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.action
Subclasses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.actionModifier and TypeClassDescriptionfinal classConcrete paginated action-event response.Methods in com.bluebell.greenhouse.platform.models.api.dto.action with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedActionEventDTOPaginatedActionEventDTO.from(PaginatedEntityDTO<ActionEventDTO> source) Narrows a generic event page into its concrete contract. -
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.exchange
Methods in com.bluebell.greenhouse.platform.models.api.dto.exchange with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedExchangeDTOPaginatedExchangeDTO.from(PaginatedEntityDTO<ExchangeDTO> source) Narrows a generic page into its typed equivalent. -
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.job
Subclasses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.jobModifier and TypeClassDescriptionfinal classConcrete API page of bounded job summaries.Methods in com.bluebell.greenhouse.platform.models.api.dto.job with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedJobSummaryDTOPaginatedJobSummaryDTO.from(PaginatedEntityDTO<JobSummaryDTO> source) Narrows a generic page into the concrete contract. -
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.market.price
Methods in com.bluebell.greenhouse.platform.models.api.dto.market.price with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedMarketPriceDTOPaginatedMarketPriceDTO.from(PaginatedEntityDTO<MarketPriceDTO> source) Narrows a generic page into its typed equivalent. -
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.position
Modifier and TypeClassDescriptionfinal classPage ofPositionSummaryDTOnamed for the api contract.Methods in com.bluebell.greenhouse.platform.models.api.dto.position with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedPositionSummaryDTOPaginatedPositionSummaryDTO.from(PaginatedEntityDTO<PositionSummaryDTO> source) Narrows a generic page into its typed equivalent. -
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.security
Methods in com.bluebell.greenhouse.platform.models.api.dto.security with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedUserDTOPaginatedUserDTO.from(PaginatedEntityDTO<UserDTO> source) Narrows a generic page into its typed equivalent. -
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.strategy
Modifier and TypeClassDescriptionfinal classPage ofStrategyDTOnamed for the api contract.final classPage ofStrategyImplementationDTOnamed for the api contract.Methods in com.bluebell.greenhouse.platform.models.api.dto.strategy with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedStrategyDTOPaginatedStrategyDTO.from(PaginatedEntityDTO<StrategyDTO> source) Narrows a generic page into its typed equivalent.PaginatedStrategyImplementationDTO.from(PaginatedEntityDTO<StrategyImplementationDTO> source) Narrows a generic page into its typed equivalent. -
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol
Subclasses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.symbolMethods in com.bluebell.greenhouse.platform.models.api.dto.symbol with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedSymbolDTOPaginatedSymbolDTO.from(PaginatedEntityDTO<SymbolDTO> source) Narrows a generic page into its typed equivalent. -
Uses of PaginatedEntityDTO in com.bluebell.greenhouse.platform.models.api.dto.transaction
Methods in com.bluebell.greenhouse.platform.models.api.dto.transaction with parameters of type PaginatedEntityDTOModifier and TypeMethodDescriptionstatic PaginatedTransactionDTOPaginatedTransactionDTO.from(PaginatedEntityDTO<TransactionDTO> source) Narrows a generic page into its typed equivalent.