public interface BookingService
| Modifier and Type | Method and Description |
|---|---|
void |
add(Booking booking) |
Booking |
get(Long id) |
Collection<Booking> |
list() |
void |
remove(Long id) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.