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 Booking
AgentReservationSession. commit()
Booking
BookingAgent. 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 Booking
AgentSessionImpl. booking
Methods in ejava.examples.txagent.blimpl that return Booking Modifier and Type Method Description Booking
AgentSessionImpl. commit()
Booking
AgentImpl. 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 void
AgentImpl. 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 Booking
BookingDAO. createBooking(Booking booking)
Booking
BookingDAO. getBooking(long id)
Booking
BookingDAO. getBookingByConfirmation(String confirmation)
Booking
BookingDAO. removeBooking(Booking booking)
Booking
BookingDAO. 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 Booking
BookingDAO. createBooking(Booking booking)
Booking
BookingDAO. removeBooking(Booking booking)
Booking
BookingDAO. 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 Booking
AgentReservationSessionEJB. commit()
This method implements the big-bang.Booking
BookingAgentEJB. 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 Booking
JPABookingDAO. createBooking(Booking booking)
Booking
JPABookingDAO. getBooking(long id)
Booking
JPABookingDAO. getBookingByConfirmation(String confirmation)
Booking
JPABookingDAO. removeBooking(Booking booking)
Booking
JPABookingDAO. 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 Booking
JPABookingDAO. createBooking(Booking booking)
Booking
JPABookingDAO. removeBooking(Booking booking)
Booking
JPABookingDAO. updateBooking(Booking booking)
-