| Line 42... |
Line 42... |
| 42 |
public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
42 |
public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
| 43 |
|
43 |
|
| 44 |
public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit,
|
44 |
public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit,
|
| 45 |
String searchTerm);
|
45 |
String searchTerm);
|
| 46 |
|
46 |
|
| 47 |
public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm, int catalogItemId,String brand)
|
47 |
public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm, int catalogItemId,String brand,boolean accesories)
|
| 48 |
throws ProfitMandiBusinessException;
|
48 |
throws ProfitMandiBusinessException;
|
| 49 |
|
49 |
|
| 50 |
public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm, int itemId,String brand)
|
50 |
public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm, int itemId,String brand,boolean accesories)
|
| 51 |
throws ProfitMandiBusinessException;
|
51 |
throws ProfitMandiBusinessException;
|
| 52 |
|
52 |
|
| 53 |
public CustomCurrentInventorySnapshot checkItemAvailability(int itemId, int fofoId)
|
53 |
public CustomCurrentInventorySnapshot checkItemAvailability(int itemId, int fofoId)
|
| 54 |
throws ProfitMandiBusinessException;
|
54 |
throws ProfitMandiBusinessException;
|
| 55 |
|
55 |
|
| Line 103... |
Line 103... |
| 103 |
|
103 |
|
| 104 |
public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
|
104 |
public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
|
| 105 |
|
105 |
|
| 106 |
float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
|
106 |
float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
|
| 107 |
|
107 |
|
| 108 |
public List<ItemDescriptionModel> getAllPartnerItemStringDescription();
|
108 |
public List<ItemDescriptionModel> getAllPartnerItemStringDescription(boolean anyColor);
|
| 109 |
|
109 |
|
| 110 |
public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
|
110 |
public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
|
| 111 |
|
111 |
|
| 112 |
Map<Integer, List<InventoryItemAgingModel>> getItemAgingByInterval(List<Integer> intervals)
|
112 |
Map<Integer, List<InventoryItemAgingModel>> getItemAgingByInterval(List<Integer> intervals)
|
| 113 |
throws ProfitMandiBusinessException;
|
113 |
throws ProfitMandiBusinessException;
|