Uses of Class
com.broadleafcommerce.recommendationengine.domain.PurchaseItem
Packages that use PurchaseItem
Package
Description
-
Uses of PurchaseItem in com.broadleafcommerce.recommendationengine.domain
Methods in com.broadleafcommerce.recommendationengine.domain that return types with arguments of type PurchaseItemModifier and TypeMethodDescriptionPurchase.getPurchaseItems()
Items that are contained within this order.Method parameters in com.broadleafcommerce.recommendationengine.domain with type arguments of type PurchaseItemModifier and TypeMethodDescriptionvoid
Purchase.setPurchaseItems
(List<PurchaseItem> purchaseItems) Items that are contained within this order. -
Uses of PurchaseItem in com.broadleafcommerce.recommendationengine.service.messaging
Methods in com.broadleafcommerce.recommendationengine.service.messaging that return types with arguments of type PurchaseItemModifier and TypeMethodDescriptionprotected List<PurchaseItem>
PurchaseEventListener.buildPurchaseItems
(com.broadleafcommerce.order.client.domain.Order order, List<com.broadleafcommerce.order.client.domain.OrderFulfillment> fulfillments, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)