|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransferJourney in com.xtravelsystem.online.published.V1_0RC1.transfer |
---|
Methods in com.xtravelsystem.online.published.V1_0RC1.transfer with parameters of type TransferJourney | |
---|---|
void |
TransferBookingHandlerImpl.setLostSale(Agency agency,
TransferJourney transferJourney,
java.lang.String transferType,
java.lang.String error,
java.lang.String handlerId)
Save in the db all the rq that return a negative result sale price < purchase price + agency commission |
Uses of TransferJourney in com.xtravelsystem.online.published.V1_0RC1.transfer.answers |
---|
Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.answers with parameters of type TransferJourney | |
---|---|
protected void |
ValuationRSBase._setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
|
protected void |
AvailableTransferRSBase._setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
|
protected void |
ValuationRSBase._setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
|
protected void |
AvailableTransferRSBase._setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
|
protected void |
ConfirmServiceRSBase._setJourneyInfo(TransferJourney journeyInfo)
|
boolean |
ConfirmRSV12.createConfirmResponse(PersistenceManager pm,
TransferBooking transferBooking,
ConfirmServiceRSV12[] confirmServices,
java.lang.String journeyDirection,
TransferJourney transferJourney,
Agency agency)
|
void |
ValuationRSV12.setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
|
void |
ValuationRS.setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
|
void |
AvailableTransferV12.setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
|
void |
AvailableTransfer.setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
|
void |
ValuationRSV12.setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
|
void |
ValuationRS.setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
|
void |
AvailableTransferV12.setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
|
void |
AvailableTransfer.setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
|
void |
ConfirmServiceRSV12.setJourneyInfo(TransferJourney journeyInfo)
|
void |
ConfirmServiceRS.setJourneyInfo(TransferJourney journeyInfo)
|
Constructors in com.xtravelsystem.online.published.V1_0RC1.transfer.answers with parameters of type TransferJourney | |
---|---|
AvailableTransfer(java.lang.String journeyDirection,
TransferJourney fromAirToHotelJourney,
TransferJourney fromHotelToAirJourney,
int adults,
int children,
int[] childrenAges,
TransferOption[] transferOption)
|
|
AvailableTransferV12(java.lang.String journeyDirection,
TransferJourney fromAirToHotelJourney,
TransferJourney fromHotelToAirJourney,
int adults,
int children,
int[] childrenAges,
TransferOptionV12[] transferOption)
|
|
ConfirmServiceRS(java.lang.String serviceId,
java.lang.String journeyDirection,
TransferJourney journeyInfo,
VehicleOccupancyRS[] vehicleOccupancy)
|
|
ConfirmServiceRSV12(java.lang.String serviceId,
java.lang.String journeyDirection,
TransferJourney journeyInfo,
VehicleOccupancyRSV12[] vehicleOccupancy)
|
|
ValuationRS(java.lang.String contractId,
java.lang.String status,
java.util.Date date,
com.jumbotours.disponibility.Amount amount,
ValuationLine[] lines,
CancellationTerm[] cancellationTerms,
Comment[] remarks,
ValuationSupplement[] reductions,
ValuationSupplement[] supplements,
HandlingFee[] handlingFees,
Commision commision,
java.lang.String journeyDirection,
TransferJourney fromAirToHotelJourney,
TransferJourney fromHotelToAirJourney,
TotalPaxes totalPaxes,
TransferOptionValuation[] transferOption,
com.jumbotours.disponibility.Amount totalPrice)
|
|
ValuationRSV12(java.lang.String contractId,
java.lang.String status,
java.util.Date date,
com.jumbotours.disponibility.Amount amount,
ValuationLine[] lines,
CancellationTerm[] cancellationTerms,
Comment[] remarks,
ValuationSupplement[] reductions,
ValuationSupplement[] supplements,
HandlingFee[] handlingFees,
Commision commision,
java.lang.String journeyDirection,
TransferJourney fromAirToHotelJourney,
TransferJourney fromHotelToAirJourney,
TotalPaxes totalPaxes,
TransferOptionValuation[] transferOption,
com.jumbotours.disponibility.Amount totalPrice)
|
Uses of TransferJourney in com.xtravelsystem.online.published.V1_0RC1.transfer.requests |
---|
Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.requests that return TransferJourney | |
---|---|
TransferJourney |
ValuationRQ.getFromAirToHotelJourney()
|
TransferJourney |
AvailabilityRQ.getFromAirToHotelJourney()
|
TransferJourney |
ValuationRQ.getfromHotelToAirJourney()
|
TransferJourney |
AvailabilityRQ.getfromHotelToAirJourney()
|
Methods in com.xtravelsystem.online.published.V1_0RC1.transfer.requests with parameters of type TransferJourney | |
---|---|
void |
ValuationRQ.setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
|
void |
AvailabilityRQ.setFromAirToHotelJourney(TransferJourney fromAirToHotelJourney)
|
void |
ValuationRQ.setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
|
void |
AvailabilityRQ.setFromHotelToAirJourney(TransferJourney fromHotelToAirJourney)
|
Constructors in com.xtravelsystem.online.published.V1_0RC1.transfer.requests with parameters of type TransferJourney | |
---|---|
AvailabilityRQ(java.lang.String language,
java.lang.String journeyDirection,
TransferJourney fromAirToHotelJourney,
TransferJourney fromHotelToAirJourney,
int adults,
int children,
int[] childrenAges,
int fromRow,
int numRows)
|
|
ValuationRQ(java.lang.String language,
java.lang.String journeyDirection,
TransferJourney fromAirToHotelJourney,
TransferJourney fromHotelToAirJourney,
VehicleOccupancy[] occupancies,
java.lang.String[] supplements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |