| Line 7... |
Line 7... |
| 7 |
import org.springframework.stereotype.Service;
|
7 |
import org.springframework.stereotype.Service;
|
| 8 |
|
8 |
|
| 9 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
9 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
| 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 |
import com.spice.profitmandi.common.model.MapWrapper;
|
| 12 |
import com.spice.profitmandi.dao.entity.fofo.CustomerReturnItem;
|
13 |
import com.spice.profitmandi.dao.entity.fofo.CustomerReturnItem;
|
| 13 |
import com.spice.profitmandi.dao.entity.fofo.DebitNote;
|
14 |
import com.spice.profitmandi.dao.entity.fofo.DebitNote;
|
| 14 |
import com.spice.profitmandi.dao.entity.fofo.PurchaseReturnItem;
|
15 |
import com.spice.profitmandi.dao.entity.fofo.PurchaseReturnItem;
|
| 15 |
|
16 |
|
| 16 |
@Service
|
17 |
@Service
|
| Line 20... |
Line 21... |
| 20 |
public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand);
|
21 |
public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand);
|
| 21 |
public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand, int categoryId);
|
22 |
public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand, int categoryId);
|
| 22 |
public Set<String> getAllTagListingBrands();
|
23 |
public Set<String> getAllTagListingBrands();
|
| 23 |
public Set<String> getAllTagListingBrands(int categoryId);
|
24 |
public Set<String> getAllTagListingBrands(int categoryId);
|
| 24 |
public Map<Integer, String> getAllTagListingItemIdItemDescriptionMap(String brand);
|
25 |
public Map<Integer, String> getAllTagListingItemIdItemDescriptionMap(String brand);
|
| - |
|
26 |
public List<MapWrapper<Integer, String>> getAllTagListingItemIdItemDescriptionMap(Set<String> brands);
|
| 25 |
public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
|
27 |
public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
|
| 26 |
public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
28 |
public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
| 27 |
public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
29 |
public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
| 28 |
public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
30 |
public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
|
| 29 |
public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm);
|
31 |
public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm);
|