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