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

Packages that use ConcurrentInventoryModificationException
org.broadleafcommerce.inventory.admin.server.service.handler   
org.broadleafcommerce.inventory.dao   
org.broadleafcommerce.inventory.service   
 

Uses of ConcurrentInventoryModificationException in org.broadleafcommerce.inventory.admin.server.service.handler
 

Methods in org.broadleafcommerce.inventory.admin.server.service.handler that throw ConcurrentInventoryModificationException
 Inventory AdminInventoryPersister.saveAdminInventory(Long inventoryId, org.broadleafcommerce.openadmin.client.dto.Entity entity, Map<String,org.broadleafcommerce.openadmin.client.dto.FieldMetadata> adminProperties, org.broadleafcommerce.openadmin.server.service.persistence.module.RecordHelper helper)
          Creates a new transaction and attempts a read, populate, update within the transaction.
 

Uses of ConcurrentInventoryModificationException in org.broadleafcommerce.inventory.dao
 

Methods in org.broadleafcommerce.inventory.dao that throw ConcurrentInventoryModificationException
 Inventory InventoryDao.readForUpdateById(Long id)
          Same as read, but refreshes and handles locking for concurrent updates
 Inventory InventoryDaoImpl.readForUpdateById(Long id)
           
 Inventory InventoryDao.readInventoryForUpdate(org.broadleafcommerce.core.catalog.domain.Sku sku, FulfillmentLocation fulfillmentLocation)
          Same as readInventory but refreshes and locks the object.
 Inventory InventoryDaoImpl.readInventoryForUpdate(org.broadleafcommerce.core.catalog.domain.Sku sku, FulfillmentLocation fulfillmentLocation)
           
 Inventory InventoryDao.readInventoryForUpdateForDefaultFulfillmentLocation(org.broadleafcommerce.core.catalog.domain.Sku sku)
          Same as readInventoryForDefaultFulfillmentLocation but refreshes and locks the object.
 Inventory InventoryDaoImpl.readInventoryForUpdateForDefaultFulfillmentLocation(org.broadleafcommerce.core.catalog.domain.Sku sku)
           
 Inventory InventoryDao.save(Inventory inventory)
          Persists the Inventory
 Inventory InventoryDaoImpl.save(Inventory inventory)
           
 

Uses of ConcurrentInventoryModificationException in org.broadleafcommerce.inventory.service
 

Methods in org.broadleafcommerce.inventory.service that throw ConcurrentInventoryModificationException
 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)
           
 void InventoryService.incrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory)
          Attempts to add available inventory to an inventory record associated with a default fulfillment location.
 void InventoryServiceImpl.incrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory)
           
 void InventoryService.incrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory, FulfillmentLocation fulfillmentLocation)
          Add available inventory to sku.
 void InventoryServiceImpl.incrementInventory(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory, FulfillmentLocation fulfillmentLocation)
           
 void InventoryService.incrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory)
          Attempts to add inventory on hand to an inventory record associated with a default fulfillment location.
 void InventoryServiceImpl.incrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory)
           
 void InventoryService.incrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory, FulfillmentLocation fulfillmentLocation)
          Add inventory on hand to sku.
 void InventoryServiceImpl.incrementInventoryOnHand(Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> skuInventory, FulfillmentLocation fulfillmentLocation)
           
 Inventory InventoryService.save(Inventory inventory)
          Persists the inventory
 Inventory InventoryServiceImpl.save(Inventory inventory)
           
 



Copyright © 2013. All Rights Reserved.