Uses of Class
ejava.examples.txhotel.bo.Reservation
-
Packages that use Reservation Package Description ejava.examples.txagent.bo ejava.examples.txhotel.bl ejava.examples.txhotel.blimpl ejava.examples.txhotel.dao ejava.examples.txhotel.ejb ejava.examples.txhotel.jpa -
-
Uses of Reservation in ejava.examples.txagent.bo
Fields in ejava.examples.txagent.bo with type parameters of type Reservation Modifier and Type Field Description private Set<Reservation>Booking. hotelReservationsMethods in ejava.examples.txagent.bo that return types with arguments of type Reservation Modifier and Type Method Description Set<Reservation>Booking. getHotelReservations()Methods in ejava.examples.txagent.bo with parameters of type Reservation Modifier and Type Method Description voidBooking. addHotelReservation(Reservation reservation)Method parameters in ejava.examples.txagent.bo with type arguments of type Reservation Modifier and Type Method Description private voidBooking. setHotelReservations(Set<Reservation> hotelReservations) -
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) -
Uses of Reservation in ejava.examples.txhotel.blimpl
Fields in ejava.examples.txhotel.blimpl with type parameters of type Reservation Modifier and Type Field Description private List<Reservation>HotelReservationSessionImpl. pendingMethods in ejava.examples.txhotel.blimpl that return Reservation Modifier and Type Method Description ReservationHotelReservationImpl. commitReservation(Reservation reservation)ReservationHotelReservationImpl. createReservation(Person person, Date startDate, Date endDate)protected ReservationHotelReservationImpl. getReservation(String confirmation)ReservationHotelReservationImpl. getReservationByConfirmation(String confirmation)Methods in ejava.examples.txhotel.blimpl that return types with arguments of type Reservation Modifier and Type Method Description List<Reservation>HotelReservationSessionImpl. commit()List<Reservation>HotelReservationImpl. getReservations(int index, int count)List<Reservation>HotelReservationImpl. getReservationsForPerson(Person person, int index, int count)Methods in ejava.examples.txhotel.blimpl with parameters of type Reservation Modifier and Type Method Description voidHotelReservationImpl. cancelReservation(Reservation reservation)ReservationHotelReservationImpl. commitReservation(Reservation reservation) -
Uses of Reservation in ejava.examples.txhotel.dao
Methods in ejava.examples.txhotel.dao that return Reservation Modifier and Type Method Description ReservationReservationDAO. createReservation(Reservation reservation)ReservationReservationDAO. getReservation(long id)ReservationReservationDAO. getReservationByConfirmation(String confirmation)ReservationReservationDAO. removeReservation(Reservation reservation)ReservationReservationDAO. updateReservation(Reservation reservation)Methods in ejava.examples.txhotel.dao that return types with arguments of type Reservation Modifier and Type Method Description List<Reservation>ReservationDAO. getReservations(int index, int count)List<Reservation>ReservationDAO. getReservations(String queryName, Map<String,Object> params, int index, int count)Methods in ejava.examples.txhotel.dao with parameters of type Reservation Modifier and Type Method Description ReservationReservationDAO. createReservation(Reservation reservation)ReservationReservationDAO. removeReservation(Reservation reservation)ReservationReservationDAO. updateReservation(Reservation reservation) -
Uses of Reservation in ejava.examples.txhotel.ejb
Methods in ejava.examples.txhotel.ejb that return Reservation Modifier and Type Method Description ReservationHotelRegistrationEJB. commitReservation(Reservation reservation)This method is just a pass-thru to the business logic.ReservationHotelRegistrationEJB. createReservation(Person person, Date startDate, Date endDate)This method will rollack the current transaction if the business logic throws an exception while trying to create a reservation.ReservationHotelRegistrationEJB. getReservationByConfirmation(String confirmation)Methods in ejava.examples.txhotel.ejb that return types with arguments of type Reservation Modifier and Type Method Description List<Reservation>HotelReservationSessionEJB. commit()List<Reservation>HotelRegistrationEJB. getReservations(int index, int count)List<Reservation>HotelRegistrationEJB. getReservationsForPerson(Person person, int index, int count)Methods in ejava.examples.txhotel.ejb with parameters of type Reservation Modifier and Type Method Description voidHotelRegistrationEJB. cancelReservation(Reservation reservation)This method will cause the current transaction to be rolled back if the business logic reports an exception cancelling a reservation.ReservationHotelRegistrationEJB. commitReservation(Reservation reservation)This method is just a pass-thru to the business logic. -
Uses of Reservation in ejava.examples.txhotel.jpa
Methods in ejava.examples.txhotel.jpa that return Reservation Modifier and Type Method Description ReservationJPAReservationDAO. createReservation(Reservation reservation)ReservationJPAReservationDAO. getReservation(long id)ReservationJPAReservationDAO. getReservationByConfirmation(String confirmation)ReservationJPAReservationDAO. removeReservation(Reservation reservation)ReservationJPAReservationDAO. updateReservation(Reservation reservation)Methods in ejava.examples.txhotel.jpa that return types with arguments of type Reservation Modifier and Type Method Description List<Reservation>JPAReservationDAO. getReservations(int index, int count)List<Reservation>JPAReservationDAO. getReservations(String queryName, Map<String,Object> params, int index, int count)Methods in ejava.examples.txhotel.jpa with parameters of type Reservation Modifier and Type Method Description ReservationJPAReservationDAO. createReservation(Reservation reservation)ReservationJPAReservationDAO. removeReservation(Reservation reservation)ReservationJPAReservationDAO. updateReservation(Reservation reservation)
-