List<InventoryTransaction> | 
DefaultSkuInventoryAdjustmentService.cancelInventory(Map<I,List<SkuInventoryAdjustmentRequestItem>> skuInventoryAdjustmentRequestItems,
               String batchId,
               com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
  | 
List<InventoryTransaction> | 
DefaultSkuInventoryService.cancelInventory(SkuInventoryAdjustmentRequest request,
               com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
  | 
List<InventoryTransaction> | 
SkuInventoryAdjustmentService.cancelInventory(Map<I,List<SkuInventoryAdjustmentRequestItem>> skuInventoryAdjustmentRequestItems,
               String batchId,
               com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
 Perform the cancel of inventory to remove reserved quantity. 
 | 
List<InventoryTransaction> | 
SkuInventoryService.cancelInventory(SkuInventoryAdjustmentRequest request,
               com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
 | 
List<InventoryTransaction> | 
DefaultSkuInventoryAdjustmentService.fulfillInventory(@NonNull Map<I,List<SkuInventoryAdjustmentRequestItem>> skuInventoryAdjustmentRequestItems,
                @NonNull String batchId,
                com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
  | 
List<InventoryTransaction> | 
DefaultSkuInventoryService.fulfillInventory(SkuInventoryAdjustmentRequest request,
                com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
  | 
List<InventoryTransaction> | 
SkuInventoryAdjustmentService.fulfillInventory(Map<I,List<SkuInventoryAdjustmentRequestItem>> skuInventoryAdjustmentRequestItems,
                String batchId,
                com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
 Perform the fulfillment of inventory to remove reserved quantity and decrement on-hand
 quantity. 
 | 
List<InventoryTransaction> | 
SkuInventoryService.fulfillInventory(SkuInventoryAdjustmentRequest request,
                com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
 | 
protected void | 
DefaultSkuInventoryAdjustmentService.validateCanCancelInventory(SkuInventory inventory,
                          SkuInventoryAdjustmentRequestItem item,
                          com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
  | 
protected void | 
DefaultSkuInventoryAdjustmentService.validateCanFulfillInventory(SkuInventory inventory,
                           SkuInventoryAdjustmentRequestItem item,
                           com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) | 
  | 
protected void | 
DefaultSkuInventoryAdjustmentService.validateSufficientQuantityReservedForItemAdjustment(SkuInventory inventory,
                                                   SkuInventoryAdjustmentRequestItem item,
                                                   Map<String,List<InventoryTransaction>> existingTransactionsByType,
                                                   InventoryTransactionType transactionType) | 
  |