Subversion Repositories SmartDukaan

Rev

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

Rev 23886 Rev 23968
Line 52... Line 52...
52
	float getTotalAmountInStock(int fofoId);
52
	float getTotalAmountInStock(int fofoId);
53
	List<InventoryItem> getInventoryInStock();
53
	List<InventoryItem> getInventoryInStock();
54
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId);
54
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId);
55
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
55
	List<InventoryItem> getInventoryInStock(int fofoId, int itemId, LocalDateTime date);
56
	List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
56
	List<InventoryItem> getInventoryInStock(int itemId, LocalDateTime date);
-
 
57
	public void updatePriceDrop(List<InventoryItem> inventoryItems, float amount);
57
}
58
}