Subversion Repositories SmartDukaan

Rev

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

Rev 22243 Rev 22251
Line 30... Line 30...
30
	Map<Integer, Float> getPriceForPinCode(String pinCode, List<Integer> itemIds);
30
	Map<Integer, Float> getPriceForPinCode(String pinCode, List<Integer> itemIds);
31
	float getPriceForPinCode(String pinCode, int itemId) throws Exception;*/
31
	float getPriceForPinCode(String pinCode, int itemId) throws Exception;*/
32
	
32
	
33
	public Map<Integer, Float> getPrices(Set<Integer> itemIds, int retailerId);
33
	public Map<Integer, Float> getPrices(Set<Integer> itemIds, int retailerId);
34
	public Map<Integer, Float> getMopPrices(Set<Integer> itemIds, int retailerId);
34
	public Map<Integer, Float> getMopPrices(Set<Integer> itemIds, int retailerId);
35
	public Map<Integer, Float> getPrivateDealPrices(Set<Integer> itemIds);
35
	public Map<Integer, Float> getPurchasePrices(Set<Integer> itemIds, int retailerId);
36
	public Map<Integer, Float> getPrivateDealPriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
36
	public Map<Integer, Float> getPurchasePriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
37
	public Map<Float, GadgetCopsInsuranceCalc> getInsurancePrices(Set<Float> prices, String providerName) throws ProfitMandiBusinessException;
37
	public Map<Float, GadgetCopsInsuranceCalc> getInsurancePrices(Set<Float> prices, String providerName) throws ProfitMandiBusinessException;
38
}
38
}