Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.transaction.TransactionSearchRequest
Packages that use TransactionSearchRequest
Package
Description
Contains controllers for handling
Transactions.Contains the transaction orchestrators.
-
Uses of TransactionSearchRequest in com.bluebell.greenhouse.planter.controllers.transaction
Methods in com.bluebell.greenhouse.planter.controllers.transaction with parameters of type TransactionSearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedTransactionDTO> TransactionApiController.getTransactionsWithinIntervalPaged(AccountRequestContext context, TransactionSearchRequest searchRequest) Returns aResponseEntitycontainingTransactions for the given interval of time. -
Uses of TransactionSearchRequest in com.bluebell.greenhouse.planter.orchestrators.transaction
Methods in com.bluebell.greenhouse.planter.orchestrators.transaction with parameters of type TransactionSearchRequestModifier and TypeMethodDescriptionTransactionOrchestrator.getTransactionsWithinIntervalPaged(AccountRequestContext context, TransactionSearchRequest searchRequest) Obtains a page ofTransactions matching the given search request.