Uses of Class
org.broadleafcommerce.inventory.exception.InventoryUnavailableException

Packages that use InventoryUnavailableException
org.broadleafcommerce.inventory.service   
 

Uses of InventoryUnavailableException in org.broadleafcommerce.inventory.service
 

Methods in org.broadleafcommerce.inventory.service that throw InventoryUnavailableException
 void InventoryService.decrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory)
          Subtracts the quantity from available inventory in the default fulfillment location for each sku in the map.
 void InventoryServiceImpl.decrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory)
           
 void InventoryService.decrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory, FulfillmentLocation fulfillmentLocation)
          Subtracts the quantity from available inventory for each sku in the map for the given fulfillment location.
 void InventoryServiceImpl.decrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory, FulfillmentLocation fulfillmentLocation)
           
 void InventoryService.decrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory)
          Subtracts the quantity from inventory on hand in the default fulfillment location for each sku in the map.
 void InventoryServiceImpl.decrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory)
           
 void InventoryService.decrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory, FulfillmentLocation fulfillmentLocation)
          Subtracts the quantity from inventory on hand for each sku in the map for the given fulfillment location.
 void InventoryServiceImpl.decrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory, FulfillmentLocation fulfillmentLocation)
           
 



Copyright © 2013. All Rights Reserved.