Class DefaultCommercePromotionGroupStrategy
- java.lang.Object
-
- de.hybris.platform.promotions.impl.DefaultPromotionGroupStrategy
-
- de.hybris.platform.commerceservices.promotion.impl.DefaultCommercePromotionGroupStrategy
-
- All Implemented Interfaces:
PromotionGroupStrategy
public class DefaultCommercePromotionGroupStrategy extends DefaultPromotionGroupStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultCommercePromotionGroupStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PromotionGroupModelgetDefaultPromotionGroup(AbstractOrderModel order)Method 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
-
-
-
-
Method Detail
-
getDefaultPromotionGroup
public PromotionGroupModel getDefaultPromotionGroup(AbstractOrderModel order)
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
-
-