Class TransactionRecordOrchestrator
java.lang.Object
com.bluebell.greenhouse.planter.orchestrators.transaction.TransactionRecordOrchestrator
- All Implemented Interfaces:
GenericOrchestrator
@Service
@Transactional(readOnly=true)
public class TransactionRecordOrchestrator
extends Object
implements GenericOrchestrator
Owns the unit of work for the transaction record endpoints.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTransactionLog(PortfolioRequestContext context, TransactionLogRequest logRequest) Obtains the transaction log for an interval.
-
Constructor Details
-
TransactionRecordOrchestrator
public TransactionRecordOrchestrator()
-
-
Method Details
-
getTransactionLog
public TransactionLog getTransactionLog(PortfolioRequestContext context, TransactionLogRequest logRequest) Obtains the transaction log for an interval.- Parameters:
context-PortfolioRequestContextlogRequest-TransactionLogRequest- Returns:
TransactionLog
-