Uses of Class
vo.CreditCardValue

Packages that use CreditCardValue
ejb.reserving   
vo   
 

Uses of CreditCardValue in ejb.reserving
 

Methods in ejb.reserving with parameters of type CreditCardValue
 int ReserveAndBuyBean.makeReservation(FlightSelection selection, String[] passengers, CreditCardValue creditCard, long transId)
          Adds a reservation to 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.
 

Uses of CreditCardValue in vo
 

Methods in vo that return CreditCardValue
 CreditCardValue ReservationValue.getCcVo()
           
 

Methods in vo with parameters of type CreditCardValue
 void ReservationValue.setCcVo(CreditCardValue ccVo)
           
 



Copyright © 2003 Team Two.