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 classInvalidParameterExceptionclassInvalidReservationChangeExceptionclassReservationNotFoundExceptionMethods in ejava.examples.txagent.bl that throw AgentReservationException Modifier and Type Method Description voidAgentReservationSession. addReservation(Person person, Date startDate, Date endDate)voidAgentReservationSession. cancelBooking()voidBookingAgent. cleanupBooking(String confirmation)BookingAgentReservationSession. commit()voidAgentReservationSession. createBooking()BookingBookingAgent. getBookingByConfirmation(String confirmation)List<Booking>BookingAgent. getBookings(int index, int count)
-