Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.transaction.TransactionLogRequest
Packages that use TransactionLogRequest
Package
Description
Contains controllers for handling
Transactions.Contains the transaction orchestrators.
-
Uses of TransactionLogRequest in com.bluebell.greenhouse.planter.controllers.transaction
Methods in com.bluebell.greenhouse.planter.controllers.transaction with parameters of type TransactionLogRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TransactionLog> TransactionRecordApiController.getTransactionLog(PortfolioRequestContext context, TransactionLogRequest logRequest) Returns aTransactionLog. -
Uses of TransactionLogRequest in com.bluebell.greenhouse.planter.orchestrators.transaction
Methods in com.bluebell.greenhouse.planter.orchestrators.transaction with parameters of type TransactionLogRequestModifier and TypeMethodDescriptionTransactionRecordOrchestrator.getTransactionLog(PortfolioRequestContext context, TransactionLogRequest logRequest) Obtains the transaction log for an interval.