Uses of Class
ejava.examples.txhotel.bl.HotelReservationException
-
Packages that use HotelReservationException Package Description ejava.examples.txhotel.bl -
-
Uses of HotelReservationException in ejava.examples.txhotel.bl
Subclasses of HotelReservationException in ejava.examples.txhotel.bl Modifier and Type Class Description class
InvalidParameterException
class
InvalidReservationChangeException
class
ReservationNotFoundException
Methods in ejava.examples.txhotel.bl that throw HotelReservationException Modifier and Type Method Description void
HotelReservationist. cancelReservation(Reservation reservation)
void
HotelReservationSession. cancelReservations()
void
HotelReservationist. cleanupReservation(String confirmation)
List<Reservation>
HotelReservationSession. commit()
Reservation
HotelReservationist. commitReservation(Reservation reservation)
Reservation
HotelReservationist. createReservation(Person person, Date startDate, Date endDate)
void
HotelReservationSession. createReservation(Person person, Date startDate, Date endDate)
Reservation
HotelReservationist. getReservationByConfirmation(String confirmation)
List<Reservation>
HotelReservationist. getReservations(int index, int count)
List<Reservation>
HotelReservationist. getReservationsForPerson(Person person, int index, int count)
-