Uses of Interface
de.hybris.platform.ruleengineservices.calculation.EntriesSelectionStrategy
-
-
Uses of EntriesSelectionStrategy in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation that return types with arguments of type EntriesSelectionStrategy Modifier and Type Method Description protected java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy>AbstractRuleEngineTest. getUnitForBundleSelectorStrategies()Method parameters in de.hybris.platform.ruleengineservices.calculation with type arguments of type EntriesSelectionStrategy Modifier and Type Method Description voidAbstractRuleEngineTest. setUnitForBundleSelectorStrategies(java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy> unitForBundleSelectorStrategies) -
Uses of EntriesSelectionStrategy in de.hybris.platform.ruleengineservices.calculation.impl
Classes in de.hybris.platform.ruleengineservices.calculation.impl that implement EntriesSelectionStrategy Modifier and Type Class Description classAbstractEntriesSelectionStrategyDefault implementation ofEntriesSelectionStrategy.classCheapestEntriesSelectionStrategyDefines method(s) to pickup the cheapest products from set of Order Entries to be used in a rule for a group of products.classDefaultEntriesSelectionStrategyDeprecated, for removal: This API element is subject to removal in a future version.since 1905classMostExpensiveEntriesSelectionStrategyDefines method(s) to pickup the most expensive products from set of Order Entries to be used in a rule for a group of products. -
Uses of EntriesSelectionStrategy in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return types with arguments of type EntriesSelectionStrategy Modifier and Type Method Description protected java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy>AbstractRuleExecutableSupport. getEntriesSelectionStrategies()Deprecated, for removal: This API element is subject to removal in a future version.since 1905Method parameters in de.hybris.platform.ruleengineservices.rule.evaluation.actions with type arguments of type EntriesSelectionStrategy Modifier and Type Method Description voidAbstractRuleExecutableSupport. setEntriesSelectionStrategies(java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy> entriesSelectionStrategies)Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of EntriesSelectionStrategy in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl that return types with arguments of type EntriesSelectionStrategy Modifier and Type Method Description protected java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy>DefaultRAOConsumptionSupport. getEntriesSelectionStrategies()protected java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy>DefaultRAOConsumptionSupport. getQualifyingEntriesSelectionStrategies()Method parameters in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with type arguments of type EntriesSelectionStrategy Modifier and Type Method Description voidDefaultRAOConsumptionSupport. setEntriesSelectionStrategies(java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy> entriesSelectionStrategies)voidDefaultRAOConsumptionSupport. setQualifyingEntriesSelectionStrategies(java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy> qualifyingEntriesSelectionStrategies)
-