@Service public class BookingService extends Object
| Constructor and Description |
|---|
BookingService() |
| Modifier and Type | Method and Description |
|---|---|
List<BookingEntity> |
getAllBookingsAlList(String accessId,
String accountId) |
org.adorsys.docusafe.business.types.complex.DSDocument |
getBookings(String accessId,
String accountId,
String period)
Read and returns the booking file for a given period.
|
void |
syncBookings(String accessId,
String accountId,
domain.BankApi bankApi,
String pin)
- Get additional booking from the remote repository.
|
public org.adorsys.docusafe.business.types.complex.DSDocument getBookings(String accessId, String accountId, String period)
accessId - accountId - period - public List<BookingEntity> getAllBookingsAlList(String accessId, String accountId)
Copyright © 2018. All rights reserved.