Subversion Repositories SmartDukaan

Rev

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

Rev 26891 Rev 26924
Line 59... Line 59...
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
	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
}
65
}