Uses of Interface
org.broadleafcommerce.core.order.domain.OrderItem
Packages that use OrderItem
Package
Description
-
Uses of OrderItem in org.broadleafcommerce.core.offer.domain
Fields in org.broadleafcommerce.core.offer.domain declared as OrderItemModifier and TypeFieldDescriptionprotected OrderItemCandidateItemOfferImpl.orderItemprotected OrderItemOrderItemAdjustmentImpl.orderItemprotected OrderItemProratedOrderItemAdjustmentImpl.orderItemMethods in org.broadleafcommerce.core.offer.domain that return OrderItemModifier and TypeMethodDescriptionCandidateItemOffer.getOrderItem()CandidateItemOfferImpl.getOrderItem()OrderItemAdjustment.getOrderItem()OrderItemAdjustmentImpl.getOrderItem()ProratedOrderItemAdjustment.getOrderItem()ProratedOrderItemAdjustmentImpl.getOrderItem()Methods in org.broadleafcommerce.core.offer.domain with parameters of type OrderItemModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidCandidateItemOffer.setOrderItem(OrderItem orderItem) voidCandidateItemOfferImpl.setOrderItem(OrderItem orderItem) voidOrderItemAdjustment.setOrderItem(OrderItem orderItem) voidOrderItemAdjustmentImpl.setOrderItem(OrderItem orderItem) voidProratedOrderItemAdjustment.setOrderItem(OrderItem orderItem) voidProratedOrderItemAdjustmentImpl.setOrderItem(OrderItem orderItem) -
Uses of OrderItem in org.broadleafcommerce.core.offer.service
Methods in org.broadleafcommerce.core.offer.service that return OrderItemModifier and TypeMethodDescriptionOfferServiceUtilities.findRelatedQualifierRoot(OrderItem relatedQualifier) Given an orderItem, finds the top most parent order item.OfferServiceUtilitiesImpl.findRelatedQualifierRoot(OrderItem relatedQualifier) Methods in org.broadleafcommerce.core.offer.service that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOfferServiceUtilities.buildOrderItemList(Order order) Builds the list of order-items at the level they are being priced which includes splitting bundles that are being priced at the item level.OfferServiceUtilitiesImpl.buildOrderItemList(Order order) OfferServiceUtilities.buildPromotableItemMap(PromotableOrder promotableOrder) Builds a map from orderItem to promotableOrderItem.OfferServiceUtilitiesImpl.buildPromotableItemMap(PromotableOrder promotableOrder) Methods in org.broadleafcommerce.core.offer.service with parameters of type OrderItemModifier and TypeMethodDescriptionOfferServiceUtilities.findRelatedQualifierRoot(OrderItem relatedQualifier) Given an orderItem, finds the top most parent order item.OfferServiceUtilitiesImpl.findRelatedQualifierRoot(OrderItem relatedQualifier) booleanOfferServiceUtilities.isAddOnOrderItem(OrderItem orderItem) Determines whether or not theOrderItemwas added by a Product Add-OnbooleanOfferServiceUtilitiesImpl.isAddOnOrderItem(OrderItem orderItem) intOfferServiceUtilities.markTargetsForCriteria(PromotableCandidateItemOffer itemOffer, OrderItem relatedQualifier, boolean checkOnly, Offer promotion, OrderItem relatedQualifierRoot, OfferItemCriteria itemCriteria, List<PromotableOrderItemPriceDetail> priceDetails, int targetQtyNeeded) Returns the number of targets marked for the passed in itemCriteriaintOfferServiceUtilitiesImpl.markTargetsForCriteria(PromotableCandidateItemOffer itemOffer, OrderItem relatedQualifier, boolean checkOnly, Offer promotion, OrderItem relatedQualifierRoot, OfferItemCriteria itemCriteria, List<PromotableOrderItemPriceDetail> priceDetails, int targetQtyNeeded) booleanOfferServiceUtilities.markTargetsForOfferPriceData(PromotableCandidateItemOffer itemOffer, OrderItem relatedQualifier, boolean checkOnly, Offer promotion, OrderItem relatedQualifierRoot, OfferPriceData offerPriceData, List<PromotableOrderItemPriceDetail> priceDetails) booleanOfferServiceUtilitiesImpl.markTargetsForOfferPriceData(PromotableCandidateItemOffer itemOffer, OrderItem relatedQualifier, boolean checkOnly, Offer promotion, OrderItem relatedQualifierRoot, OfferPriceData offerPriceData, List<PromotableOrderItemPriceDetail> priceDetails) -
Uses of OrderItem in org.broadleafcommerce.core.offer.service.discount.domain
Fields in org.broadleafcommerce.core.offer.service.discount.domain declared as OrderItemMethods in org.broadleafcommerce.core.offer.service.discount.domain that return OrderItemModifier and TypeMethodDescriptionPromotableOrderItem.getOrderItem()Returns the underlying orderItem.PromotableOrderItemImpl.getOrderItem()Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type OrderItemModifier and TypeMethodDescriptionprotected voidPromotableOrderImpl.addPromotableOrderItem(OrderItem orderItem, List<PromotableOrderItem> discountableOrderItems) PromotableItemFactory.createPromotableOrderItem(OrderItem orderItem, PromotableOrder order, boolean includeAdjustments) PromotableItemFactoryImpl.createPromotableOrderItem(OrderItem orderItem, PromotableOrder order, boolean includeAdjustments) Constructors in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type OrderItemModifierConstructorDescriptionPromotableOrderItemImpl(OrderItem orderItem, PromotableOrder promotableOrder, PromotableItemFactory itemFactory, boolean includeAdjustments) -
Uses of OrderItem in org.broadleafcommerce.core.offer.service.processor
Methods in org.broadleafcommerce.core.offer.service.processor with parameters of type OrderItemModifier and TypeMethodDescriptionbooleanItemOfferMarkTargets.markTargets(PromotableCandidateItemOffer itemOffer, PromotableOrder order, OrderItem relatedQualifier, boolean checkOnly) protected booleanItemOfferProcessorImpl.markTargets(PromotableCandidateItemOffer itemOffer, PromotableOrder order, OrderItem relatedQualifier) booleanItemOfferProcessorImpl.markTargets(PromotableCandidateItemOffer itemOffer, PromotableOrder order, OrderItem relatedQualifier, boolean checkOnly) Loop through ItemCriteria and mark targets that can get this promotion to give the promotion to 1 or more targets.protected voidOrderOfferProcessorImpl.synchronizeItemPriceDetails(OrderItem orderItem, PromotableOrderItem promotableOrderItem) protected voidOrderOfferProcessorImpl.synchronizeItemQualifiers(OrderItem orderItem, PromotableOrderItem promotableOrderItem) -
Uses of OrderItem in org.broadleafcommerce.core.order.dao
Methods in org.broadleafcommerce.core.order.dao that return OrderItemModifier and TypeMethodDescriptionOrderItemDao.create(OrderItemType orderItemType) OrderItemDaoImpl.create(OrderItemType orderItemType) OrderItemDao.readOrderItemById(Long orderItemId) OrderItemDaoImpl.readOrderItemById(Long orderItemId) OrderItemDao.saveOrderItem(OrderItem orderItem) OrderItemDaoImpl.saveOrderItem(OrderItem orderItem) Methods in org.broadleafcommerce.core.order.dao that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOrderItemDao.readBatchOrderItems(int start, int count, List<OrderStatus> statuses) OrderItemDaoImpl.readBatchOrderItems(int start, int count, List<OrderStatus> statuses) OrderItemDao.readOrderItemsForCustomersInDateRange(List<Long> customerIds, Date startDate, Date endDate) OrderItemDaoImpl.readOrderItemsForCustomersInDateRange(List<Long> customerIds, Date startDate, Date endDate) Methods in org.broadleafcommerce.core.order.dao with parameters of type OrderItemModifier and TypeMethodDescriptionvoidvoidOrderItemDao.initializeOrderItemPriceDetails(OrderItem item) Sets the initial orderItemPriceDetail for the item.OrderItemDaoImpl.initializeOrderItemPriceDetails(OrderItem item) OrderItemDao.saveOrderItem(OrderItem orderItem) OrderItemDaoImpl.saveOrderItem(OrderItem orderItem) -
Uses of OrderItem in org.broadleafcommerce.core.order.domain
Subinterfaces of OrderItem in org.broadleafcommerce.core.order.domainModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceinterfaceinterfaceClasses in org.broadleafcommerce.core.order.domain that implement OrderItemModifier and TypeClassDescriptionclassDeprecated.classclassclassclassFields in org.broadleafcommerce.core.order.domain declared as OrderItemModifier and TypeFieldDescriptionprotected OrderItemFulfillmentGroupItemImpl.orderItemprotected OrderItemOrderItemAttributeImpl.orderItemprotected OrderItemOrderItemPriceDetailImpl.orderItemprotected OrderItemOrderItemQualifierImpl.orderItemprotected OrderItemOrderMultishipOptionImpl.orderItemprotected OrderItemOrderItemImpl.parentOrderItemFields in org.broadleafcommerce.core.order.domain with type parameters of type OrderItemModifier and TypeFieldDescriptionOrderItemImpl.childOrderItemsOrderImpl.orderItemsGiftWrapOrderItemImpl.wrappedItemsMethods in org.broadleafcommerce.core.order.domain with type parameters of type OrderItemModifier and TypeMethodDescription<G extends OrderItem>
org.broadleafcommerce.common.copy.CreateResponse<G>OrderItemImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.order.domain that return OrderItemModifier and TypeMethodDescriptionBundleOrderItemImpl.clone()Deprecated.DiscreteOrderItemImpl.clone()GiftWrapOrderItemImpl.clone()OrderItem.clone()OrderItemImpl.clone()FulfillmentGroupItem.getOrderItem()FulfillmentGroupItemImpl.getOrderItem()OrderItemAttribute.getOrderItem()Gets the parent orderItemOrderItemAttributeImpl.getOrderItem()OrderItemPriceDetail.getOrderItem()Reference back to the containing orderItem.OrderItemPriceDetailImpl.getOrderItem()OrderItemQualifier.getOrderItem()The related order item.OrderItemQualifierImpl.getOrderItem()OrderMultishipOption.getOrderItem()Gets the OrderItem associated with this OrderMultishipOption.OrderMultishipOptionImpl.getOrderItem()OrderItem.getParentOrderItem()OrderItemImpl.getParentOrderItem()Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOrderItem.getChildOrderItems()OrderItemImpl.getChildOrderItems()NullOrderImpl.getNonDiscreteOrderItems()Order.getNonDiscreteOrderItems()OrderImpl.getNonDiscreteOrderItems()BundleOrderItemImpl.getOrderItems()Deprecated.NullOrderImpl.getOrderItems()Order.getOrderItems()OrderImpl.getOrderItems()OrderItemContainer.getOrderItems()GiftWrapOrderItem.getWrappedItems()GiftWrapOrderItemImpl.getWrappedItems()Methods in org.broadleafcommerce.core.order.domain with parameters of type OrderItemModifier and TypeMethodDescriptionvoidNullOrderImpl.addOrderItem(OrderItem orderItem) voidOrder.addOrderItem(OrderItem orderItem) voidOrderImpl.addOrderItem(OrderItem orderItem) voidOrderItemImpl.checkCloneable(OrderItem orderItem) booleanOrderItem.isAParentOf(OrderItem candidateChild) booleanOrderItemImpl.isAParentOf(OrderItem candidateChild) voidFulfillmentGroupItem.setOrderItem(OrderItem orderItem) voidFulfillmentGroupItemImpl.setOrderItem(OrderItem orderItem) voidOrderItemAttribute.setOrderItem(OrderItem orderItem) Sets the orderItem.voidOrderItemAttributeImpl.setOrderItem(OrderItem orderItem) voidOrderItemPriceDetail.setOrderItem(OrderItem order) Sets the orderItem for this itemPriceDetail.voidOrderItemPriceDetailImpl.setOrderItem(OrderItem orderItem) voidOrderItemQualifier.setOrderItem(OrderItem orderItem) Sets the related order item.voidOrderItemQualifierImpl.setOrderItem(OrderItem orderItem) voidOrderMultishipOption.setOrderItem(OrderItem orderItem) Sets the associated OrderItem with this OrderMultishipOptionvoidOrderMultishipOptionImpl.setOrderItem(OrderItem orderItem) voidOrderItem.setParentOrderItem(OrderItem parentOrderItem) Sets the parent order item for this order itemvoidOrderItemImpl.setParentOrderItem(OrderItem parentOrderItem) Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type OrderItemModifier and TypeMethodDescriptionvoidOrderItem.setChildOrderItems(List<OrderItem> childOrderItems) Sets the list of orderitems that are dependent on this order itemvoidOrderItemImpl.setChildOrderItems(List<OrderItem> childOrderItems) voidNullOrderImpl.setOrderItems(List<OrderItem> orderItems) voidOrder.setOrderItems(List<OrderItem> orderItems) voidOrderImpl.setOrderItems(List<OrderItem> orderItems) voidGiftWrapOrderItem.setWrappedItems(List<OrderItem> wrappedItems) voidGiftWrapOrderItemImpl.setWrappedItems(List<OrderItem> wrappedItems) -
Uses of OrderItem in org.broadleafcommerce.core.order.domain.dto
Methods in org.broadleafcommerce.core.order.domain.dto that return OrderItemMethods in org.broadleafcommerce.core.order.domain.dto with parameters of type OrderItemConstructors in org.broadleafcommerce.core.order.domain.dto with parameters of type OrderItem -
Uses of OrderItem in org.broadleafcommerce.core.order.service
Methods in org.broadleafcommerce.core.order.service that return OrderItemModifier and TypeMethodDescriptionOrderService.addGiftWrapItemToOrder(Order order, GiftWrapOrderItemRequest itemRequest, boolean priceOrder) Adds a GiftWrapItem to the order based on the itemRequest.OrderServiceImpl.addGiftWrapItemToOrder(Order order, GiftWrapOrderItemRequest itemRequest, boolean priceOrder) OrderItemService.buildOrderItemFromDTO(Order order, OrderItemRequestDTO orderItemRequestDTO) OrderItemServiceImpl.buildOrderItemFromDTO(Order order, OrderItemRequestDTO orderItemRequestDTO) OrderItemService.createOrderItem(OrderItemRequest itemRequest) OrderItemServiceImpl.createOrderItem(OrderItemRequest itemRequest) OrderService.findLastMatchingItem(Order order, Long skuId, Long productId) Looks through the given order and returns the latest added OrderItem that matches on the skuId and productId.OrderServiceImpl.findLastMatchingItem(Order order, Long skuId, Long productId) protected OrderItemOrderServiceImpl.findMatchingItem(Order order, OrderItemRequestDTO itemToFind) OrderItemService.readOrderItemById(Long orderItemId) OrderItemServiceImpl.readOrderItemById(Long orderItemId) OrderItemService.saveOrderItem(OrderItem orderItem) OrderItemServiceImpl.saveOrderItem(OrderItem orderItem) OrderItemService.updateDiscreteOrderItem(OrderItem orderItem, DiscreteOrderItemRequest itemRequest) OrderItemServiceImpl.updateDiscreteOrderItem(OrderItem item, DiscreteOrderItemRequest itemRequest) Methods in org.broadleafcommerce.core.order.service that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOrderItemService.findOrderItemsForCustomersInDateRange(List<Long> customerIds, Date startDate, Date endDate) OrderItemServiceImpl.findOrderItemsForCustomersInDateRange(List<Long> customerIds, Date startDate, Date endDate) OrderItemService.readBatchOrderItems(int start, int count, List<OrderStatus> orderStatusList) OrderItemServiceImpl.readBatchOrderItems(int start, int count, List<OrderStatus> orderStatusList) Methods in org.broadleafcommerce.core.order.service with parameters of type OrderItemModifier and TypeMethodDescriptionOrderService.addItemFromNamedOrder(Order namedOrder, OrderItem orderItem, boolean priceOrder) Adds the passed in orderItem to the current cart for the same Customer that owns the named order.OrderService.addItemFromNamedOrder(Order namedOrder, OrderItem orderItem, int quantity, boolean priceOrder) This method performs the same function as addItemFromNamedOrder(Order, OrderItem, boolean) except that instead of adding all of the quantity from the named order to the cart, it will only add/move the specific quantity requested.OrderServiceImpl.addItemFromNamedOrder(Order namedOrder, OrderItem item, boolean priceOrder) OrderServiceImpl.addItemFromNamedOrder(Order namedOrder, OrderItem item, int quantity, boolean priceOrder) voidOrderItemService.applyAdditionalOrderItemProperties(OrderItem orderItem) voidOrderItemServiceImpl.applyAdditionalOrderItemProperties(OrderItem orderItem) OrderItemService.buildOrderItemRequestDTOFromOrderItem(OrderItem item) Creates an OrderItemRequestDTO object that most closely resembles the given OrderItem.OrderItemServiceImpl.buildOrderItemRequestDTOFromOrderItem(OrderItem item) protected booleanMergeCartServiceImpl.checkOtherValidity(OrderItem orderItem) By default, Broadleaf does not provide additional validity checks.protected FulfillmentGroupItemFulfillmentGroupServiceImpl.createFulfillmentGroupItemFromOrderItem(OrderItem orderItem, FulfillmentGroup fulfillmentGroup, int quantity) voidvoidprotected voidOrderServiceImpl.findAllChildrenToRemove(List<Long> childrenToRemove, OrderItem orderItem) CartMessageOrderItemServiceExtensionHandler.gatherOrderItemCartMessages(OrderItem orderItem) CartMessageOrderItemServiceExtensionHandler.gatherProductCartMessages(OrderItem orderItem) FulfillmentGroupService.getFulfillmentGroupItemsForOrderItem(Order order, OrderItem orderItem) Finds all FulfillmentGroupItems in the given Order that reference the given OrderItem.FulfillmentGroupServiceImpl.getFulfillmentGroupItemsForOrderItem(Order order, OrderItem orderItem) voidOrderItemService.mergeOrderItemRequest(ConfigurableOrderItemRequest itemRequest, OrderItem orderItem) voidOrderItemServiceImpl.mergeOrderItemRequest(ConfigurableOrderItemRequest itemRequest, OrderItem orderItem) protected voidOrderItemServiceImpl.populateProductOptionAttributes(OrderItem item, Map<String, String> attributes) voidOrderItemService.priceOrderItem(OrderItem item) voidOrderItemServiceImpl.priceOrderItem(OrderItem item) voidFulfillmentGroupService.removeOrderItemFromFullfillmentGroups(Order order, OrderItem orderItem) Removes every fulfillment group item in every fulfillment group in the order that is associated with the given orderItem.voidFulfillmentGroupServiceImpl.removeOrderItemFromFullfillmentGroups(Order order, OrderItem orderItem) OrderItemService.saveOrderItem(OrderItem orderItem) OrderItemServiceImpl.saveOrderItem(OrderItem orderItem) OrderItemService.updateDiscreteOrderItem(OrderItem orderItem, DiscreteOrderItemRequest itemRequest) OrderItemServiceImpl.updateDiscreteOrderItem(OrderItem item, DiscreteOrderItemRequest itemRequest) protected voidCartMessageOrderItemServiceExtensionHandler.updateOrderItemCartMessages(OrderItem orderItem) Method parameters in org.broadleafcommerce.core.order.service with type arguments of type OrderItemModifier and TypeMethodDescriptionprotected booleanAbstractCartRuleProcessor.checkItemCriteria(org.broadleafcommerce.common.structure.dto.ItemCriteriaDTO itemCriteria, List<OrderItem> orderItems) -
Uses of OrderItem in org.broadleafcommerce.core.order.service.call
Fields in org.broadleafcommerce.core.order.service.call declared as OrderItemFields in org.broadleafcommerce.core.order.service.call with type parameters of type OrderItemMethods in org.broadleafcommerce.core.order.service.call that return OrderItemMethods in org.broadleafcommerce.core.order.service.call that return types with arguments of type OrderItemModifier and TypeMethodDescriptionMergeCartResponse.getAddedItems()MergeCartResponse.getRemovedItems()ReconstructCartResponse.getRemovedItems()UpdateCartResponse.getRemovedItems()GiftWrapOrderItemRequest.getWrappedItems()Methods in org.broadleafcommerce.core.order.service.call with parameters of type OrderItemModifier and TypeMethodDescriptionvoidFulfillmentGroupItemRequest.setOrderItem(OrderItem orderItem) Method parameters in org.broadleafcommerce.core.order.service.call with type arguments of type OrderItemModifier and TypeMethodDescriptionvoidMergeCartResponse.setAddedItems(List<OrderItem> addedItems) voidMergeCartResponse.setRemovedItems(List<OrderItem> removedItems) voidReconstructCartResponse.setRemovedItems(List<OrderItem> removedItems) voidUpdateCartResponse.setRemovedItems(List<OrderItem> removedItems) voidGiftWrapOrderItemRequest.setWrappedItems(List<OrderItem> wrappedItems) -
Uses of OrderItem in org.broadleafcommerce.core.order.service.extension
Methods in org.broadleafcommerce.core.order.service.extension with parameters of type OrderItemModifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypeAbstractOrderItemServiceExtensionHandler.applyAdditionalOrderItemProperties(OrderItem orderItem) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeOrderItemServiceExtensionHandler.applyAdditionalOrderItemProperties(OrderItem orderItem) Allows a module to append additional rule variables that may be needed for order item evaluationorg.broadleafcommerce.common.extension.ExtensionResultStatusTypeAbstractOrderItemServiceExtensionHandler.mergeOrderItemRequest(ConfigurableOrderItemRequest itemRequest, OrderItem orderItem) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeOrderItemServiceExtensionHandler.mergeOrderItemRequest(ConfigurableOrderItemRequest itemRequest, OrderItem orderItem) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeAbstractOrderItemServiceExtensionHandler.modifyOrderItemPrices(OrderItem item) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeOrderItemServiceExtensionHandler.modifyOrderItemPrices(OrderItem item) -
Uses of OrderItem in org.broadleafcommerce.core.order.service.manipulation
Fields in org.broadleafcommerce.core.order.service.manipulation declared as OrderItemMethods in org.broadleafcommerce.core.order.service.manipulation that return OrderItemMethods in org.broadleafcommerce.core.order.service.manipulation with parameters of type OrderItem -
Uses of OrderItem in org.broadleafcommerce.core.order.service.workflow
Fields in org.broadleafcommerce.core.order.service.workflow declared as OrderItemFields in org.broadleafcommerce.core.order.service.workflow with type parameters of type OrderItemMethods in org.broadleafcommerce.core.order.service.workflow that return OrderItemModifier and TypeMethodDescriptionCartOperationRequest.getAddedOrderItem()Deprecated.in favor ofCartOperationRequest.getOrderItem().CartOperationRequest.getOrderItem()Methods in org.broadleafcommerce.core.order.service.workflow that return types with arguments of type OrderItemMethods in org.broadleafcommerce.core.order.service.workflow with parameters of type OrderItemModifier and TypeMethodDescriptionprotected booleanAddWorkflowPriceOrderIfNecessaryActivity.checkAndUpdateChildren(CartOperationRequest request, OrderItem orderItem) protected voidAddWorkflowPriceOrderIfNecessaryActivity.getOiFgiMap(Order order, Map<OrderItem, List<FulfillmentGroupItem>> oiFgiMap, OrderItem oi) voidCartOperationRequest.setAddedOrderItem(OrderItem addedOrderItem) Deprecated.in favor ofCartOperationRequest.setOrderItem(OrderItem).voidCartOperationRequest.setOrderItem(OrderItem orderItem) Method parameters in org.broadleafcommerce.core.order.service.workflow with type arguments of type OrderItemModifier and TypeMethodDescriptionprotected voidAddWorkflowPriceOrderIfNecessaryActivity.getOiFgiMap(Order order, Map<OrderItem, List<FulfillmentGroupItem>> oiFgiMap, OrderItem oi) voidCartOperationRequest.setOisToDelete(List<OrderItem> oisToDelete) -
Uses of OrderItem in org.broadleafcommerce.core.order.service.workflow.remove
Methods in org.broadleafcommerce.core.order.service.workflow.remove with parameters of type OrderItemModifier and TypeMethodDescriptionprotected voidRemoveOrderItemActivity.removeItemAndChildren(List<OrderItem> oisToDelete, OrderItem orderItem) Method parameters in org.broadleafcommerce.core.order.service.workflow.remove with type arguments of type OrderItemModifier and TypeMethodDescriptionprotected voidRemoveOrderItemActivity.removeItemAndChildren(List<OrderItem> oisToDelete, OrderItem orderItem) -
Uses of OrderItem in org.broadleafcommerce.core.order.strategy
Methods in org.broadleafcommerce.core.order.strategy with parameters of type OrderItemModifier and TypeMethodDescriptionprotected FulfillmentGroupFulfillmentGroupItemStrategyImpl.addItemToFulfillmentGroup(Order order, OrderItem orderItem, int quantity, FulfillmentGroup fulfillmentGroup) protected FulfillmentGroupFulfillmentGroupItemStrategyImpl.addItemToFulfillmentGroup(Order order, OrderItem orderItem, FulfillmentGroup fulfillmentGroup) protected List<FulfillmentGroupItem>FulfillmentGroupItemStrategyImpl.updateItemQuantity(Order order, OrderItem orderItem, Integer orderItemQuantityDelta) -
Uses of OrderItem in org.broadleafcommerce.core.pricing.service.workflow
Method parameters in org.broadleafcommerce.core.pricing.service.workflow with type arguments of type OrderItemModifier and TypeMethodDescriptionprotected voidFulfillmentItemPricingActivity.fixItemTotalRoundingIssues(Order order, Map<OrderItem, List<FulfillmentGroupItem>> partialOrderItemMap) Because an item may have multiple price details that don't round cleanly, we may have pennies left over that need to be distributed.protected voidFulfillmentItemPricingActivity.populateItemTotalAmount(Order order, Map<OrderItem, List<FulfillmentGroupItem>> partialOrderItemMap) Sets the fulfillment amount which includes the relative portion of the total price for the corresponding order item. -
Uses of OrderItem in org.broadleafcommerce.core.promotionMessage.service
Methods in org.broadleafcommerce.core.promotionMessage.service with parameters of type OrderItemModifier and TypeMethodDescriptionPromotionMessageGenerator.generatePromotionMessages(OrderItem orderItem)
DiscreteOrderItems