| Package | Description |
|---|---|
| de.adorsys.multibanking.domain | |
| de.adorsys.multibanking.service | |
| de.adorsys.multibanking.service.helper |
| Modifier and Type | Method and Description |
|---|---|
static AccountSynchPref |
AccountSynchPref.instance(BookingFilePeriod bookingPeriod) |
| Modifier and Type | Method and Description |
|---|---|
AccountSynchPref |
BankAccountService.findAccountSynchPref(String accessId,
String accountId)
Search the neares account synch preference for the given account
|
AccountSynchPref |
BankAccountService.loadAccessLevelSynchPref(String accessId) |
AccountSynchPref |
BankAccountService.loadAccountLevelSynchPref(String accessId,
String accountId) |
AccountSynchPref |
BankAccountService.loadUserLevelSynchPref() |
| Modifier and Type | Method and Description |
|---|---|
void |
BankAccountService.storeAccessLevelSynchPref(String accessId,
AccountSynchPref pref) |
void |
BankAccountService.storeAccountLevelSynchPref(String accessId,
String accountId,
AccountSynchPref pref) |
void |
BankAccountService.storeUserLevelSynchPref(AccountSynchPref pref) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<BookingEntity>> |
BookingHelper.mapBookings(BankAccountEntity bankAccount,
AccountSynchPref accountSynchPref,
List<? extends domain.Booking> bookings) |
static String |
BookingHelper.period(BookingEntity b,
AccountSynchPref pref)
Associates booking with period by booking date.
|
Copyright © 2018. All rights reserved.