// Check authorization on account
// TODO: This needs to be done
// Currently we are only checking if accountId is specified
if (criteria.getAccountId() == null)
throw new AuthorizationException();
List<Transaction> transactions =
baseAccountRepository.findTransactions(criteria);
List<TransactionSummary> summaries =