Uses of Class
de.hybris.platform.promotions.result.PromotionOrderResults.PromotionResultProducts
-
Packages that use PromotionOrderResults.PromotionResultProducts Package Description de.hybris.platform.promotions.result -
-
Uses of PromotionOrderResults.PromotionResultProducts in de.hybris.platform.promotions.result
Methods in de.hybris.platform.promotions.result that return PromotionOrderResults.PromotionResultProducts Modifier and Type Method Description static PromotionOrderResults.PromotionResultProductsPromotionOrderResults.PromotionResultProducts. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PromotionOrderResults.PromotionResultProducts[]PromotionOrderResults.PromotionResultProducts. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.promotions.result with parameters of type PromotionOrderResults.PromotionResultProducts Modifier and Type Method Description protected java.util.List<PromotionResult>PromotionOrderResults. getPromotionResults(PromotionOrderResults.PromotionResultStatus statusFlag, PromotionOrderResults.PromotionResultProducts productsFlag)Return a list of results for promotions that meet the specified criteria.
-