| Modifier and Type | Method and Description |
|---|---|
protected FulfillmentLocation |
SingleLocationInventoryImportProcessExecutor.getFulfillmentLocation(Long processId,
Map<String,String> processParams) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SingleLocationInventoryImportProcessExecutor.processInventoryImport(String fileName,
FulfillmentLocation location,
Long processId)
Processes the import file and sets the inventory accordingly
|
| Modifier and Type | Method and Description |
|---|---|
protected FulfillmentLocation |
InventoryEndpoint.findLocation(Long locationId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentLocationWrapper.wrapDetails(FulfillmentLocation model,
javax.servlet.http.HttpServletRequest request) |
void |
FulfillmentLocationWrapper.wrapSummary(FulfillmentLocation model,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentLocation |
FulfillmentLocationDao.createNew()
Creates a new instance.
|
FulfillmentLocation |
FulfillmentLocationDaoImpl.createNew() |
FulfillmentLocation |
FulfillmentLocationDao.readById(Long fulfillmentLocationId)
Retrieves a
FulfillmentLocation from the given id |
FulfillmentLocation |
FulfillmentLocationDaoImpl.readById(Long fulfillmentLocationId) |
FulfillmentLocation |
FulfillmentLocationDao.readDefaultFulfillmentLocation()
Reads the first fulfillment location that it finds that is flagged as default
|
FulfillmentLocation |
FulfillmentLocationDaoImpl.readDefaultFulfillmentLocation() |
FulfillmentLocation |
FulfillmentLocationDao.save(FulfillmentLocation fulfillmentLocation)
Persists the
FulfillmentLocation |
FulfillmentLocation |
FulfillmentLocationDaoImpl.save(FulfillmentLocation fulfillmentLocation) |
| Modifier and Type | Method and Description |
|---|---|
List<FulfillmentLocation> |
FulfillmentLocationDao.readAll()
Retrieves all of the fulfillment locations
|
List<FulfillmentLocation> |
FulfillmentLocationDaoImpl.readAll() |
List<FulfillmentLocation> |
FulfillmentLocationDao.readAllFulfillmentLocations(org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType) |
List<FulfillmentLocation> |
FulfillmentLocationDaoImpl.readAllFulfillmentLocations(org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType) |
List<FulfillmentLocation> |
FulfillmentLocationDao.readAllFulfillmentLocationsForSku(Long skuId) |
List<FulfillmentLocation> |
FulfillmentLocationDaoImpl.readAllFulfillmentLocationsForSku(Long skuId) |
List<FulfillmentLocation> |
FulfillmentLocationDao.readAllFulfillmentLocationsForSku(Long skuId,
org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType)
Reads all fulfillment locations associated with a sku
|
List<FulfillmentLocation> |
FulfillmentLocationDaoImpl.readAllFulfillmentLocationsForSku(Long skuId,
org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType) |
List<FulfillmentLocation> |
FulfillmentLocationDao.readAllFulfillmentLocationsForSku(Long skuId,
org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType,
int minimumQuantity) |
List<FulfillmentLocation> |
FulfillmentLocationDaoImpl.readAllFulfillmentLocationsForSku(Long skuId,
org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType,
int minimumQuantity) |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentLocationDao.delete(FulfillmentLocation fulfillmentLocation)
Deletes the passed
FulfillmentLocation |
void |
FulfillmentLocationDaoImpl.delete(FulfillmentLocation fulfillmentLocation) |
List<Inventory> |
AdvancedInventoryDao.readInventoriesForUpdateFromSkus(Set<Long> skus,
FulfillmentLocation fulfillmentLocation) |
List<Inventory> |
AdvancedInventoryDaoImpl.readInventoriesForUpdateFromSkus(Set<Long> skus,
FulfillmentLocation fulfillmentLocation) |
Inventory |
AdvancedInventoryDao.readInventory(org.broadleafcommerce.core.catalog.domain.Sku sku,
FulfillmentLocation fulfillmentLocation)
|
Inventory |
AdvancedInventoryDaoImpl.readInventory(org.broadleafcommerce.core.catalog.domain.Sku sku,
FulfillmentLocation fulfillmentLocation) |
List<Inventory> |
AdvancedInventoryDao.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Retrieves all instances of Inventory for this fulfillmentLocation
|
List<Inventory> |
AdvancedInventoryDaoImpl.readInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation) |
List<Inventory> |
AdvancedInventoryDao.readInventoryForFulfillmentLocation(List<org.broadleafcommerce.core.catalog.domain.Sku> skus,
FulfillmentLocation fulfillmentLocation)
Reads inventories for a list of skus in the default fulfillment location.
|
List<Inventory> |
AdvancedInventoryDaoImpl.readInventoryForFulfillmentLocation(List<org.broadleafcommerce.core.catalog.domain.Sku> skus,
FulfillmentLocation fulfillmentLocation) |
Inventory |
AdvancedInventoryDao.readInventoryForUpdate(org.broadleafcommerce.core.catalog.domain.Sku sku,
FulfillmentLocation fulfillmentLocation)
Same as readInventory but refreshes and locks the object.
|
Inventory |
AdvancedInventoryDaoImpl.readInventoryForUpdate(org.broadleafcommerce.core.catalog.domain.Sku sku,
FulfillmentLocation fulfillmentLocation) |
FulfillmentLocation |
FulfillmentLocationDao.save(FulfillmentLocation fulfillmentLocation)
Persists the
FulfillmentLocation |
FulfillmentLocation |
FulfillmentLocationDaoImpl.save(FulfillmentLocation fulfillmentLocation) |
int |
FulfillmentLocationDao.updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation)
Sets the defaultLocation flag to false for all fulfillmentLocations
|
int |
FulfillmentLocationDaoImpl.updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation) |
| Modifier and Type | Method and Description |
|---|---|
int |
AdvancedInventoryDao.readInventoryCountInFulfillmentLocations(org.broadleafcommerce.core.catalog.domain.Sku sku,
List<FulfillmentLocation> locations)
Sums all of the
Inventory.getQuantityAvailable() for |
int |
AdvancedInventoryDaoImpl.readInventoryCountInFulfillmentLocations(org.broadleafcommerce.core.catalog.domain.Sku sku,
List<FulfillmentLocation> locations) |
int |
AdvancedInventoryDao.readMaxInventoryInFulfillmentLocations(org.broadleafcommerce.core.catalog.domain.Sku sku,
List<FulfillmentLocation> locations)
Gets the maximum quantity at a single fulfillment location for the given sku filtered by the given locations
|
int |
AdvancedInventoryDaoImpl.readMaxInventoryInFulfillmentLocations(org.broadleafcommerce.core.catalog.domain.Sku sku,
List<FulfillmentLocation> locations) |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentLocation |
AdvancedInventoryImportServiceImpl.createLocationFromDto(LocationImportDTO dto) |
FulfillmentLocation |
AdvancedInventoryImportService.createLocationFromDto(LocationImportDTO dto)
Creates a fulfillment location from a LocationImportDTO
|
FulfillmentLocation |
MultipleLocationInventoryImportService.getNextLocation(com.fasterxml.jackson.core.JsonParser parser)
Returns the next FulfillmentLocation in the file that the JsonParser is pointing to
|
FulfillmentLocation |
MultipleLocationInventoryImportServiceImpl.getNextLocation(com.fasterxml.jackson.core.JsonParser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedInventoryImportServiceImpl.setInventory(List<InventoryImportDTO> dtos,
FulfillmentLocation location) |
void |
AdvancedInventoryImportService.setInventory(List<InventoryImportDTO> dtos,
FulfillmentLocation location)
Sets the inventory for the given InventoryImportDTOs for the given FulfillmentLocation
|
protected void |
AdvancedInventoryImportServiceImpl.setInventory(Map<Long,InventoryImportDTO> skuMap,
FulfillmentLocation location)
Converts the given skuMap to an appropriate map of fulfillment location to UpdateInventoryInfos so that it can
be sent to the inventory service
|
| Modifier and Type | Class and Description |
|---|---|
class |
FulfillmentLocationImpl |
| Modifier and Type | Field and Description |
|---|---|
protected FulfillmentLocation |
InventoryImpl.fulfillmentLocation |
protected FulfillmentLocation |
InventoryReservationImpl.location |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentLocation |
InventoryImpl.getFulfillmentLocation() |
FulfillmentLocation |
Inventory.getFulfillmentLocation()
Retrieves the fulfillment location information related to this inventory
|
FulfillmentLocation |
InventoryReservationImpl.getLocation() |
FulfillmentLocation |
InventoryReservation.getLocation()
The location for which the inventory is actually coming out of
|
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryImpl.setFulfillmentLocation(FulfillmentLocation fulfillmentLocation) |
void |
Inventory.setFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Sets the fulfillment location information related to this inventory
|
void |
InventoryReservationImpl.setLocation(FulfillmentLocation location) |
void |
InventoryReservation.setLocation(FulfillmentLocation location)
Sets the location where this inventory should be decremented from
|
| Modifier and Type | Field and Description |
|---|---|
protected FulfillmentLocation |
InventoryNotificationImpl.location |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentLocation |
InventoryNotification.getLocation()
Optional, could return null if this was not set on the original notification request
|
FulfillmentLocation |
InventoryNotificationImpl.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryNotification.setLocation(FulfillmentLocation location)
Optional, allows the user to further narrow down the criteria for when they want to receive inventory in stock
notifications.
|
void |
InventoryNotificationImpl.setLocation(FulfillmentLocation location) |
| Modifier and Type | Method and Description |
|---|---|
protected InventoryReservation |
AbstractInventoryReservationStrategy.createInventoryReservation(FulfillmentLocation location,
org.broadleafcommerce.core.order.domain.FulfillmentGroupItem item,
Integer quantity) |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentLocation |
FulfillmentLocationServiceImpl.createNew() |
FulfillmentLocation |
FulfillmentLocationService.createNew()
Creates a new instance of a FulfillmentLocation.
|
FulfillmentLocation |
FulfillmentLocationServiceImpl.findById(Long fulfillmentLocationId) |
FulfillmentLocation |
FulfillmentLocationService.findById(Long fulfillmentLocationId)
Retrieves a
FulfillmentLocation from the given id |
FulfillmentLocation |
FulfillmentLocationServiceImpl.findDefaultFulfillmentLocation() |
FulfillmentLocation |
FulfillmentLocationService.findDefaultFulfillmentLocation()
Returns the first default fulfillment location found.
|
FulfillmentLocation |
DefaultInventoryLocationResolver.resolveInventoryLocationForDecrement(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
org.broadleafcommerce.core.order.domain.Order order) |
FulfillmentLocation |
InventoryLocationResolver.resolveInventoryLocationForDecrement(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
org.broadleafcommerce.core.order.domain.Order order)
Resolves an inventory location when none has been determined from other means.
|
FulfillmentLocation |
DefaultInventoryLocationResolver.resolveInventoryLocationForIncrement(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
org.broadleafcommerce.core.order.domain.Order order) |
FulfillmentLocation |
InventoryLocationResolver.resolveInventoryLocationForIncrement(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
org.broadleafcommerce.core.order.domain.Order order)
This attempts to resolve an inventory location for incrementing inventory when a location is not known.
|
FulfillmentLocation |
FulfillmentLocationServiceImpl.save(FulfillmentLocation fulfillmentLocation) |
FulfillmentLocation |
FulfillmentLocationService.save(FulfillmentLocation fulfillmentLocation)
Persists the
FulfillmentLocation |
| Modifier and Type | Method and Description |
|---|---|
List<FulfillmentLocation> |
FulfillmentLocationServiceImpl.findAll() |
List<FulfillmentLocation> |
FulfillmentLocationService.findAll()
Retrieves all of the fulfillment locations
|
List<FulfillmentLocation> |
FulfillmentLocationServiceImpl.findAllFulfillmentLocations(org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType) |
List<FulfillmentLocation> |
FulfillmentLocationService.findAllFulfillmentLocations(org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType)
Gets all of the fulfillment locations for the specified fulfillment type.
|
List<FulfillmentLocation> |
FulfillmentLocationServiceImpl.findAllFulfillmentLocationsForSku(Long skuId) |
List<FulfillmentLocation> |
FulfillmentLocationService.findAllFulfillmentLocationsForSku(Long skuId)
Returns all fulfillment locations associated with a
Sku. |
List<FulfillmentLocation> |
FulfillmentLocationServiceImpl.findAllFulfillmentLocationsForSku(Long skuId,
org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType) |
List<FulfillmentLocation> |
FulfillmentLocationService.findAllFulfillmentLocationsForSku(Long skuId,
org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType)
Returns all fulfillment locations associated with a sku for a particular fulfillment type.
|
List<FulfillmentLocation> |
FulfillmentLocationServiceImpl.findAllFulfillmentLocationsForSku(Long skuId,
org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType,
int minimumQuantity) |
List<FulfillmentLocation> |
FulfillmentLocationService.findAllFulfillmentLocationsForSku(Long skuId,
org.broadleafcommerce.core.order.service.type.FulfillmentType fulfillmentType,
int minimumQuantity)
Returns all fulfillment locations associated with a sku for a particular fulfillment type and has at least enough
inventory as quantity.
|
List<FulfillmentLocation> |
DefaultInventoryLocationResolver.resolveInventoryLocationsForAvailability(org.broadleafcommerce.core.catalog.domain.Sku sku,
org.broadleafcommerce.core.order.domain.Order order) |
List<FulfillmentLocation> |
InventoryLocationResolver.resolveInventoryLocationsForAvailability(org.broadleafcommerce.core.catalog.domain.Sku sku,
org.broadleafcommerce.core.order.domain.Order order)
Resolves a list of locations to check for whether or not the given sku is available.
|
protected Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> |
AdvancedInventoryServiceExtensionHandler.reverseLocationQuantityMapFromReservations(List<InventoryReservation> reservations)
Given a list of reservations (e.g.
|
| 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
|
void |
FulfillmentLocationServiceImpl.delete(FulfillmentLocation fulfillmentLocation) |
void |
FulfillmentLocationService.delete(FulfillmentLocation fulfillmentLocation)
Deletes the passed
FulfillmentLocation |
Inventory |
AdvancedInventoryServiceImpl.findInventory(org.broadleafcommerce.core.catalog.domain.Sku sku,
FulfillmentLocation fulfillmentLocation) |
Inventory |
AdvancedInventoryService.findInventory(org.broadleafcommerce.core.catalog.domain.Sku sku,
FulfillmentLocation fulfillmentLocation)
|
List<Inventory> |
AdvancedInventoryServiceImpl.findInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation) |
List<Inventory> |
AdvancedInventoryService.findInventoryForFulfillmentLocation(FulfillmentLocation fulfillmentLocation)
Retrieves all instances of Inventory for this fulfillmentLocation
|
Map<org.broadleafcommerce.core.catalog.domain.Sku,Boolean> |
AdvancedInventoryServiceImpl.isAvailable(org.broadleafcommerce.core.catalog.domain.Product product,
Integer quantity,
FulfillmentLocation fulfillmentLocation) |
Map<org.broadleafcommerce.core.catalog.domain.Sku,Boolean> |
AdvancedInventoryService.isAvailable(org.broadleafcommerce.core.catalog.domain.Product product,
Integer quantity,
FulfillmentLocation fulfillmentLocation)
Returns a map indicating whether the quantity requested is available for the specified Product in the fulfillment location.
|
boolean |
AdvancedInventoryServiceImpl.isAvailable(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
FulfillmentLocation fulfillmentLocation) |
boolean |
AdvancedInventoryService.isAvailable(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
FulfillmentLocation fulfillmentLocation)
Retrieves whether or not the quantity is available for a sku at a fulfillment location.
|
FulfillmentLocation |
FulfillmentLocationServiceImpl.save(FulfillmentLocation fulfillmentLocation) |
FulfillmentLocation |
FulfillmentLocationService.save(FulfillmentLocation fulfillmentLocation)
Persists the
FulfillmentLocation |
void |
FulfillmentLocationServiceImpl.updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation) |
void |
FulfillmentLocationService.updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation)
Updates all
FulfillmentLocations in the database to false, excluding the FulfillmentLocation that was
passed in |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdvancedInventoryServiceExtensionHandler.buildReservationsAndInventoryMap(org.broadleafcommerce.core.order.domain.Order order,
Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventoryMap,
List<InventoryReservation> inventoryReservations) |
protected Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer> |
AdvancedInventoryServiceExtensionHandler.buildSkuQuantityMapFromLocationMap(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> locationMap) |
protected void |
AdvancedInventoryServiceImpl.decrementInventory(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory,
List<InventoryReservation> reservations,
boolean useQtyOnHand) |
void |
AdvancedInventoryServiceImpl.decrementInventoryFromLocations(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory) |
void |
AdvancedInventoryService.decrementInventoryFromLocations(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory)
Subtracts the quantity from available inventory for each sku in the map for the given fulfillment location.
|
void |
AdvancedInventoryServiceImpl.decrementInventoryFromLocations(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory,
List<InventoryReservation> reservations) |
void |
AdvancedInventoryService.decrementInventoryFromLocations(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory,
List<InventoryReservation> reservations)
The same as
AdvancedInventoryService.decrementInventoryFromLocations(Map) except that this will also persist the given reservations
so that everything can be apart of a single transaction |
protected void |
AdvancedInventoryServiceExtensionHandler.decrementInventoryFromLocations(Map<String,Object> context,
org.broadleafcommerce.core.order.domain.Order order,
Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventoryMap,
List<InventoryReservation> inventoryReservations,
Map<String,Object> rollbackState) |
void |
AdvancedInventoryServiceImpl.decrementInventoryOnHand(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory) |
void |
AdvancedInventoryService.decrementInventoryOnHand(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory)
Subtracts the quantity from inventory on hand for each sku in the map for the given fulfillment location.
|
int |
AdvancedInventoryServiceImpl.findInventoryCountInFulfillmentLocations(org.broadleafcommerce.core.catalog.domain.Sku sku,
List<FulfillmentLocation> locations) |
int |
AdvancedInventoryService.findInventoryCountInFulfillmentLocations(org.broadleafcommerce.core.catalog.domain.Sku sku,
List<FulfillmentLocation> locations)
Counts the quantity available across the given set of locations for a given sku
|
int |
AdvancedInventoryServiceImpl.findMaxInventoryInFulfillmentLocations(org.broadleafcommerce.core.catalog.domain.Sku sku,
List<FulfillmentLocation> locations) |
int |
AdvancedInventoryService.findMaxInventoryInFulfillmentLocations(org.broadleafcommerce.core.catalog.domain.Sku sku,
List<FulfillmentLocation> locations)
Gets the maximum quantity available in a single
FulfillmentLocation for the given sku filtered by the
list of given locations |
void |
AdvancedInventoryServiceImpl.incrementInventoryFromLocations(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory) |
void |
AdvancedInventoryService.incrementInventoryFromLocations(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory)
Add available inventory to sku.
|
void |
AdvancedInventoryServiceImpl.incrementInventoryFromLocations(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory,
List<InventoryReservation> reservations) |
void |
AdvancedInventoryService.incrementInventoryFromLocations(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory,
List<InventoryReservation> reservations) |
void |
AdvancedInventoryServiceImpl.incrementInventoryOnHand(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory) |
void |
AdvancedInventoryService.incrementInventoryOnHand(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuInventory)
Add inventory on hand to sku.
|
boolean |
AdvancedInventoryServiceImpl.isAvailable(org.broadleafcommerce.core.catalog.domain.Sku sku,
int quantity,
List<FulfillmentLocation> locations) |
boolean |
AdvancedInventoryService.isAvailable(org.broadleafcommerce.core.catalog.domain.Sku sku,
int quantity,
List<FulfillmentLocation> locations)
Determines if quantity is available for the given sku at the given locations
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> |
InventoryState.skuQuantityMap |
| Modifier and Type | Method and Description |
|---|---|
Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> |
InventoryState.getSkuQuantityMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryState.setSkuQuantityMap(Map<FulfillmentLocation,Map<org.broadleafcommerce.core.catalog.domain.Sku,Integer>> skuQuantityMap) |
Copyright © 2020. All rights reserved.