| Line 1... |
Line 1... |
| 1 |
package com.spice.profitmandi.service.pricing;
|
1 |
package com.spice.profitmandi.service.pricing;
|
| 2 |
|
2 |
|
| - |
|
3 |
import java.util.List;
|
| 3 |
import java.util.Map;
|
4 |
import java.util.Map;
|
| 4 |
import java.util.Set;
|
5 |
import java.util.Set;
|
| 5 |
|
6 |
|
| 6 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
7 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
| 7 |
import com.spice.profitmandi.dao.entity.dtr.GadgetCopsInsuranceCalc;
|
8 |
import com.spice.profitmandi.dao.entity.dtr.GadgetCopsInsuranceCalc;
|
| Line 33... |
Line 34... |
| 33 |
public Map<Integer, Float> getPrices(Set<Integer> itemIds, int retailerId);
|
34 |
public Map<Integer, Float> getPrices(Set<Integer> itemIds, int retailerId);
|
| 34 |
public Map<Integer, Float> getMopPrices(Set<Integer> itemIds, int retailerId);
|
35 |
public Map<Integer, Float> getMopPrices(Set<Integer> itemIds, int retailerId);
|
| 35 |
public Map<Integer, Float> getPurchasePrices(Set<Integer> itemIds, int retailerId);
|
36 |
public Map<Integer, Float> getPurchasePrices(Set<Integer> itemIds, int retailerId);
|
| 36 |
public Map<Integer, Float> getPurchasePriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
|
37 |
public Map<Integer, Float> getPurchasePriceMopPriceNotFound(Set<Integer> itemIds, int retailerId);
|
| 37 |
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);
|
| 38 |
}
|
40 |
}
|