Uses of Class
ejava.examples.txagent.bl.AgentReservationException
-
Packages that use AgentReservationException Package Description ejava.examples.txagent.bl -
-
Uses of AgentReservationException in ejava.examples.txagent.bl
Subclasses of AgentReservationException in ejava.examples.txagent.bl Modifier and Type Class Description class
InvalidParameterException
class
InvalidReservationChangeException
class
ReservationNotFoundException
Methods in ejava.examples.txagent.bl that throw AgentReservationException Modifier and Type Method Description void
AgentReservationSession. addReservation(Person person, Date startDate, Date endDate)
void
AgentReservationSession. cancelBooking()
void
BookingAgent. cleanupBooking(String confirmation)
Booking
AgentReservationSession. commit()
void
AgentReservationSession. createBooking()
Booking
BookingAgent. getBookingByConfirmation(String confirmation)
List<Booking>
BookingAgent. getBookings(int index, int count)
-