Subversion Repositories SmartDukaan

Rev

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

Rev 22653 Rev 22925
Line 15... Line 15...
15
	public Map<Integer, Float> getPrices(Set<Integer> itemIds, int retailerId);
15
	public Map<Integer, Float> getPrices(Set<Integer> itemIds, int retailerId);
16
	public Map<Integer, PriceModel> getMopPrices(Set<Integer> itemIds, int retailerId);
16
	public Map<Integer, PriceModel> getMopPrices(Set<Integer> itemIds, int retailerId);
17
	public Map<Integer, Float> getPurchasePrices(Set<Integer> itemIds, int retailerId);
17
	public Map<Integer, Float> getPurchasePrices(Set<Integer> itemIds, int retailerId);
18
	public Map<Integer, PriceModel> getPurchasePriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
18
	public Map<Integer, PriceModel> getPurchasePriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
19
	public Map<Float, GadgetCopsInsuranceCalc> getInsurancePrices(Set<Float> prices, String providerName) throws ProfitMandiBusinessException;
19
	public Map<Float, GadgetCopsInsuranceCalc> getInsurancePrices(Set<Float> prices, String providerName) throws ProfitMandiBusinessException;
20
	public List<Integer> getTagsIdsByRetailerId(int retailerId) throws Throwable; 
20
	public List<Integer> getTagsIdsByRetailerId(int retailerId); 
21
}
21
}