Class DefaultCommercePromotionGroupStrategy
java.lang.Object
de.hybris.platform.promotions.impl.DefaultPromotionGroupStrategy
de.hybris.platform.commerceservices.promotion.impl.DefaultCommercePromotionGroupStrategy
- All Implemented Interfaces:
PromotionGroupStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod returns default promotions group for given order, because it can depend on store where order was created.Methods inherited from class de.hybris.platform.promotions.impl.DefaultPromotionGroupStrategy
getDefaultPromotionGroup, getPromotionsService, setPromotionsService
-
Constructor Details
-
DefaultCommercePromotionGroupStrategy
public DefaultCommercePromotionGroupStrategy()
-
-
Method Details
-
getDefaultPromotionGroup
Description copied from interface:PromotionGroupStrategyMethod returns default promotions group for given order, because it can depend on store where order was created.- Specified by:
getDefaultPromotionGroupin interfacePromotionGroupStrategy- Overrides:
getDefaultPromotionGroupin classDefaultPromotionGroupStrategy- Parameters:
order- order for which default promotions group will be returned- Returns:
- default promotions group
-