Uses of Class
ejava.examples.txagent.bo.Booking
-
Packages that use Booking Package Description ejava.examples.txagent.bl ejava.examples.txagent.blimpl ejava.examples.txagent.dao ejava.examples.txagent.ejb ejava.examples.txagent.jpa -
-
Uses of Booking in ejava.examples.txagent.bl
Methods in ejava.examples.txagent.bl that return Booking Modifier and Type Method Description BookingAgentReservationSession. commit()BookingBookingAgent. getBookingByConfirmation(String confirmation)Methods in ejava.examples.txagent.bl that return types with arguments of type Booking Modifier and Type Method Description List<Booking>BookingAgent. getBookings(int index, int count) -
Uses of Booking in ejava.examples.txagent.blimpl
Fields in ejava.examples.txagent.blimpl declared as Booking Modifier and Type Field Description private BookingAgentSessionImpl. bookingMethods in ejava.examples.txagent.blimpl that return Booking Modifier and Type Method Description BookingAgentSessionImpl. commit()BookingAgentImpl. getBookingByConfirmation(String confirmation)Methods in ejava.examples.txagent.blimpl that return types with arguments of type Booking Modifier and Type Method Description List<Booking>AgentImpl. getBookings(int index, int count)Methods in ejava.examples.txagent.blimpl with parameters of type Booking Modifier and Type Method Description protected voidAgentImpl. populateBooking(Booking booking)Get reservations for stored IDs -
Uses of Booking in ejava.examples.txagent.dao
Methods in ejava.examples.txagent.dao that return Booking Modifier and Type Method Description BookingBookingDAO. createBooking(Booking booking)BookingBookingDAO. getBooking(long id)BookingBookingDAO. getBookingByConfirmation(String confirmation)BookingBookingDAO. removeBooking(Booking booking)BookingBookingDAO. updateBooking(Booking booking)Methods in ejava.examples.txagent.dao that return types with arguments of type Booking Modifier and Type Method Description List<Booking>BookingDAO. getBookings(int index, int count)List<Booking>BookingDAO. getBookings(String queryName, Map<String,Object> params, int index, int count)Methods in ejava.examples.txagent.dao with parameters of type Booking Modifier and Type Method Description BookingBookingDAO. createBooking(Booking booking)BookingBookingDAO. removeBooking(Booking booking)BookingBookingDAO. updateBooking(Booking booking) -
Uses of Booking in ejava.examples.txagent.ejb
Methods in ejava.examples.txagent.ejb that return Booking Modifier and Type Method Description BookingAgentReservationSessionEJB. commit()This method implements the big-bang.BookingBookingAgentEJB. getBookingByConfirmation(String confirmation)Methods in ejava.examples.txagent.ejb that return types with arguments of type Booking Modifier and Type Method Description List<Booking>BookingAgentEJB. getBookings(int index, int count) -
Uses of Booking in ejava.examples.txagent.jpa
Methods in ejava.examples.txagent.jpa that return Booking Modifier and Type Method Description BookingJPABookingDAO. createBooking(Booking booking)BookingJPABookingDAO. getBooking(long id)BookingJPABookingDAO. getBookingByConfirmation(String confirmation)BookingJPABookingDAO. removeBooking(Booking booking)BookingJPABookingDAO. updateBooking(Booking booking)Methods in ejava.examples.txagent.jpa that return types with arguments of type Booking Modifier and Type Method Description List<Booking>JPABookingDAO. getBookings(int index, int count)List<Booking>JPABookingDAO. getBookings(String queryName, Map<String,Object> params, int index, int count)Methods in ejava.examples.txagent.jpa with parameters of type Booking Modifier and Type Method Description BookingJPABookingDAO. createBooking(Booking booking)BookingJPABookingDAO. removeBooking(Booking booking)BookingJPABookingDAO. updateBooking(Booking booking)
-