| 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);
|
| - |
|
36 |
public Map<Integer, Float> getPrivateDealPriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
|
| 35 |
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;
|
| 36 |
}
|
38 |
}
|