| Package | Description |
|---|---|
| com.broadleafcommerce.inventory.advanced.dataimport.service | |
| com.broadleafcommerce.inventory.advanced.service |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateInventoryInfo |
AdvancedInventoryImportServiceImpl.createInfoRecord(InventoryImportDTO dto,
org.broadleafcommerce.core.catalog.domain.Sku sku) |
| Modifier and Type | Method and Description |
|---|---|
protected Inventory |
AdvancedInventoryServiceImpl.createInventoryRecord(UpdateInventoryInfo info,
FulfillmentLocation location)
Creates an Inventory record for the given fulfillment location and is based on the given UpdateInventoryInfo record
|
protected Inventory |
AdvancedInventoryServiceImpl.updateInventoryRecord(UpdateInventoryInfo info,
Inventory inventory)
Given an UpdateInventoryInfo record, updates the related inventory record
|
protected boolean |
AdvancedInventoryServiceImpl.validateUpdateInventoryRequest(org.broadleafcommerce.core.catalog.domain.Sku sku,
UpdateInventoryInfo info)
Validates that the Sku and UpdateInventoryInfo objects valid when trying to update/create an inventory record
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedInventoryServiceImpl.setInventory(Map<FulfillmentLocation,List<UpdateInventoryInfo>> inventoryInfos) |
void |
AdvancedInventoryService.setInventory(Map<FulfillmentLocation,List<UpdateInventoryInfo>> inventoryInfos)
Sets the on hand and available quantities for a sku at a fulfillment location.
|
Copyright © 2020. All rights reserved.