|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationException | |
ejb.reserving |
Uses of ValidationException in ejb.reserving |
Methods in ejb.reserving that throw ValidationException | |
int |
ReserveAndBuyBean.makeReservation(FlightSelection selection,
String[] passengers,
CreditCardValue creditCard,
long transId)
Adds a reservation to the database. |
void |
ReserveAndBuyBean.cancelReservation(int reservationId,
long transId)
Removes a reservation from the database. |
void |
ReserveAndBuyBean.buyTickets(int reservationId,
CreditCardValue creditCard,
long transId)
|
int |
ReserveAndBuy.makeReservation(FlightSelection selection,
String[] passengers,
CreditCardValue creditCard,
long transId)
Given the flight, passenger information, and credit card information creates a reservation and inserts it into the database. |
void |
ReserveAndBuy.buyTickets(int reservationId,
CreditCardValue creditCard,
long transId)
Given the reservation ID and credit card, purchase the tickets. |
void |
ReserveAndBuy.cancelReservation(int reservationId,
long transId)
Given a reservation ID, mark that reservation as cancelled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |