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