| Line 9... |
Line 9... |
| 9 |
import com.spice.profitmandi.common.model.CustomCurrentInventorySnapshot;
|
9 |
import com.spice.profitmandi.common.model.CustomCurrentInventorySnapshot;
|
| 10 |
import com.spice.profitmandi.common.model.InventoryItemAgingModel;
|
10 |
import com.spice.profitmandi.common.model.InventoryItemAgingModel;
|
| 11 |
|
11 |
|
| 12 |
@Service
|
12 |
@Service
|
| 13 |
public interface InventoryService {
|
13 |
public interface InventoryService {
|
| - |
|
14 |
public List<String> getAllBrands();
|
| - |
|
15 |
public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand);
|
| 14 |
public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
|
16 |
public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
|
| 15 |
public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
17 |
public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
| 16 |
public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
18 |
public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
| 17 |
public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
19 |
public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
| 18 |
public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm);
|
20 |
public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm);
|