Interface TravelPromotionsFacade

All Known Implementing Classes:
DefaultTravelPromotionsFacade

public interface TravelPromotionsFacade
Travel Promotion facade interface. Travel specific promotion methods are defined here.
  • Method Details

    • isCurrentUserEligibleForTravelPromotions

      boolean isCurrentUserEligibleForTravelPromotions()
      Method to check if travel promotions should be applied for the current user
      Returns:
      boolean
    • populatePotentialPromotions

      void populatePotentialPromotions(ProductModel productModel, ProductData productData)
      Method to populate potential promotions for the product
      Parameters:
      productModel - the product model
      productData - the product data