Subversion Repositories SmartDukaan

Rev

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

Rev 24264 Rev 24917
Line 53... Line 53...
53
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
53
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
54
	List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
54
	List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
55
	public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
55
	public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
56
	public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
56
	public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
57
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
57
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
-
 
58
	public void reservationCount(Integer newItemid, Integer oldItemid,Integer fulfilmentWarehouseId, Integer quantity) throws ProfitMandiBusinessException;
58
}
59
}