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 Reservation
HotelReservationist. commitReservation(Reservation reservation)
Reservation
HotelReservationist. createReservation(Person person, Date startDate, Date endDate)
Reservation
HotelReservationist. 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 void
HotelReservationist. cancelReservation(Reservation reservation)
Reservation
HotelReservationist. commitReservation(Reservation reservation)
-