| Package | Description |
|---|---|
| de.hybris.platform.promotions.result |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.List<WrappedOrderEntry> |
PromotionOrderResults.cleanWrappedEntryList(SessionContext ctx,
java.util.List<WrappedOrderEntry> wrappedEntries) |
protected static java.util.Collection<WrappedOrderEntry> |
PromotionOrderResults.findAllMatchingEntries(SessionContext ctx,
java.util.List<WrappedOrderEntry> wrappedEntries,
java.util.Collection<PromotionOrderEntryConsumed> consumedEntries) |
java.util.List<WrappedOrderEntry> |
PromotionOrderResults.getEntriesNotInFiredPromotions()
Return a list of WrappedOrderEntry objects that were not part of any any promotion that fired.
|
java.util.List<WrappedOrderEntry> |
PromotionOrderResults.getEntriesNotInPromotions()
Return a list of WrappedOrderEntry objects that were not part of any any promotion that fired or could fire.
|
java.util.List<WrappedOrderEntry> |
PromotionOrderResults.getEntriesWithPotentialPromotions()
Return a list of WrappedOrderEntry objects that were part of any any promotion that could fire.
|
protected static java.util.List<WrappedOrderEntry> |
PromotionOrderResults.wrapEntries(SessionContext ctx,
AbstractOrder order) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.List<WrappedOrderEntry> |
PromotionOrderResults.cleanWrappedEntryList(SessionContext ctx,
java.util.List<WrappedOrderEntry> wrappedEntries) |
protected static java.util.Collection<WrappedOrderEntry> |
PromotionOrderResults.findAllMatchingEntries(SessionContext ctx,
java.util.List<WrappedOrderEntry> wrappedEntries,
java.util.Collection<PromotionOrderEntryConsumed> consumedEntries) |
protected static void |
PromotionOrderResults.removeConsumedEntries(SessionContext ctx,
java.util.List<WrappedOrderEntry> wrappedEntries,
java.util.Collection<PromotionOrderEntryConsumed> consumedEntries) |
Copyright © 2018 SAP SE. All Rights Reserved.