public class BookingFacade extends Facade
| Constructor and Description |
|---|
BookingFacade(DAOFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBooking(LibraryItem libraryItem,
Client client) |
void |
deleteBooking(LibraryItem libraryItem,
Client client) |
public BookingFacade(DAOFactory factory)
public void addBooking(LibraryItem libraryItem, Client client) throws InternalException
InternalExceptionpublic void deleteBooking(LibraryItem libraryItem, Client client) throws InternalException
InternalException