Uses of Class
de.hybris.platform.promotions.result.PromotionOrderResults.PromotionResultStatus
-
Packages that use PromotionOrderResults.PromotionResultStatus Package Description de.hybris.platform.promotions.result -
-
Uses of PromotionOrderResults.PromotionResultStatus in de.hybris.platform.promotions.result
Methods in de.hybris.platform.promotions.result that return PromotionOrderResults.PromotionResultStatus Modifier and Type Method Description static PromotionOrderResults.PromotionResultStatusPromotionOrderResults.PromotionResultStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PromotionOrderResults.PromotionResultStatus[]PromotionOrderResults.PromotionResultStatus. 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.PromotionResultStatus 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.
-