Interface TravelPromotionsFacade
- All Known Implementing Classes:
DefaultTravelPromotionsFacade
public interface TravelPromotionsFacade
Travel Promotion facade interface. Travel specific promotion methods are defined here.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod to check if travel promotions should be applied for the current uservoidpopulatePotentialPromotions(ProductModel productModel, ProductData productData) Method to populate potential promotions for the product
-
Method Details
-
isCurrentUserEligibleForTravelPromotions
boolean isCurrentUserEligibleForTravelPromotions()Method to check if travel promotions should be applied for the current user- Returns:
- boolean
-
populatePotentialPromotions
Method to populate potential promotions for the product- Parameters:
productModel- the product modelproductData- the product data
-