Package de.hybris.platform.ruleengineservices.calculation
-
Interface Summary Interface Description DeliveryCostEvaluationStrategy Strategy to evaluate delivery cost.EntriesSelectionStrategy Defines method(s) to pickup products to be used in a rule with a group of products.MinimumAmountValidationStrategy The strategy validates if Discount is applicable or not checking lower price limit of Order and LineItem.NumberedLineItemLookupStrategy Functional interface that provides line item lookup capabilitiesPriceAdjustmentStrategy<T> Strategy to perform price adjustment of an order entry, taking into consideration provided quantityRuleEngineCalculationService RuleEngineCalculationService provides methods related to order and cart calculation to be used during rule evaluation. -
Class Summary Class Description AbstractRuleEngineTest NumberedLineItem NumberedLineItem adds the entryNumber property to its parentLineItem
class, thereby allowing to lookup a specific order entry within the enclosingOrder
by its entry number.