Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.transaction.PaginatedTransactionDTO
Packages that use PaginatedTransactionDTO
Package
Description
Contains controllers for handling
Transactions.Contains the transaction orchestrators.
Contains classes that implement DTO representations of
Transaction-related entities.-
Uses of PaginatedTransactionDTO in com.bluebell.greenhouse.planter.controllers.transaction
Methods in com.bluebell.greenhouse.planter.controllers.transaction that return types with arguments of type PaginatedTransactionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedTransactionDTO> TransactionApiController.getTransactionsWithinIntervalPaged(AccountRequestContext context, TransactionSearchRequest searchRequest) Returns aResponseEntitycontainingTransactions for the given interval of time. -
Uses of PaginatedTransactionDTO in com.bluebell.greenhouse.planter.orchestrators.transaction
Methods in com.bluebell.greenhouse.planter.orchestrators.transaction that return PaginatedTransactionDTOModifier and TypeMethodDescriptionTransactionOrchestrator.getTransactionsWithinIntervalPaged(AccountRequestContext context, TransactionSearchRequest searchRequest) Obtains a page ofTransactions matching the given search request. -
Uses of PaginatedTransactionDTO in com.bluebell.greenhouse.platform.models.api.dto.transaction
Methods in com.bluebell.greenhouse.platform.models.api.dto.transaction that return PaginatedTransactionDTOModifier and TypeMethodDescriptionstatic PaginatedTransactionDTOPaginatedTransactionDTO.from(PaginatedEntityDTO<TransactionDTO> source) Narrows a generic page into its typed equivalent.