Subversion Repositories SmartDukaan

Rev

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

Rev 26924 Rev 26961
Line 60... Line 60...
60
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
60
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
61
	float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
61
	float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
62
	public List<ItemDescriptionModel> getAllPartnerItemStringDescription();
62
	public List<ItemDescriptionModel> getAllPartnerItemStringDescription();
63
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
63
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
64
	Map<Integer, AvailabilityModel> getStoreAndOurStock(int storeId, List<Integer> itemIds);
64
	Map<Integer, AvailabilityModel> getStoreAndOurStock(int storeId, List<Integer> itemIds);
-
 
65
	Map<Integer, List<InventoryItemAgingModel>> getItemAgingByInterval(List<Integer> intervals) throws ProfitMandiBusinessException;
65
}
66
}