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