Subversion Repositories SmartDukaan

Rev

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

Rev 26299 Rev 26891
Line 28... Line 28...
28
	public Map<Integer, String> getCatalogItemDescriptionMap(String brand, int categoryId);
28
	public Map<Integer, String> getCatalogItemDescriptionMap(String brand, int categoryId);
29
	public Set<String> getAllTagListingBrands();
29
	public Set<String> getAllTagListingBrands();
30
	public Set<String> getAllTagListingBrands(int categoryId);
30
	public Set<String> getAllTagListingBrands(int categoryId);
31
	public Map<Integer, String> getAllTagListingItemIdItemDescriptionMap(String brand);
31
	public Map<Integer, String> getAllTagListingItemIdItemDescriptionMap(String brand);
32
	public List<MapWrapper<Integer, String>> getAllTagListingItemIdItemDescriptionMap(Set<String> brands);
32
	public List<MapWrapper<Integer, String>> getAllTagListingItemIdItemDescriptionMap(Set<String> brands);
33
	public int getCachedAvailabilityByItemIdWarehouseIds(int itemId, int[] warehouseIds);
-
 
34
	public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
33
	public Map<String, Object> getCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
35
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
34
	public Map<String, Object> getBadInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
36
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
35
	public Map<String, Object> getPaginatedCurrentInventorySnapshot(int fofoId, int offset, int limit, String searchTerm);
37
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm);
36
	public Map<String, Object> getCatalog(int fofoId, int offset, int limit, String searchTerm);
38
	public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm);
37
	public Map<String, Object> getPaginatedCatalog(int fofoId, int offset, int limit, String searchTerm);
Line 57... Line 56...
57
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
56
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
58
	List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
57
	List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
59
	public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
58
	public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
60
	public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
59
	public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
61
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
60
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
62
	public void reservationCountByColor(Integer itemId, Order order) throws ProfitMandiBusinessException;
-
 
63
	public void reservationCountByFulfillmentWarehouseId(Integer fulfilmentWarehouseId, Order order) throws ProfitMandiBusinessException;
-
 
64
	float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
61
	float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
65
	public List<ItemDescriptionModel> getAllPartnerItemStringDescription();
62
	public List<ItemDescriptionModel> getAllPartnerItemStringDescription();
66
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
63
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
67
}
64
}