Uses of Class
eus.ehu.hotelreservation.domain.Customer
Packages that use Customer
-
Uses of Customer in eus.ehu.hotelreservation.dataAccess
Methods in eus.ehu.hotelreservation.dataAccess that return CustomerModifier and TypeMethodDescriptionDataAccess.getCustomer(String nationalId) Looks up a customer by national ID.Methods in eus.ehu.hotelreservation.dataAccess with parameters of type CustomerModifier and TypeMethodDescriptionvoidDataAccess.joinWaitingList(String hotelName, String roomTypeStr, LocalDate startDate, LocalDate endDate, Customer customer) Adds a customer to the waiting list for a room type at a hotel.voidDataAccess.reserveRoom(AvailableRoomModel room, LocalDate startDate, LocalDate endDate, Customer customer) Reserves a room of the given type at the given hotel for the date range. -
Uses of Customer in eus.ehu.hotelreservation.domain
Methods in eus.ehu.hotelreservation.domain that return CustomerMethods in eus.ehu.hotelreservation.domain with parameters of type CustomerModifier and TypeMethodDescriptionvoidReservation.setCustomer(Customer customer) voidWaitingListEntry.setCustomer(Customer customer)