| Line 51... |
Line 51... |
| 51 |
List<InventoryItem> getInventoryInStock();
|
51 |
List<InventoryItem> getInventoryInStock();
|
| 52 |
List<InventoryItem> getInventoryInStock(int fofoId, int itemId);
|
52 |
List<InventoryItem> getInventoryInStock(int fofoId, int itemId);
|
| 53 |
List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
|
53 |
List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
|
| 54 |
List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
|
54 |
List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
|
| 55 |
public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
|
55 |
public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
|
| - |
|
56 |
public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
|
| 56 |
}
|
57 |
}
|