| Package | Description |
|---|---|
| org.broadleafcommerce.core.inventory.service |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryServiceImpl.decrementInventory(Map<Sku,Integer> skuQuantities) |
void |
InventoryService.decrementInventory(Map<Sku,Integer> skuQuantities)
Attempts to decrement inventory for a map of Skus and quantities
|
void |
InventoryServiceImpl.decrementInventory(Map<Sku,Integer> skuQuantities,
Map<String,Object> context) |
void |
ContextualInventoryService.decrementInventory(Map<Sku,Integer> skuQuantities,
Map<String,Object> context)
Usually invoked from
DecrementInventoryActivity |
ExtensionResultStatusType |
AbstractInventoryServiceExtensionHandler.decrementInventory(Map<Sku,Integer> skuQuantities,
Map<String,Object> context) |
ExtensionResultStatusType |
InventoryServiceExtensionHandler.decrementInventory(Map<Sku,Integer> skuQuantities,
Map<String,Object> context)
Usually invoked within the
DecrementInventoryActivity to decrement inventory for the Skus that are in
skuQuantities |
void |
InventoryServiceImpl.decrementInventory(Sku sku,
int quantity) |
void |
InventoryService.decrementInventory(Sku sku,
int quantity)
Attempts to decrement inventory if it is available.
|
void |
InventoryServiceImpl.decrementInventory(Sku sku,
int quantity,
Map<String,Object> context) |
void |
ContextualInventoryService.decrementInventory(Sku sku,
int quantity,
Map<String,Object> context)
Pass through for
ContextualInventoryService.decrementInventory(Map, Map) |
Copyright © 2015. All Rights Reserved.