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 adjustSkuInventoryfor specific items grouped byInventoryLocation.Method parameters in com.broadleafcommerce.inventory.domain with type arguments of type SkuInventoryAdjustmentRequestGroupModifier and TypeMethodDescriptionvoidSkuInventoryAdjustmentRequest.setGroups(List<SkuInventoryAdjustmentRequestGroup> groups) Requests to adjustSkuInventoryfor 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 SkuInventoryAdjustmentRequestGroupReturnConfirmedInventoryAdjustmentListener.buildSkuInventoryAdjustmentGroup(List<AbstractInventoryAdjustmentListener.OrderFulfillment> fulfillments, Map<String, List<ReturnConfirmedInventoryAdjustmentListener.ConfirmReturnItemRequest>> returnItemRequestsByFulfillmentItemId, Map<String, AbstractInventoryAdjustmentListener.OrderItem> orderItemsById)