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 adjustSkuInventory
for specific items grouped byInventoryLocation
.Method parameters in com.broadleafcommerce.inventory.domain with type arguments of type SkuInventoryAdjustmentRequestGroup Modifier and Type Method Description void
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 SkuInventoryAdjustmentRequestGroup Modifier and Type Method Description protected SkuInventoryAdjustmentRequestGroup
ReturnConfirmedInventoryAdjustmentListener. buildSkuInventoryAdjustmentGroup(List<ReturnConfirmedInventoryAdjustmentListener.OrderFulfillment> fulfillments, Map<String,List<ReturnConfirmedInventoryAdjustmentListener.ConfirmReturnItemRequest>> returnItemRequestsByFulfillmentItemId, Map<String,ReturnConfirmedInventoryAdjustmentListener.OrderItem> orderItemsById)
-