Subversion Repositories SmartDukaan

Rev

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

Rev 25714 Rev 25723
Line 56... Line 56...
56
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
56
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
57
	List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
57
	List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
58
	public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
58
	public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
59
	public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
59
	public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds);
60
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
60
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
61
	public void reservationCount(Integer itemId, Order order) throws ProfitMandiBusinessException;
61
	public void reservationCountByColor(Integer itemId, Order order) throws ProfitMandiBusinessException;
-
 
62
	public void reservationCountByFulfillmentWarehouseId(Integer fulfilmentWarehouseId, Order order) throws ProfitMandiBusinessException;
62
}
63
}