public interface BasicInventoryDao
| Modifier and Type | Method and Description |
|---|---|
int |
readInventory(Long skuId)
Reads an inventory value by the id of the sku.
|
Map<Long,Integer> |
readInventory(Set<Long> skuIds)
Reads a number of inventory values by ids of skus.
|
Copyright © 2014. All rights reserved.