Subversion Repositories SmartDukaan

Rev

Rev 23509 | Rev 23638 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23509 Rev 23569
Line 14... Line 14...
14
@Service
14
@Service
15
public interface InventoryService {
15
public interface InventoryService {
16
	public Map<Integer, String> getItemIdDescriptionMap(Set<Integer> itemIds);
16
	public Map<Integer, String> getItemIdDescriptionMap(Set<Integer> itemIds);
17
	public Set<String> getAllBrands();
17
	public Set<String> getAllBrands();
18
	public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand);
18
	public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand);
-
 
19
	public Map<Integer, String> getAllItemIdItemDescriptionMap(String brand, int categoryId);
19
	public Set<String> getAllTagListingBrands();
20
	public Set<String> getAllTagListingBrands();
20
	public Set<String> getAllTagListingBrands(int categoryId);
21
	public Set<String> getAllTagListingBrands(int categoryId);
21
	public Map<Integer, String> getAllTagListingItemIdItemDescriptionMap(String brand);
22
	public Map<Integer, String> getAllTagListingItemIdItemDescriptionMap(String brand);
22
	public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
23
	public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
23
	public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
24
	public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);