Uses of Class
de.hybris.platform.promotions.result.PromotionOrderEntry
-
Packages that use PromotionOrderEntry Package Description de.hybris.platform.promotions.result de.hybris.platform.promotions.util -
-
Uses of PromotionOrderEntry in de.hybris.platform.promotions.result
Methods in de.hybris.platform.promotions.result that return PromotionOrderEntry Modifier and Type Method Description protected static PromotionOrderEntryPromotionOrderView. doPeek(SessionContext ctx, java.util.List<PromotionOrderEntry> workingEntries)PromotionOrderEntryPromotionOrderView. peek(SessionContext ctx)Look at the next promotion order entry from this view.PromotionOrderEntryPromotionOrderView. peekFromHead(SessionContext ctx, java.util.Comparator<PromotionOrderEntry> comparator)Look at the next promotion order entry from this view in the order specified.PromotionOrderEntryPromotionOrderView. peekFromTail(SessionContext ctx, java.util.Comparator<PromotionOrderEntry> comparator)Look at the next promotion order entry from this view in the reverse of the order specified.Methods in de.hybris.platform.promotions.result that return types with arguments of type PromotionOrderEntry Modifier and Type Method Description static java.util.Comparator<PromotionOrderEntry>PromotionEvaluationContext. createPriceComparator(SessionContext ctx)Create a comparator for the current context that orders by price in natural order (lowest to highest).java.util.List<PromotionOrderEntry>PromotionOrderView. getAllEntries(SessionContext ctx)Get all the entries in this view.java.util.List<PromotionOrderEntry>PromotionOrderView. getAllEntriesByPrice(SessionContext ctx)Get all the entries in this view sorted by price.protected java.util.List<PromotionOrderEntry>PromotionOrderView. getOrderEntries()Method parameters in de.hybris.platform.promotions.result with type arguments of type PromotionOrderEntry Modifier and Type Method Description java.util.List<PromotionOrderEntryConsumed>PromotionOrderView. consumeFromHead(SessionContext ctx, java.util.Comparator<PromotionOrderEntry> comparator, long quantity)Consume products from this view in the specified order.java.util.List<PromotionOrderEntryConsumed>PromotionOrderView. consumeFromTail(SessionContext ctx, java.util.Comparator<PromotionOrderEntry> comparator, long quantity)Consume products from this view in the reverse of the specfied order.protected static java.util.List<PromotionOrderEntryConsumed>PromotionOrderView. doConsume(SessionContext ctx, java.util.List<PromotionOrderEntry> workingEntries, AbstractPromotion promotion, long quantity)protected static PromotionOrderEntryPromotionOrderView. doPeek(SessionContext ctx, java.util.List<PromotionOrderEntry> workingEntries)PromotionOrderEntryPromotionOrderView. peekFromHead(SessionContext ctx, java.util.Comparator<PromotionOrderEntry> comparator)Look at the next promotion order entry from this view in the order specified.PromotionOrderEntryPromotionOrderView. peekFromTail(SessionContext ctx, java.util.Comparator<PromotionOrderEntry> comparator)Look at the next promotion order entry from this view in the reverse of the order specified.Constructor parameters in de.hybris.platform.promotions.result with type arguments of type PromotionOrderEntry Constructor Description PromotionOrderView(AbstractPromotion promotion, java.util.List<PromotionOrderEntry> orderEntries) -
Uses of PromotionOrderEntry in de.hybris.platform.promotions.util
Fields in de.hybris.platform.promotions.util with type parameters of type PromotionOrderEntry Modifier and Type Field Description static java.util.Comparator<PromotionOrderEntry>Comparators. promotionOrderEntryByPriceComparatorMethods in de.hybris.platform.promotions.util with parameters of type PromotionOrderEntry Modifier and Type Method Description intComparators.PromotionOrderEntryByPriceComparator. compare(PromotionOrderEntry a, PromotionOrderEntry b)
-