Interface ShoppingTravelCustomerFacade

All Superinterfaces:
de.hybris.platform.commercefacades.customer.CustomerFacade, TravelCustomerFacade
All Known Implementing Classes:
DefaultShoppingTravelCustomerFacade

public interface ShoppingTravelCustomerFacade extends TravelCustomerFacade
TravelCustomerFacade interface.
  • Method Details

    • saveAirlineCustomerSearch

      boolean saveAirlineCustomerSearch(AirlineSavedSearchData savedSearchData)
      This method saves search made by Customer.
      Parameters:
      savedSearchData - AirlineSavedSearchData holding information about the Fare-Search made by customer.
      Returns:
      a boolean true(SUCCESS)/ false(FAILURE).
    • getAirlineSavedSearchesForUser

      AirlineSavedSearchDataList getAirlineSavedSearchesForUser(String userId)
      Returns the list of saved searches that are saved in the user profile for airline.
      Parameters:
      userId - the userId
      Returns:
      the list of saved searches