Interface OndemandPromotionService
-
- All Known Implementing Classes:
DefaultOndemandPromotionService
public interface OndemandPromotionServiceInterface to distribute the order level promotions and calculate the final unit price on the line item level.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<OndemandDiscountedOrderEntry>calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder)
-
-
-
Method Detail
-
calculateProportionalDiscountForEntries
java.util.List<OndemandDiscountedOrderEntry> calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder)
-
-