public class BookingHelper extends Object
| Constructor and Description |
|---|
BookingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<BookingEntity>> |
mapBookings(BankAccountEntity bankAccount,
AccountSynchPref accountSynchPref,
List<? extends domain.Booking> bookings) |
static String |
period(BookingEntity b,
AccountSynchPref pref)
Associates booking with period by booking date.
|
static Map<String,List<BookingEntity>> |
reMapBookings(List<BookingEntity> bookings) |
public static Map<String,List<BookingEntity>> mapBookings(BankAccountEntity bankAccount, AccountSynchPref accountSynchPref, List<? extends domain.Booking> bookings)
public static Map<String,List<BookingEntity>> reMapBookings(List<BookingEntity> bookings)
public static String period(BookingEntity b, AccountSynchPref pref)
b - Copyright © 2018. All rights reserved.