Interface ItemMapper
public interface ItemMapper
The Interface ItemMapper.
- Author:
- Eduardo Macarron
-
Method Summary
Modifier and TypeMethodDescriptionintgetInventoryQuantity(String itemId) Get inventory quantity.Get item.getItemListByProduct(String productId) Get item list by product.voidupdateInventoryQuantity(Map<String, Object> param) Update inventory quantity.
-
Method Details
-
updateInventoryQuantity
-
getInventoryQuantity
Get inventory quantity.- Parameters:
itemId- the item id- Returns:
- the int
-
getItemListByProduct
-
getItem
-