Class PromotionResultUtils
- java.lang.Object
-
- de.hybris.platform.promotionengineservices.util.PromotionResultUtils
-
public class PromotionResultUtils extends java.lang.ObjectThe class provides some utility methods related to PromotionResult functionality.
-
-
Constructor Summary
Constructors Constructor Description PromotionResultUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CartServicegetCartService()AbstractOrderModelgetOrder(PromotionResultModel promotionResult)voidsetCartService(CartService cartService)
-
-
-
Method Detail
-
getOrder
public AbstractOrderModel getOrder(PromotionResultModel promotionResult)
-
getCartService
protected CartService getCartService()
-
setCartService
public void setCartService(CartService cartService)
-
-