public class BankAccountData extends Object
| Constructor and Description |
|---|
BankAccountData() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
containsBookingFileOfPeriod(String period) |
Optional<BookingFile> |
findBookingFileOfPeriod(String period) |
void |
update(Collection<BookingFile> newEntries) |
void |
updateSyncStatus(domain.BankAccount.SyncStatus syncStatus) |
public void update(Collection<BookingFile> newEntries)
public void updateSyncStatus(domain.BankAccount.SyncStatus syncStatus)
public Optional<BookingFile> findBookingFileOfPeriod(String period)
Copyright © 2018. All rights reserved.