| Package | Description |
|---|---|
| de.adorsys.multibanking.domain | |
| de.adorsys.multibanking.service | |
| de.adorsys.multibanking.service.analytics | |
| de.adorsys.multibanking.service.helper |
| Modifier and Type | Method and Description |
|---|---|
BookingEntity |
BookingEntity.id(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<BookingEntity> |
BookingService.getAllBookingsAlList(String accessId,
String accountId) |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.smartanalytics.api.AnalyticsResult |
SmartAnalyticsService.analyzeBookings(String userId,
List<BookingEntity> bookings) |
List<AnonymizedBookingEntity> |
AnonymizationService.anonymizeAndStoreBookingsAsync(List<BookingEntity> bookingEntities)
Anonymizes and stores booking in the user object space.
|
static void |
SmartanalyticsMapper.applyCategories(List<BookingEntity> bookingEntities,
de.adorsys.smartanalytics.api.AnalyticsResult result) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<BookingEntity>> |
BookingHelper.mapBookings(BankAccountEntity bankAccount,
AccountSynchPref accountSynchPref,
List<? extends domain.Booking> bookings) |
static Map<String,List<BookingEntity>> |
BookingHelper.reMapBookings(List<BookingEntity> bookings) |
| Modifier and Type | Method and Description |
|---|---|
static String |
BookingHelper.period(BookingEntity b,
AccountSynchPref pref)
Associates booking with period by booking date.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<BookingEntity>> |
BookingHelper.reMapBookings(List<BookingEntity> bookings) |
Copyright © 2018. All rights reserved.