public class NextBookingDateCalculator extends Object
| Constructor and Description |
|---|
NextBookingDateCalculator() |
| Modifier and Type | Method and Description |
|---|---|
static java.time.LocalDate |
calcNextBookingDate(List<WrappedBooking> bookings,
boolean income,
Cycle cycle) |
public static java.time.LocalDate calcNextBookingDate(List<WrappedBooking> bookings, boolean income, Cycle cycle)
Copyright © 2018. All rights reserved.