| Line 58... |
Line 58... |
| 58 |
public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
|
58 |
public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
|
| 59 |
public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
|
59 |
public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
|
| 60 |
public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
|
60 |
public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
|
| 61 |
public void reservationCountByColor(Integer itemId, Order order) throws ProfitMandiBusinessException;
|
61 |
public void reservationCountByColor(Integer itemId, Order order) throws ProfitMandiBusinessException;
|
| 62 |
public void reservationCountByFulfillmentWarehouseId(Integer fulfilmentWarehouseId, Order order) throws ProfitMandiBusinessException;
|
62 |
public void reservationCountByFulfillmentWarehouseId(Integer fulfilmentWarehouseId, Order order) throws ProfitMandiBusinessException;
|
| - |
|
63 |
float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
|
| 63 |
}
|
64 |
}
|