|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jumbotours.util.AbstractJWSDPWebService
com.xtravelsystem.online.published.V1_0RC1.basket.BasketHandlerImpl
public class BasketHandlerImpl
this class handles the shopping basket. Use it to close, cancel and retrive a shopping basket.
Constructor Summary | |
---|---|
BasketHandlerImpl()
|
Method Summary | |
---|---|
CancelRS |
cancel(CancelRQ rq)
use this method to cancel a whole shopping basket |
CancelServiceRS |
cancelService(CancelServiceRQ rq)
use this method to cancel a service inside a shopping basket |
ConfirmRS |
confirm(ConfirmRQ rq)
use this method to confirm and close the shopping basket |
ConfirmRS |
confirmAgencyReference(ConfirmRQAR rq)
use this method to confirm , close and fix the Agency Reference Code of the shopping basket ! |
ConfirmRS |
confirmExtends(ConfirmRQExtends rq)
use this method to confirm and close the shopping basket permit modify: userId, titular, sendDocumentationTo, agencyReference and comments. |
GetBasketRS |
getBasket(GetBasketRQ rq)
use this method to retrive the shopping basket data |
GetBasketExtendedRS |
getBasketExtended(GetBasketRQ rq)
use this method to retrieve the shopping basket data including basket comments and services comments/erratas |
GetBasketExtendedRSV12 |
getBasketExtendedV2(GetBasketRQ rq)
|
GetBasketsRS |
getBaskets(GetBasketsRQ rq)
use this method to search for your shopping baskets. |
com.jumbotours.logs.AbstractLogger |
getCancelLogger()
|
GetDocRS |
getDoc(GetDocRQ rq)
use this method to retrieve the documentation related to a basket (proforma, vouchers, etc) |
com.jumbotours.logs.AbstractLogger |
getLogger()
|
void |
setCancelLogger(com.jumbotours.logs.AbstractLogger cancelLogger)
|
void |
setLogger(com.jumbotours.logs.AbstractLogger logger)
|
ValuateCancellationRS |
valuateCancellation(ValuateCancellationRQ rq)
use this method to valuate a shopping basket cancellation |
ValuateServiceCancellationRS |
valuateServiceCancellation(ValuateServiceCancellationRQ rq)
use this method to valuate a service cancellation |
ValuateServiceCancellationRS |
valuateServiceCancellation(ValuateServiceCancellationRQ rq,
boolean force)
use this method to valuate a service cancellation |
Methods inherited from class com.jumbotours.util.AbstractJWSDPWebService |
---|
destroy, getHttpRequest, getHttpResponse, getMessageContext, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasketHandlerImpl()
Method Detail |
---|
public ConfirmRS confirm(ConfirmRQ rq) throws java.rmi.RemoteException
confirm
in interface BasketHandler
java.rmi.RemoteException
public ConfirmRS confirmAgencyReference(ConfirmRQAR rq) throws java.rmi.RemoteException
confirmAgencyReference
in interface BasketHandler
java.rmi.RemoteException
public GetBasketRS getBasket(GetBasketRQ rq) throws java.rmi.RemoteException
getBasket
in interface BasketHandler
java.rmi.RemoteException
public GetBasketExtendedRSV12 getBasketExtendedV2(GetBasketRQ rq) throws java.rmi.RemoteException
getBasketExtendedV2
in interface BasketHandler
java.rmi.RemoteException
public GetBasketExtendedRS getBasketExtended(GetBasketRQ rq) throws java.rmi.RemoteException
BasketHandler
getBasketExtended
in interface BasketHandler
java.rmi.RemoteException
public CancelRS cancel(CancelRQ rq) throws java.rmi.RemoteException
cancel
in interface BasketHandler
java.rmi.RemoteException
public CancelServiceRS cancelService(CancelServiceRQ rq) throws java.rmi.RemoteException
cancelService
in interface BasketHandler
java.rmi.RemoteException
public ValuateCancellationRS valuateCancellation(ValuateCancellationRQ rq) throws java.rmi.RemoteException
valuateCancellation
in interface BasketHandler
java.rmi.RemoteException
public ValuateServiceCancellationRS valuateServiceCancellation(ValuateServiceCancellationRQ rq) throws java.rmi.RemoteException
BasketHandler
valuateServiceCancellation
in interface BasketHandler
java.rmi.RemoteException
public ValuateServiceCancellationRS valuateServiceCancellation(ValuateServiceCancellationRQ rq, boolean force) throws java.rmi.RemoteException
java.rmi.RemoteException
public GetBasketsRS getBaskets(GetBasketsRQ rq) throws java.rmi.RemoteException
getBaskets
in interface BasketHandler
java.rmi.RemoteException
public GetDocRS getDoc(GetDocRQ rq) throws java.rmi.RemoteException
BasketHandler
getDoc
in interface BasketHandler
java.rmi.RemoteException
public ConfirmRS confirmExtends(ConfirmRQExtends rq) throws java.rmi.RemoteException
BasketHandler
confirmExtends
in interface BasketHandler
java.rmi.RemoteException
public com.jumbotours.logs.AbstractLogger getLogger()
public void setLogger(com.jumbotours.logs.AbstractLogger logger)
public com.jumbotours.logs.AbstractLogger getCancelLogger()
public void setCancelLogger(com.jumbotours.logs.AbstractLogger cancelLogger)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |