| Package | Description |
|---|---|
| org.broadleafcommerce.inventory.basic.service |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicInventoryServiceImpl.decrementInventory(Long skuId,
int quantity) |
void |
BasicInventoryService.decrementInventory(Long skuId,
int quantity)
Attempts to decrement inventory if it is available.
|
void |
BasicInventoryServiceImpl.decrementInventory(Map<Long,Integer> skuQuantities) |
void |
BasicInventoryService.decrementInventory(Map<Long,Integer> skuQuantities)
Attempts to decrement inventory for a map of Sku ids and quantities.
|
Copyright © 2014. All rights reserved.