| 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 |
}
|