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