| Package | Description |
|---|---|
| org.broadleafcommerce.core.inventory.service | |
| org.broadleafcommerce.core.order.service.workflow |
| 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(Sku sku,
int quantity) |
void |
InventoryService.decrementInventory(Sku sku,
int quantity)
Attempts to decrement inventory if it is available.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AbstractWorkflowInventoryExtensionHandler.checkAvailability(Sku sku,
Integer requestedQuantity,
ProcessContext<CartOperationRequest> context) |
ExtensionResultStatusType |
WorkflowInventoryExtensionHandler.checkAvailability(Sku sku,
Integer requestedQuantity,
ProcessContext<CartOperationRequest> context)
Invoked during the blAddItemWorkflow and blUpdateItemWorkflow within the
CheckAvailabilityActivity if it is hooked up. |
ExtensionResultStatusType |
AbstractWorkflowInventoryExtensionHandler.decrementInventory(Map<Sku,Integer> skuQuantities,
ProcessContext<CheckoutSeed> context,
Map<String,Object> rollbackState) |
ExtensionResultStatusType |
WorkflowInventoryExtensionHandler.decrementInventory(Map<Sku,Integer> skuQuantities,
ProcessContext<CheckoutSeed> context,
Map<String,Object> rollbackState)
Invoked during the blCheckoutWorkflow
ExtensionResultStatusType.NOT_HANDLED then the default inventory system in the framework will be checked. |
Copyright © 2014. All Rights Reserved.