Uses of Class
com.broadleafcommerce.inventory.domain.SkuInventoryAdjustmentRequestGroup
Packages that use SkuInventoryAdjustmentRequestGroup
Package
Description
-
Uses of SkuInventoryAdjustmentRequestGroup in com.broadleafcommerce.inventory.domain
Methods in com.broadleafcommerce.inventory.domain that return types with arguments of type SkuInventoryAdjustmentRequestGroupModifier and TypeMethodDescriptionSkuInventoryAdjustmentRequest.getGroups()
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
.Method parameters in com.broadleafcommerce.inventory.domain with type arguments of type SkuInventoryAdjustmentRequestGroupModifier 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
Methods in com.broadleafcommerce.inventory.service.messaging.returns that return SkuInventoryAdjustmentRequestGroupModifier and TypeMethodDescriptionprotected SkuInventoryAdjustmentRequestGroup
ReturnConfirmedInventoryAdjustmentListener.buildSkuInventoryAdjustmentGroup
(List<AbstractInventoryAdjustmentListener.OrderFulfillment> fulfillments, Map<String, List<ReturnConfirmedInventoryAdjustmentListener.ConfirmReturnItemRequest>> returnItemRequestsByFulfillmentItemId, Map<String, AbstractInventoryAdjustmentListener.OrderItem> orderItemsById)