Uses of Class
de.adorsys.ledgers.middleware.api.domain.account.TransactionTO
-
Packages that use TransactionTO Package Description de.adorsys.ledgers.middleware.api.service -
-
Uses of TransactionTO in de.adorsys.ledgers.middleware.api.service
Methods in de.adorsys.ledgers.middleware.api.service that return TransactionTO Modifier and Type Method Description TransactionTOMiddlewareAccountManagementService. getTransactionById(String accountId, String transactionId)Retrieves transaction by accountId and transactionIdMethods in de.adorsys.ledgers.middleware.api.service that return types with arguments of type TransactionTO Modifier and Type Method Description List<TransactionTO>MiddlewareAccountManagementService. getTransactionsByDates(String accountId, LocalDate dateFrom, LocalDate dateTo)Retrieves a List of transactions by accountId and dates (from/to) if dateTo is empty it is considered that requested date is todayCustomPageImpl<TransactionTO>MiddlewareAccountManagementService. getTransactionsByDatesPaged(String accountId, LocalDate dateFrom, LocalDate dateTo, CustomPageableImpl pageable)Retrieves a List of transactions by accountId and dates (from/to) if dateTo is empty it is considered that requested date is today
-