Class AccountLedgerOrchestrator
java.lang.Object
com.bluebell.greenhouse.planter.orchestrators.account.AccountLedgerOrchestrator
- All Implemented Interfaces:
GenericOrchestrator
@Service
@Transactional(readOnly=true)
public class AccountLedgerOrchestrator
extends Object
implements GenericOrchestrator
Owns the unit of work for the account-ledger report endpoints.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAccountLedgerForInterval(AccountRequestContext context, AccountLedgerSearchRequest searchRequest) Obtains searchable account-ledger activity for an interval.
-
Constructor Details
-
AccountLedgerOrchestrator
public AccountLedgerOrchestrator()
-
-
Method Details
-
getAccountLedgerForInterval
public AccountLedgerReportDTO getAccountLedgerForInterval(AccountRequestContext context, AccountLedgerSearchRequest searchRequest) Obtains searchable account-ledger activity for an interval.- Parameters:
context-AccountRequestContextsearchRequest-AccountLedgerSearchRequest- Returns:
AccountLedgerReportDTO
-