Subversion Repositories SmartDukaan

Rev

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

Rev 22287 Rev 22288
Line 34... Line 34...
34
	public Map<Integer, Float> getPrices(Set<Integer> itemIds, int retailerId);
34
	public Map<Integer, Float> getPrices(Set<Integer> itemIds, int retailerId);
35
	public Map<Integer, Float> getMopPrices(Set<Integer> itemIds, int retailerId);
35
	public Map<Integer, Float> getMopPrices(Set<Integer> itemIds, int retailerId);
36
	public Map<Integer, Float> getPurchasePrices(Set<Integer> itemIds, int retailerId);
36
	public Map<Integer, Float> getPurchasePrices(Set<Integer> itemIds, int retailerId);
37
	public Map<Integer, Float> getPurchasePriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
37
	public Map<Integer, Float> getPurchasePriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
38
	public Map<Float, GadgetCopsInsuranceCalc> getInsurancePrices(Set<Float> prices, String providerName) throws ProfitMandiBusinessException;
38
	public Map<Float, GadgetCopsInsuranceCalc> getInsurancePrices(Set<Float> prices, String providerName) throws ProfitMandiBusinessException;
39
	public List<Integer> getTagsIdsByRetailerId(int retailerId);
39
	public List<Integer> getTagsIdsByRetailerId(int retailerId) throws Throwable;
40
}
40
}