Uses of Class
com.xtravelsystem.online.published.V1_0RC1.rentACar.requests.ValuationRQ

Packages that use ValuationRQ
com.xtravelsystem.online.published.V1_0RC1.rentACar   
com.xtravelsystem.online.published.V1_0RC1.rentACar.answers   
 

Uses of ValuationRQ in com.xtravelsystem.online.published.V1_0RC1.rentACar
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar with parameters of type ValuationRQ
 ValuationRS RentACarBookingHandlerImpl.valuate(ValuationRQ rq)
          valuate a car rental
 ValuationRS RentACarBookingHandler.valuate(ValuationRQ rq)
          valuate a car rental
 

Uses of ValuationRQ in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers
 

Methods in com.xtravelsystem.online.published.V1_0RC1.rentACar.answers with parameters of type ValuationRQ
 void ValuationRS.fill(PersistenceManager pm, Brand brand, Agency agency, RentACarSalesContract sc, Document r, XRSHandler h, ValuationRQ rq, com.jumbotours.model.finnancials.Amount bookingPrice, com.jumbotours.prices.CarPrices carPrices, RentACarAmount total)