Uses of Class
de.hybris.platform.ruleengineservices.enums.OrderEntrySelectionStrategy
-
Packages that use OrderEntrySelectionStrategy Package Description de.hybris.platform.ruleengineservices.calculation de.hybris.platform.ruleengineservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.ruleengineservices.rao de.hybris.platform.ruleengineservices.rule.evaluation.actions de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl -
-
Uses of OrderEntrySelectionStrategy in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation that return types with arguments of type OrderEntrySelectionStrategy Modifier and Type Method Description protected java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy>AbstractRuleEngineTest. getUnitForBundleSelectorStrategies()Methods in de.hybris.platform.ruleengineservices.calculation with parameters of type OrderEntrySelectionStrategy Modifier and Type Method Description protected EntriesSelectionStrategyRPDAbstractRuleEngineTest. createEntriesSelectionStrategyRPD(OrderEntrySelectionStrategy strategy, int quantity, boolean isTargetOfAction, OrderEntryRAO... orderEntryRAO)Method parameters in de.hybris.platform.ruleengineservices.calculation with type arguments of type OrderEntrySelectionStrategy Modifier and Type Method Description voidAbstractRuleEngineTest. setUnitForBundleSelectorStrategies(java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy> unitForBundleSelectorStrategies) -
Uses of OrderEntrySelectionStrategy in de.hybris.platform.ruleengineservices.enums
Methods in de.hybris.platform.ruleengineservices.enums that return OrderEntrySelectionStrategy Modifier and Type Method Description static OrderEntrySelectionStrategyOrderEntrySelectionStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrderEntrySelectionStrategy[]OrderEntrySelectionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrderEntrySelectionStrategy in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return OrderEntrySelectionStrategy Modifier and Type Method Description OrderEntrySelectionStrategyEntriesSelectionStrategyRPD. getSelectionStrategy()Methods in de.hybris.platform.ruleengineservices.rao with parameters of type OrderEntrySelectionStrategy Modifier and Type Method Description voidEntriesSelectionStrategyRPD. setSelectionStrategy(OrderEntrySelectionStrategy selectionStrategy) -
Uses of OrderEntrySelectionStrategy in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions with parameters of type OrderEntrySelectionStrategy Modifier and Type Method Description protected EntriesSelectionStrategyRPDAbstractRulePartnerProductAction. createSelectionStrategyRPD(OrderEntrySelectionStrategy selectionStrategy, java.lang.Integer quantity, java.util.Set<OrderEntryRAO> orderEntries, boolean isAction)protected java.util.List<EntriesSelectionStrategyRPD>AbstractRulePartnerProductAction. createSelectionStrategyRPDsQualifyingProducts(RuleActionContext context, OrderEntrySelectionStrategy selectionStrategy, java.util.Map<java.lang.String,java.lang.Integer> qualifyingProductsContainers)protected java.util.List<EntriesSelectionStrategyRPD>AbstractRulePartnerProductAction. createSelectionStrategyRPDsTargetProducts(RuleActionContext context, OrderEntrySelectionStrategy selectionStrategy, java.util.Map<java.lang.String,java.lang.Integer> targetProductsContainers) -
Uses of OrderEntrySelectionStrategy 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 OrderEntrySelectionStrategy 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 OrderEntrySelectionStrategy Modifier and Type Method Description voidDefaultRAOConsumptionSupport. setEntriesSelectionStrategies(java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy> entriesSelectionStrategies)voidDefaultRAOConsumptionSupport. setQualifyingEntriesSelectionStrategies(java.util.Map<OrderEntrySelectionStrategy,EntriesSelectionStrategy> qualifyingEntriesSelectionStrategies)
-