Subversion Repositories SmartDukaan

Rev

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

Rev 21926 Rev 22101
Line 26... Line 26...
26
	float getPriceForFofo(int fofoId, String pinCode, int itemId) throws Exception;
26
	float getPriceForFofo(int fofoId, String pinCode, int itemId) throws Exception;
27
	Map<Integer, Float> getPriceForPinCode(String pinCode, List<Integer> itemIds);
27
	Map<Integer, Float> getPriceForPinCode(String pinCode, List<Integer> itemIds);
28
	float getPriceForPinCode(String pinCode, int itemId) throws Exception;*/
28
	float getPriceForPinCode(String pinCode, int itemId) throws Exception;*/
29
	
29
	
30
	public Map<Integer, Float> getPrice(Set<Integer> itemIds, int retailerId);
30
	public Map<Integer, Float> getPrice(Set<Integer> itemIds, int retailerId);
-
 
31
	public Map<Integer, Float> getMopPrice(Set<Integer> itemIds, int retailerId);
31
}
32
}