public interface GroupBuilder
| Modifier and Type | Method and Description |
|---|---|
BookingGroup |
createGroup(WrappedBooking booking)
Creates possible categories for this booking.
|
Group.Type |
getGroupType() |
boolean |
groupShouldBeCreated(WrappedBooking booking)
Asserts wether a categorizer should be created for the given booking.
|
Group.Type getGroupType()
boolean groupShouldBeCreated(WrappedBooking booking)
booking - the booking to be groupedBookingGroup createGroup(WrappedBooking booking)
The array defines the priority of the categories. If the first entry of the array will result an valid category the others will be invalid for this booking.
booking - the booking to be groupedCopyright © 2018. All rights reserved.