Interface MerchandisingRequestHandler

All Known Implementing Classes:
DefaultMerchandisingRequestBasicInformationHandler, DefaultMerchandisingRequestFlightPriceInfoHandler, DefaultMerchandisingRequestOriginDestinationHandler, DefaultMerchandisingRequestPassengerHandler

public interface MerchandisingRequestHandler
The Pros Merchandising Request Handler interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(MerchandisingRequest merchandisingRequest, CartModel cart, SearchResponseWrapper searchResponseWrapper)
    This handler will populate all the basic information, together with the flightPriceInfos, passengers and originDestinations
  • Method Details

    • handle

      void handle(MerchandisingRequest merchandisingRequest, CartModel cart, SearchResponseWrapper searchResponseWrapper)
      This handler will populate all the basic information, together with the flightPriceInfos, passengers and originDestinations
      Parameters:
      merchandisingRequest - the merchandisingRequest
      cart - the cart
      searchResponseWrapper - the searchResponseWrapper