| Line 60... |
Line 60... |
| 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 |
Map<Integer, AvailabilityModel> getStoreAndOurStock(int storeId, List<Integer> itemIds);
|
| - |
|
65 |
Map<Integer, List<InventoryItemAgingModel>> getItemAgingByInterval(List<Integer> intervals) throws ProfitMandiBusinessException;
|
| 65 |
}
|
66 |
}
|