Class CheapestEntriesSelectionStrategy
java.lang.Object
de.hybris.platform.ruleengineservices.calculation.impl.AbstractEntriesSelectionStrategy
de.hybris.platform.ruleengineservices.calculation.impl.CheapestEntriesSelectionStrategy
- All Implemented Interfaces:
EntriesSelectionStrategy
Defines method(s) to pickup the cheapest products from set of Order Entries to be used in a rule for a group of
products.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<OrderEntryRAO>Gets ordered list of Order Entries from strategy according to product prices comparing OrderEntryRAO.price - the cheapest first.Methods inherited from class de.hybris.platform.ruleengineservices.calculation.impl.AbstractEntriesSelectionStrategy
pickup
-
Constructor Details
-
CheapestEntriesSelectionStrategy
public CheapestEntriesSelectionStrategy()
-
-
Method Details
-
getOrderEntriesToProcess
Gets ordered list of Order Entries from strategy according to product prices comparing OrderEntryRAO.price - the cheapest first.- Specified by:
getOrderEntriesToProcessin classAbstractEntriesSelectionStrategy
-