| Line 59... |
Line 59... |
| 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 |
float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
|
61 |
float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
|
| 62 |
public List<ItemDescriptionModel> getAllPartnerItemStringDescription();
|
62 |
public List<ItemDescriptionModel> getAllPartnerItemStringDescription();
|
| 63 |
public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
|
63 |
public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
|
| - |
|
64 |
Map<Integer, AvailabilityModel> getStoreAndOurStock(int storeId, List<Integer> itemIds);
|
| 64 |
}
|
65 |
}
|