Package | Description |
---|---|
ejava.examples.txagent.bl | |
ejava.examples.txagent.blimpl | |
ejava.examples.txagent.dao | |
ejava.examples.txagent.ejb | |
ejava.examples.txagent.jpa |
Modifier and Type | Method and Description |
---|---|
Booking |
AgentReservationSession.commit() |
Booking |
BookingAgent.getBookingByConfirmation(String confirmation) |
Modifier and Type | Method and Description |
---|---|
List<Booking> |
BookingAgent.getBookings(int index,
int count) |
Modifier and Type | Field and Description |
---|---|
private Booking |
AgentSessionImpl.booking |
Modifier and Type | Method and Description |
---|---|
Booking |
AgentSessionImpl.commit() |
Booking |
AgentImpl.getBookingByConfirmation(String confirmation) |
Modifier and Type | Method and Description |
---|---|
List<Booking> |
AgentImpl.getBookings(int index,
int count) |
Modifier and Type | Method and Description |
---|---|
protected void |
AgentImpl.populateBooking(Booking booking)
Get reservations for stored IDs
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<Booking> |
BookingDAO.getBookings(int index,
int count) |
List<Booking> |
BookingDAO.getBookings(String queryName,
Map<String,Object> params,
int index,
int count) |
Modifier and Type | Method and Description |
---|---|
Booking |
BookingDAO.createBooking(Booking booking) |
Booking |
BookingDAO.removeBooking(Booking booking) |
Booking |
BookingDAO.updateBooking(Booking booking) |
Modifier and Type | Method and Description |
---|---|
Booking |
AgentReservationSessionEJB.commit()
This method implements the big-bang.
|
Booking |
BookingAgentEJB.getBookingByConfirmation(String confirmation) |
Modifier and Type | Method and Description |
---|---|
List<Booking> |
BookingAgentEJB.getBookings(int index,
int count) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<Booking> |
JPABookingDAO.getBookings(int index,
int count) |
List<Booking> |
JPABookingDAO.getBookings(String queryName,
Map<String,Object> params,
int index,
int count) |
Modifier and Type | Method and Description |
---|---|
Booking |
JPABookingDAO.createBooking(Booking booking) |
Booking |
JPABookingDAO.removeBooking(Booking booking) |
Booking |
JPABookingDAO.updateBooking(Booking booking) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.