Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryAdjustmentRequestGroup
Package
Description
-
Uses of SkuInventoryAdjustmentRequestGroup in com.broadleafcommerce.inventory.domain
Modifier and TypeMethodDescriptionSkuInventoryAdjustmentRequest.getGroups()
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
.Modifier and TypeMethodDescriptionvoid
SkuInventoryAdjustmentRequest.setGroups
(List<SkuInventoryAdjustmentRequestGroup> groups) Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
. -
Uses of SkuInventoryAdjustmentRequestGroup in com.broadleafcommerce.inventory.service.messaging.returns
Modifier and TypeMethodDescriptionprotected SkuInventoryAdjustmentRequestGroup
ReturnConfirmedInventoryAdjustmentListener.buildSkuInventoryAdjustmentGroup
(List<AbstractInventoryAdjustmentListener.OrderFulfillment> fulfillments, Map<String, List<ReturnConfirmedInventoryAdjustmentListener.ConfirmReturnItemRequest>> returnItemRequestsByFulfillmentItemId, Map<String, AbstractInventoryAdjustmentListener.OrderItem> orderItemsById)