Uses of Class
ejava.examples.txhotel.bo.Reservation
-
Packages that use Reservation Package Description ejava.examples.txhotel.bl -
-
Uses of Reservation in ejava.examples.txhotel.bl
Methods in ejava.examples.txhotel.bl that return Reservation Modifier and Type Method Description ReservationHotelReservationist. commitReservation(Reservation reservation)ReservationHotelReservationist. createReservation(Person person, Date startDate, Date endDate)ReservationHotelReservationist. getReservationByConfirmation(String confirmation)Methods in ejava.examples.txhotel.bl that return types with arguments of type Reservation Modifier and Type Method Description List<Reservation>HotelReservationSession. commit()List<Reservation>HotelReservationist. getReservations(int index, int count)List<Reservation>HotelReservationist. getReservationsForPerson(Person person, int index, int count)Methods in ejava.examples.txhotel.bl with parameters of type Reservation Modifier and Type Method Description voidHotelReservationist. cancelReservation(Reservation reservation)ReservationHotelReservationist. commitReservation(Reservation reservation)
-