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
InternalException
public void deleteBooking(LibraryItem libraryItem, Client client) throws InternalException
InternalException