Uses of Interface
de.hybris.platform.ruleengineservices.rao.providers.RAOFactsExtractor
-
-
Uses of RAOFactsExtractor in de.hybris.platform.couponservices.rao.providers.impl
Classes in de.hybris.platform.couponservices.rao.providers.impl that implement RAOFactsExtractor Modifier and Type Class Description classCouponCartRaoExtractorextension of Default cart RAO provider, adding the coupon-awareness functionality -
Uses of RAOFactsExtractor in de.hybris.platform.personalizationpromotions.extractor
Classes in de.hybris.platform.personalizationpromotions.extractor that implement RAOFactsExtractor Modifier and Type Class Description classCxPromotionCartRAOFactExtractor -
Uses of RAOFactsExtractor in de.hybris.platform.ruleengineservices.rao.providers.impl
Classes in de.hybris.platform.ruleengineservices.rao.providers.impl that implement RAOFactsExtractor Modifier and Type Class Description classCategoriesCartRAOExtractorDeprecated, for removal: This API element is subject to removal in a future version.since 2005classConsumedCartRAOExtractorDeprecated, for removal: This API element is subject to removal in a future version.not used anymoreMethods in de.hybris.platform.ruleengineservices.rao.providers.impl that return types with arguments of type RAOFactsExtractor Modifier and Type Method Description protected java.util.List<RAOFactsExtractor>AbstractExpandedRAOProvider. getFactExtractorList()protected java.util.function.Predicate<RAOFactsExtractor>DefaultCartRAOProvider. isEnabled(java.util.Collection<java.lang.String> options)Methods in de.hybris.platform.ruleengineservices.rao.providers.impl with parameters of type RAOFactsExtractor Modifier and Type Method Description protected voidAbstractExpandedRAOProvider. addOptionConsumers(RAOFactsExtractor raoFactsExtractor)Method parameters in de.hybris.platform.ruleengineservices.rao.providers.impl with type arguments of type RAOFactsExtractor Modifier and Type Method Description protected java.util.Set<java.lang.String>AbstractExpandedRAOProvider. addExtraDefaultOptions(java.util.List<RAOFactsExtractor> raoExtractorList)protected java.util.Set<java.lang.String>AbstractExpandedRAOProvider. addExtraMinOptions(java.util.List<RAOFactsExtractor> raoExtractorList)protected java.util.Set<java.lang.String>AbstractExpandedRAOProvider. addExtraValidOptions(java.util.List<RAOFactsExtractor> raoExtractorList)voidAbstractExpandedRAOProvider. setFactExtractorList(java.util.List<RAOFactsExtractor> factExtractorList)
-